Regarding EX700 and getting it to work.I got myself a Sony Bravia
KDL-32EX700 two weeks back.
Downloaded latest PS3 Media Server (build 409) and never got it working no matter how I tried to modify the Bravia5500.conf with forced stream extensions etc.
Solution: Compiled my own from source (build 410).
Deleted all Renders configs except PS3.conf
Created a
Bravia-EX.confThe EX700 seems to supports all formats the PS3 does over DLNA and USB stick, so I copied the MediaInfo from PS3 config and used the rest from Bravia5500.conf
- Code: Select all
# ps3mediaserver renderer profile for Sony Bravia EX500/EX700 series
# Refer to PS3.conf for help
RendererName=Sony Bravia EX Series
RendererIcon=bravia.png
UserAgentSearch=notusedhere
UserAgentAdditionalHeader=X-AV-Client-Info
UserAgentAdditionalHeaderSearch=(BRAVIA KDL.+EX5)|(BRAVIA KDL.+EX7)
Video=true
Audio=true
Image=true
SeekByTime=true
TranscodeVideo=MPEGAC3
TranscodeAudio=MP3
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
MimeTypesChanges=audio/wav=audio/L16|video/mp4=video/mpeg
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,mp4,m4v,avi,wmv,wm,divx,div,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=
MediaInfo=true
# [Supported video formats]:
# Here we declare support (or lack) of DTS (here, none of the entries declare dts as a supported audio codec)
Supported = f:mpegps|mpegts v:mpeg1|mpeg2|mp4|h264 a:ac3|lpcm|aac|mpa m:video/mpeg
# No H264 for AVI files, plus specific mediainfo attributes, for better auto detection (qpel and gmc are not supported here)
Supported = f:avi|divx v:mp4|divx|mjpeg a:mp3|lpcm|mpa|ac3 m:video/x-divx qpel:no gmc:0
Supported = f:mp4 v:mp4|h264 a:ac3|aac m:video/mp4
# WMV files are supported, but not with 5.1 audio: (hence the n:2)
Supported = f:wmv v:wmv|vc1 a:wma n:2 m:video/x-ms-wmv
# [Supported audio formats]:
Supported = f:wav a:dts|lpcm n:6 s:48000 m:audio/wav
Supported = f:wav n:2 s:48000 m:audio/wav
Supported = f:mp3 n:2 m:audio/mpeg
# Apple lossless not supported
Supported = f:aac n:2 a:(?!alac).+ m:audio/x-m4a
Supported = f:wma n:2 m:audio/x-ms-wma
Supported = f:atrac n:2 m:audio/x-oma
# [Supported image formats]
Supported = f:jpg m:image/jpeg
Supported = f:png m:image/png
Supported = f:gif m:image/gif
Supported = f:tiff m:image/tiff
When I use this render config, the EX700 works beautifully with a sample folder of avi, mkv, m2ts, ts, mp3 etc etc. Haven't tested further though (Use PC over HDMI currently).
There is of course some tweaking to this to make it work even better. Would like the wizzes to have a look.
PMS reports 78Mbit/s transfer speed to the EX700 over D-Link Gigabit switch and CAT6 cables. Weird it ain't faster although everything connected is Gigabit capable.
======================================================================
========================== REQUEST ===================================
======================================================================
I would, personally, request that the maintaner of this project keep renderer configuration files separate into series/models instead of having one renderer config which covers a broader range.
The "one config for the lot" causes the least capable device to set the limit for the rest. Or one could just have a variety of different renderer configs depending on the DLNA-client capabilities then let users add their client in the detection/search syntax. This could cause same problem as we're having now though.
Matt of Sweden.
* PS3 Media Server version 1.20.410 (compiled from source) on Win7 x64 ultimate.
* Playstation 3 (Fatty).
* Sony Bravia KDL-32EX700
* MacBook Pro, Asus Laptop, Sony Laptop.
* Home LAN with dual networks. One wireless N and one Gigabit.