Since I have a Sharp TV...to be specific, a 60" LED (LC-60LE632U), I put this together based on what's in the user manual, as well as trial/error. I noticed issues if you specify the media type in he Supported field. I suspect this is because for a given container, and a given video, you can have different media types.
This will use the default streaming unless it has to transcode. I'm still experimenting, so feedback welcome on what should be added/removed.
Make sure to add what is below in a "Sharp.conf" file and include it in the PS3 renderers folder with the other files. It should auto-detect from that point on.
- Code: Select all
# ps3mediaserver renderer profile for Sharp Aquos
# Refer to PS3.conf for help
RendererName=Sharp Aquos
RendererIcon=bravia.png
UserAgentSearch=SHARP-AQUOS-DMP
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|video/avi=video/x-divx
DLNALocalizationRequired=true
StreamExtensions =
# StreamExtensions=avi,mpg,mp4,wmf,asf,mkv,mpeg,xvid
TranscodeExtensions =
# TranscodeExtensions=dvr-ms,dvr,dv,ty,mov,ogm,hdmov,hdm,rmv,rmvb,rm,evo,asx,flv,m2v,mpe,mod,tivo,ty,tmf,ts,tp,m2p,m4v,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
MediaInfo= true
CreateDLNATreeFaster = true
Supported = f:avi|divx v:divx|h264|mjpeg|mp4 a:mp3|dts|lpcm|ac3|aac|mpa
Supported = f:mkv v:divx|h264|mp4|xvid a:mp3|dts|lpcm|ac3|aac
Supported = f:mpegps|mpegts v:mpeg2|mp4|h264 a:mp3|dts|lpcm|mpa
Supported = f:wmv|asf v:divx|mp4|wmv a:mp3|lpcm|wma|dts m:video/x-ms-wmv
Supported = f:mp4|mov|3gp v:h264|mp4|mjpeg a:mp3|aac|ac3
Supported = f:mp3 m:audio/mpeg
Supported = f:wav m:audio/L16
Supported = f:jpg m:image/jpeg