by wisedesi » Sun Jul 18, 2010 9:27 pm
#-- USE WITH PS3mediaserver version 1.20.409 ---------
# ps3mediaserver profile for Dishnetwork VIP922
# DO NOT MODIFY THIS (OR AT YOUR OWN RISK)
#----------------------------------------------------------------
#
# Copy and paste this text and save file in "C:\Program Files (x86)\PS3 Media Server\renderers"
# or "C:\Program Files\PS3 Media Server\renderers" folder as "VIP922.conf"
# Under common transcoding settings select "Remux when audio track is AC3"
# Also change transcode buffer size to 600.
# Use Mencoder as default transcoder. Only when you play MKV files use txmuer transcoded files from sub folder
# instead of mencoder to get Dolby audio. DTS audio does not seem to work with the receiver.
# General informations / detection
RendererName=VIP922
#RendererIcon=VIP922.png
#UserAgent: regular expression to detect the connected renderer
UserAgentSearch=UPnP/1.0 DLNADOC/1.50
#UserAgentAdditionalHeaders: additional http header for better detection
#Basic capabilities
Video=true
Audio=true
Image=true
#------------------------------------------------------------
# DLNA settings
#Use the DLNA feature seek by time and not by range
SeekByTime=true
#Serve different flavors of localization in the DLNA parameters (PAL/NTSC, NA/EU/JP)
#to allow every worldwide renderer to see the files. Important for Sony Bravia's TVs
DLNALocalizationRequired=false
#------------------------------------------------------------
# Transcoding/Muxing capabilities
#
#Transcode codecs for video and audio engines
#currently supported: MPEGAC3, MPEGTSAC3 or WMV for video, PCM or MP3 for audio
TranscodeVideo=MPEGTSAC3
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
#Muxing capabilities: Does the media renderer supports H264 and MPEG2 in a mpegts file ?
#Deprecated if MediaInfo=true
MuxH264ToMpegTS=true
#Does the media renderer supports DTS in a mpeg file ?
#Deprecated if MediaInfo=true
MuxDTSToMpeg=true
#Does the media renderer supports DTS wrapped into LPCM in a mpeg file ?
WrapDTSIntoPCM=false
#Does the media renderer supports LPCM in a mpeg file ?
#Deprecated if MediaInfo=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
#Does the media renderer supports only H264 L4.1 at most ?
H264Level41Limited=false
#Does music files need to be resampled at 44.1kHz?
TranscodeAudioTo441kHz=false
#Does the client need to receive transcoded video with minimal delay ? (Useful when the client has a small timeout delay)
TranscodeFastStart=false
#Size of the transcoded file (unknown length) sent to the renderer (could determine browsing failure/success)
#Possible values:
# -1: Specific value working with the PS3, means perfect transcoding and copying support (it's against the dlna spec though)
# 0: size attribute is NOT sent to the renderer (defaut value if this parameter isn't used)
# 100000000000: 100Gb, if you want to be sure that the media file is not cutted before the end ?
TranscodedVideoFileSize=100000000000
#-----------------------------------------------------------
# Misc Images
#Rotate Jpeg files based on EXIF infos
AutoExifRotate=true
#------------------------------------------------------------
# Misc Files
# Mime types transforms (oldmime=newmime|olemime2=newmime2|...)
# Deprecated if MediaInfo=true
MimeTypesChanges=video/avi=video/x-divx
# What extensions are forcefully transcoded
# Don't use this if MediaInfo=true, prefer codec configurations
TranscodeExtensions=ms,dvr,mkv,dv,ty,mov,ogm,hdmov,hdm,rmv,rmvb,rm,asf,evo,asx,flv,m2v,mpe,mod,tivo,ty,tmf,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,3gp
# What extensions are forcefully streamed as is (and not transcoded)
# Don't use this if MediaInfo=true, prefer codec configurations
StreamExtensions=ts,mp3,jpg,jpeg
# ===========================================================================
MediaInfo=false
# ===========================================================================