First of all i want to say what a great piece of software PMS is.
I have a Sony Bravia 40NX800F and i am using this conf for it.
I found is somerwhere on this forum
- 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
#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=
almost everything is working perfect except for streaming audio form an internet url.
I have tried almost everthing i found on this forum but with no luck.
I can see PMS serving the url but on the TV nothing happens. I see the stream but the counter just stays at 00:00.
I doesn't matter if the url is an asx or pls, it just doesn't do anything.
even the URl's in the standard web.conf don't work, always the same.. the counter stays at 00:00 but PMS says it is serving the stream
Does any one have this problem with the same TV and if they have got it working i would really like to know how they did that
Tnx in advance
