So I have a BDV-E370, and I'm trying to get a conf file together that will work.
I have followed the instructions and my GetProtocolInfo Sink is very small on info:
- Code: Select all
http-get:*:audio/L16:DLNA.ORG_PN=LPCM;DLNA.ORG_FLAGS=9d700000000000000000000000000000,
http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_FLAGS=9d700000000000000000000000000000,
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMABASE;DLNA.ORG_FLAGS=9d700000000000000000000000000000
It mentions Audio, but not video or images.
My Get Device XML is
- Code: Select all
-
<root>
-
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
-
<device>
<deviceType>urn:schemas-upnp-org:device:MediaRenderer:1</deviceType>
<friendlyName>BLU-RAY HOME THEATRE SYSTEM</friendlyName>
<manufacturer>Sony Corporation</manufacturer>
<manufacturerURL>http://www.sony.net/</manufacturerURL>
<modelName>BDV</modelName>
<UDN>uuid:00000000-0000-1010-8000-78843c479583</UDN>
<dlna:X_DLNADOC>DMR-1.50</dlna:X_DLNADOC>
<dlna:X_DLNACAP>playcontainer-1-0</dlna:X_DLNACAP>
-
<iconList>
-
<icon>
<mimetype>image/jpeg</mimetype>
<width>120</width>
<height>120</height>
<depth>24</depth>
<url>/bdv_ez_device_icon_large.jpg</url>
</icon>
-
<icon>
<mimetype>image/png</mimetype>
<width>120</width>
<height>120</height>
<depth>24</depth>
<url>/bdv_ez_device_icon_large.png</url>
</icon>
-
<icon>
<mimetype>image/jpeg</mimetype>
<width>48</width>
<height>48</height>
<depth>24</depth>
<url>/bdv_ez_device_icon_small.jpg</url>
</icon>
-
<icon>
<mimetype>image/png</mimetype>
<width>48</width>
<height>48</height>
<depth>24</depth>
<url>/bdv_ez_device_icon_small.png</url>
</icon>
</iconList>
-
<serviceList>
-
<service>
<serviceType>urn:schemas-upnp-org:service:RenderingControl:1</serviceType>
<serviceId>urn:upnp-org:serviceId:RenderingControl</serviceId>
<SCPDURL>/RenderingControlBdvSCPD.xml</SCPDURL>
<controlURL>/upnp/control/RenderingControl</controlURL>
<eventSubURL>/upnp/event/RenderingControl</eventSubURL>
</service>
-
<service>
<serviceType>urn:schemas-upnp-org:service:ConnectionManager:1</serviceType>
<serviceId>urn:upnp-org:serviceId:ConnectionManager</serviceId>
<SCPDURL>/ConnectionManagerSCPD.xml</SCPDURL>
<controlURL>/upnp/control/ConnectionManager</controlURL>
<eventSubURL>/upnp/event/ConnectionManager</eventSubURL>
</service>
-
<service>
<serviceType>urn:schemas-upnp-org:service:AVTransport:1</serviceType>
<serviceId>urn:upnp-org:serviceId:AVTransport</serviceId>
<SCPDURL>/AVTransportSCPD.xml</SCPDURL>
<controlURL>/upnp/control/AVTransport</controlURL>
<eventSubURL>/upnp/event/AVTransport</eventSubURL>
</service>
-
<service>
<serviceType>urn:schemas-sony-com:service:IRCC:1</serviceType>
<serviceId>urn:schemas-sony-com:serviceId:IRCC</serviceId>
<SCPDURL>/IRCCSCPD.xml</SCPDURL>
<controlURL>/upnp/control/IRCC</controlURL>
<eventSubURL/>
</service>
-
<service>
<serviceType>urn:schemas-sony-com:service:Party:1</serviceType>
<serviceId>urn:schemas-sony-com:serviceId:Party</serviceId>
<SCPDURL>/PartySCPD.xml</SCPDURL>
<controlURL>/upnp/control/Party</controlURL>
<eventSubURL>/upnp/event/Party</eventSubURL>
</service>
</serviceList>
<presentationURL/>
-
<av:X_IRCC_DeviceInfo>
<av:X_IRCC_Version>1.0</av:X_IRCC_Version>
-
<av:X_IRCC_CategoryList>
-
<av:X_IRCC_Category>
<av:X_CategoryInfo>AAMAABxa</av:X_CategoryInfo>
</av:X_IRCC_Category>
</av:X_IRCC_CategoryList>
</av:X_IRCC_DeviceInfo>
-
<av:X_UNR_DeviceInfo>
<av:X_UNR_Version>1.0</av:X_UNR_Version>
<av:X_CERS_URL>http://192.168.0.27:50002/</av:X_CERS_URL>
<av:X_CERS_ActionList_URL>http://192.168.0.27:50002/</av:X_CERS_ActionList_URL>
<av:X_Remote_Type>BDTheatreSystem2010</av:X_Remote_Type>
</av:X_UNR_DeviceInfo>
<av:X_MaxBGMCount>64</av:X_MaxBGMCount>
<av:X_StandardDMR>1.1</av:X_StandardDMR>
</device>
</root>
The current conf file is as follows (custom made with snippets from this forum)
- Code: Select all
RendererName=Sony BLU-RAY HOME THEATRE
RendererIcon=bravia.png
UserAgentSearch=UPnP/1.0 DLNADOC/1.50
UserAgentAdditionalHeader=X-AV-Client-Info
UserAgentAdditionalHeaderSearch=(cn="Sony Corporation"; mn="BLU-RAY HOME THEATRE SYSTEM")
#UserAgentSearch=BLU-RAY HOME THEATRE SYSTEM
Video=true
Audio=true
Image=true
SeekByTime=true
TranscodeVideo=MPEGTSAC3
TranscodeAudio=PCM
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
#MimeTypesChanges=
DLNALocalizationRequired=true
#TranscodeExtensions=
#StreamExtensions=
#disable video thumbnailing since the Sony Bluray doesn't show video thumbnails with any other DLNA servers
MediaParserV2_ThumbnailGeneration=false
#specs taken from http://www.sony.co.uk/product/blu-ray-disc-player/bdp-s370#pageType=TechnicalSpecs
#then fine-tuned by lengthy trial and error since so much of that advertised spec is inaccurate
#subtitles in mkv files are only displayed if mime type is video/divx, vob subtitles are not supported
#for US players, you will need to replace video/divx mime types with video/mpeg
MediaInfo=true
Supported = f:mpegps|mpegts v:mpeg1|mpeg2 a:ac3|dts|lpcm|mpa|mp3 m:video/mpeg
Supported = f:mpegts v:h264|vc1 a:ac3|dts|dtshd|truehd|aac|lpcm|mpa|mp3 m:video/vnd.dlna.mpeg-tts
Supported = f:avi|divx v:divx|mp4 a:ac3|lpcm|mpa|mp3 m:video/divx
Supported = f:mkv v:mp4|divx|h264 a:ac3|dts|dtshd|truehd|aac|lpcm|mpa|mp3 m:video/divx
Supported = f:mp4|m4v v:mp4|h264 a:ac3|dts|dtshd|truehd|aac|lpcm|mpa|mp3 m:video/mpeg
Supported = f:wmv v:vc1 a:wma m:video/vnd.dlna.mpeg-tts
Supported = f:wma n:2 m:audio/mpeg
Supported = f:mp3 n:2 m:audio/mpeg
Supported = f:wav a:ac3|dts|dtshd|truehd|lpcm m:audio/mpeg
Supported = f:wav n:2 m:audio/mpeg
Supported = f:jpg m:image/jpeg
So I needed to set the UserAgentSearch to UPnP/1.0 DLNADOC/1.50 for the latest PSM, 1.30.1 to identify the BDV, but every video file is in the #TRANSCODE# folder, and if I select it I get No playable file available
I know this unit can play it all, AVI, MKV, DIVX, and so on, from an external hard drive, but I wish to stream it from my pc or other device.
So, I need help in setting up a working conf file.
Please can someone help. Any further information that is needed, I'll do my best to provice.
Thank you. Rob
