@WorldOfHurt - Do you know how thumbnailing works? Does the code fork depending on the renderer? I guess it can't because Windows Media Player thumbnails work and that was released before the BDP-S370. Can you see anything useful for working that out from my Wireshark traces that you already have?
Here's my new renderer config - a work in progress:
- Code: Select all
# ps3mediaserver renderer profile for Sony Bluray Disc Players (2010 Bravia Internet Video-enabled models)
# Refer to PS3.conf for help
RendererName=Sony Bluray BDP-Sx70
RendererIcon=sony_bdp.png
UserAgentSearch=UPnP/1.0 DLNADOC/1.50
UserAgentAdditionalHeader=X-AV-Client-Info
UserAgentAdditionalHeaderSearch=(cn="Sony Corporation"; mn="Blu-ray Disc Player")
Video=true
Audio=true
Image=true
SeekByTime=true
TranscodeVideo=MPEGAC3
TranscodeAudio=PCM
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
#MimeTypesChanges=video/x-matroska=video/divx|video/mpeg=video/divx|video/x-ms-wmv=video/divx|video/mp4=video/divx
DLNALocalizationRequired=true
#TranscodeExtensions=dvr-ms,dvr,mkv,dv,ty,mov,ogm,hdmov,hdm,rmv,rmvb,rm,asf,evo,asx,flv,m2v,mpe,mod,tivo,ty,tmf,ts,tp,m2p,m4v,wmv,wm,flac,mlp,fla,wma,m4a,aac,dts,mka,ape,ogg,shn,mpc,ra,mp2,wv,oma,aa3,gif,png,arw,cr2,crw,dng,raf,mrw,nef,pef,tif,tiff
#StreamExtensions=mp3,mp4,avi,mpeg
#initial 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
MediaInfo=true
Supported = f:mpegps|mpegts v:mpeg1|mpeg2|mp4|h264 a:ac3|dts|dtshd|truehd|aac|lpcm|mpa|mp3 m:video/divx
Supported = f:avi|divx v:divx|mp4 a:ac3|lpcm|mpa|mp3 m:video/divx
Supported = f:mkv v: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/divx
Supported = f:wmv v:vc1 a:wma m:video/divx
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
