Sony KDL-48R550C
Sony KDL-48R550C
Greetings from France.
I own a Sony KDL-48R550C, but it's not recognized.
I tried to follow the guide http://www.universalmediaserver.com/faq ... erSupport1
I've taken an existing renderer and created then a file named Sony-KDL48R550C.conf and tried to update it.
The problem is that there are no parameter to change as instructed in the wiki, such as:
UserAgentSearch =
Shall I add it?
The debug file returns:
but nothing with "Received on socket"
Can somebody give me a hand, please?

I own a Sony KDL-48R550C, but it's not recognized.
I tried to follow the guide http://www.universalmediaserver.com/faq ... erSupport1
I've taken an existing renderer and created then a file named Sony-KDL48R550C.conf and tried to update it.
Code: Select all
#----------------------------------------------------------------------------
# Profile for Sony Bravia X series TVs.
# See DefaultRenderer.conf for descriptions of all the available options.
#
RendererName = Sony Bravia X
RendererIcon = Sony-BraviaX.png
# ============================================================================
# This renderer has sent the following string/s:
#
# friendlyName=KDL-48R550C, modelName=KDL-48R550C
#
# Versions of this renderer include:
#
# FW-□□X7001D, KD-□□S8000D, KD-□□X7000D, KD-□□X7500D, KD-□□X8000D, KD-□□X8300D, KD-□□Z9D
# (□: 0-9)
# ============================================================================
#
UserAgentAdditionalHeader =
UserAgentAdditionalHeaderSearch =
UpnpDetailsSearch = Sony , (KD|FW)-[0-9][0-9](S|X|Z)[0-9]{1,4}D
MediaInfo = true
# Supported video formats:
Supported = f:3gp|3g2 v:h264|mp4 a:aac-lc|he-aac|ac3|eac3|mpa m:video/3gpp
Supported = f:avi v:mp4|mjpeg a:ac3|eac3|mp3|mpa m:video/avi
Supported = f:mkv v:mp4|h264|vp8 a:aac-lc|he-aac|ac3|dts|eac3|mpa|vorbis m:video/x-matroska
Supported = f:mkv v:h265 a:aac-lc|he-aac|ac3|dts|eac3 m:video/x-matroska
Supported = f:mov v:mp4|h264|mjpeg a:aac-lc|he-aac|ac3|eac3|mpa|lpcm m:video/quicktime
Supported = f:mp4 v:h264 a:aac-lc|he-aac|ac3|eac3|mpa m:video/mp4
Supported = f:mp4 v:h265 a:aac-lc|he-aac|ac3|eac3 m:video/mp4
Supported = f:mpegps v:mpeg1|mpeg2 a:ac3|lpcm|mpa m:video/mpeg
Supported = f:mpegts v:h264|mpeg1|mpeg2 a:aac-lc|he-aac|ac3|eac3|mpa m:video/mpeg
Supported = f:webm v:vp8 a:vorbis m:video/webm
Supported = f:wmv v:wmv|vc1 a:wma m:video/x-ms-wmv
# Supported audio formats:
Supported = f:m4a m:audio/x-m4a
Supported = f:flac m:audio/flac
Supported = f:mp3 m:audio/mpeg
Supported = f:wav m:audio/wav
Supported = f:wma m:audio/x-ms-wma
The problem is that there are no parameter to change as instructed in the wiki, such as:
UserAgentSearch =
Shall I add it?
The debug file returns:
Code: Select all
DEBUG 2018-03-21 11:03:48.041 [cling-5] Updating status button for KDL-48R550C
DEBUG 2018-03-21 11:03:48.041 [cling-5] Found upnp service for "KDL-48R550C" with dlna details: {friendlyName=KDL-48R550C, address=192.168.26.227, udn=uuid:13a89cd6-1e0f-11b2-89dd-ac9b0a65533a, manufacturer=ACCESS CO., LTD., modelName=NFLC SDK v1.5, modelNumber=1.0, modelDescription=IPI Media Renderer, manufacturerURL=http://www.access-company.com/, modelURL=http://www.access-company.com/}
DEBUG 2018-03-21 11:03:48.041 [cling-5] Adding device: urn:schemas-upnp-org:device:MediaRenderer:1 (RemoteDevice) Identity: (RemoteDeviceIdentity) UDN: uuid:13a89cd6-1e0f-11b2-89dd-ac9b0a65533a, Descriptor: http://192.168.26.227:2870/dmr.xml, Root: true
DEBUG 2018-03-21 11:03:48.041 [cling-5] Subscribing to RenderingControl service on KDL-48R550C
DEBUG 2018-03-21 11:03:48.041 [cling-5] Subscribing to ConnectionManager service on KDL-48R550C
DEBUG 2018-03-21 11:03:48.042 [cling-5] Subscribing to AVTransport service on KDL-48R550C
Can somebody give me a hand, please?
Re: Sony KDL-48R550C
You can simply change the to or
Code: Select all
UserAgentAdditionalHeader =
UserAgentAdditionalHeaderSearch =
UpnpDetailsSearch = Sony , (KD|FW)-[0-9][0-9](S|X|Z)[0-9]{1,4}D
Code: Select all
UpnpDetailsSearch = KDL-48R550C
Code: Select all
UpnpDetailsSearch = KDL-[0-9][0-9]R[0-9][0-9][0-9]C
Re: Sony KDL-48R550C
Thank you very much.
I have changed the file and tried to run again.
The TV connects to the server but the navigation is very very slow, it's almost unusable. I've been able to read a video, but it's hard to tell more at the moment
Attached:
- my actual conf file,
- the debug file I generated with debug set to TRACE.
- The renderer conf file I've created
- the UMS.service file I've created, that allows me to control ums through systemctl (I had to change the extension to txt, in order to be able to upload it)
I have changed the file and tried to run again.
The TV connects to the server but the navigation is very very slow, it's almost unusable. I've been able to read a video, but it's hard to tell more at the moment
Attached:
- my actual conf file,
- the debug file I generated with debug set to TRACE.
- The renderer conf file I've created
- the UMS.service file I've created, that allows me to control ums through systemctl (I had to change the extension to txt, in order to be able to upload it)
- Attachments
-
debug.log
- (2.35 MiB) Downloaded 674 times
-
UMS.conf
- (296 Bytes) Downloaded 589 times
-
Sony-KDL48R550C.conf
- (2.13 KiB) Downloaded 600 times
Re: Sony KDL-48R550C
Well, can anybody give me a hand?
The first problem is that I'm almost unable to navigate through the folders. Any parameter to tweak?
Thanks.
The first problem is that I'm almost unable to navigate through the folders. Any parameter to tweak?
Thanks.

Re: Sony KDL-48R550C
I'm giving up.
I've discovered that my TV works out of the box with KODI acting as upnp server.
thank you for you help.
I've discovered that my TV works out of the box with KODI acting as upnp server.
thank you for you help.