Samsung Soundbar MS 650
Samsung Soundbar MS 650
Is it possible to write a renderer for this device?
It uses a the renderer Samsung-CD.conf
I can see that there is a renderer for Samsung Soundbar MS 750. Maybe I can write a new one using that as a basis. Can someone help me?
I tried creating one for ms650 by modifying the one for ms750 by changing this line:
UserAgentSearch = Samsung Soundbar MS750
into reported name of device:
UserAgentSearch = [AV] Samsung Soundbar MS650
But it did not work.
It uses a the renderer Samsung-CD.conf
I can see that there is a renderer for Samsung Soundbar MS 750. Maybe I can write a new one using that as a basis. Can someone help me?
I tried creating one for ms650 by modifying the one for ms750 by changing this line:
UserAgentSearch = Samsung Soundbar MS750
into reported name of device:
UserAgentSearch = [AV] Samsung Soundbar MS650
But it did not work.
Re: Samsung Soundbar MS 650
Using the the conf for the MS750 is a good start, it probably will have the same capabilities. If the reported UserAgentSearch is "[AV] Samsung Soundbar MS650", I would change that line in the config to just
also that config has a loading priority so that it overides the default Samsung-CD.conf, if UMS can can match the user agent correctly it will use that one.
We will need logs though to help any more if that doesn't work.
Code: Select all
UserAgentSearch = Samsung Soundbar MS650
We will need logs though to help any more if that doesn't work.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Re: Samsung Soundbar MS 650
I have attached the logs as told.
Re: Samsung Soundbar MS 650
Did you try making a conf? I don't see any config for the MS650 getting loaded.
If you are basing it in the MS750 conf, copy that and rename to Samsung-Soundbar-MS650.conf,
then change the RendererName to match and make sure it is detected by making sure the UserAgentSearch is correct
the important part to look for is
using
should work
If you are basing it in the MS750 conf, copy that and rename to Samsung-Soundbar-MS650.conf,
then change the RendererName to match and make sure it is detected by making sure the UserAgentSearch is correct
the important part to look for is
Code: Select all
DEBUG 2020-04-18 17:06:18.396 [cling-9] net.pms.network.UPNPHelper New renderer found: "[AV] Samsung Soundbar MS650" with dlna details: {friendlyName=[AV] Samsung Soundbar MS650, address=192.168.1.5, udn=uuid:af66011d-0edf-4c87-810d-dcee1965f55b, manufacturer=Samsung Electronics, modelName=HW-MS650, modelNumber=AllShare1.0, modelDescription=Samsung SOUNDBAR DMR, manufacturerURL=http://www.samsung.com/sec, modelURL=http://www.samsung.com/sec}
Code: Select all
UserAgentSearch = Samsung Soundbar MS650
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Re: Samsung Soundbar MS 650
It still loads the Samsung-NotCD.conf file even after creating the attached
file and putting it inside C:\Program Files (x86)\Universal Media Server\renderersRe: Samsung Soundbar MS 650
Try setting the priority to 2, and do some more trace logs
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Re: Samsung Soundbar MS 650
I have attached the new tracelogs after setting the priority of the config file to 2.
Re: Samsung Soundbar MS 650
Looks like it is still matching the Samsung-NotCD.config, but I do see that your config is getting loaded at startup. Could you post your config as since it wasn't used it wasn't included in the zip file.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
Re: Samsung Soundbar MS 650
Is it this file?
If you are talking about MS650 config file, it is a few posts above. The only thing I changed is changing priority from 1 to 2.
If you are talking about MS650 config file, it is a few posts above. The only thing I changed is changing priority from 1 to 2.
Re: Samsung Soundbar MS 650
Sorry forgot that you already posted it
I don't see why it is not matching it, even if something else had a higher priority, setting it to 2 should make it take over.
Try setting UserAgentSearch to just MS650 see if that does anything

I don't see why it is not matching it, even if something else had a higher priority, setting it to 2 should make it take over.
Try setting UserAgentSearch to just MS650 see if that does anything
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.