I have read here (viewtopic.php?f=15&t=2099) that I need a *.conf file in a directory called renderers in the PS3 Media Server install directory.
I'm using PMS v. 1.10.51.
How will the .conf file look like for a KDL-40EX500 TV, and what would I call it?
I already tried this file, which is the file from the above mentioned link:
- Code: Select all
#————————————————————
# ps3mediaserver profile for Sony Bravia TV
# DO NOT MODIFY THIS (OR AT YOUR OWN RISK)
#————————————————————
# General informations / detection
RendererName=Sony Bravia TV
RendererIcon=bravia.png
#UserAgent: regular expression to detect the connected renderer
UserAgentSearch=BRAVIA KDL-40EX500
#UserAgentAdditionalHeaders: additional http header for better detection
UserAgentAdditionalHeader=X-AV-Client-Info
UserAgentAdditionalHeaderSearch=BRAVIA
#Basic capabilities
# Bravia 4 Video=false, Bravia 5 Video=true
Video=true
Audio=true
Image=true
#————————————————————
# DLNA settings
#Use the DLNA feature seek by time and not by range
#SeekByTime=true
SeekByTime=false
#————————————————————
# Transcoding/Muxing capabilities
#
#Transcode codecs for video and audio engines
#currently supported: MPEGAC3 or WMV for video, PCM or MP3 for audio
TranscodeVideo=MPEGAC3
TranscodeAudio=PCM
#Use default DVD buffer size: false = greater bitrate and faster encoding,
#but can generate incompatible videos, depends of your media renderer
#DefaultVBVBufSize=false
DefaultVBVBufSize=true
#Muxing capabilities: Does the media renderer supports H264 and MPEG2 in a mpegts file ?
#MuxH264ToMpegTS=true
MuxH264ToMpegTS=false
#Does the media renderer supports DTS in a mpeg file ?
MuxDTSToMpeg=false
#Does the media renderer supports DTS wrapped into LPCM in a mpeg file ?
#WrapDTSIntoPCM=true
WrapDTSIntoPCM=false
#Does the media renderer supports LPCM in a mpeg file ?
#MuxLPCMToMpeg=true
MuxLPCMToMpeg=false
#Maximum bitrate supported by the media renderer (0=unlimited)
MaxVideoBitrateMbps=0
#Max Width and Height supported by the media renderer (0=unlimited)
MaxVideoWidth=0
MaxVideoHeight=0
#————————————————————
# Misc Files
# Mime types transforms (oldmime=newmime|olemime2=newmime2|…)
#MimeTypeChanges=video/avi=video/x-divx
# Extensions management: no need to put something here, as the server’s default configuration is tuned for ps3
# What extensions are forcefully transcoded
TranscodeExtensions=wav,mpg,mpeg,mpe,ts,tp,m2t,m2ts,m2p,mts,vob,gif,tif,tiff,png,bmp,wma,mkv,hdmov,hdm,flac,fla,dts,ogg,asf,asx,m2v
# What extensions are forcefully streamd as is (and not transcoded)
StreamExtensions=
but PMS cannot find my TV.
What can I do? And do I need to modify some settings for the TV?
Thank you in advance!
