- Code: Select all
# ps3mediaserver renderer profile for Philips Bluray BDP5200/12
# Refer to PS3.conf for help
#
# The protocol string is (for mpeg2) :
# http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL
#--------------------
# General informations / detection # General informations / detection
# Added Aurea.png to ps3.jar with winrar
RendererName=Philips Bluray5200
RendererIcon=sony_bdp.png
# UserAgent: regular expression to detect the connected renderer
# Renderer name string: Allegro-Software-WebClient/4.61 DLNADOC/1.00
UserAgentSearch=UPnP/1.0 DLNADOC/1.50
# Basic capabilities
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=LPCM
##Max Width and Height supported by the media renderer (0=unlimited)
MaxVideoWidth=0
MaxVideoHeight=0
#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=true
#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
## Extensions management: no need to put something here, as the server's default configuration is tuned for ps3
## What extensions are forcefully streamed as is (and not transcoded)
StreamExtensions=mkv,avi
