I updated the firmware of the tv by hand (update from the internet does not always work).
Then I changed the configuration file of the media renderer. Renderer in the directory I created a file that is very similar to 9705.conf Philips.conf got arises to change some things, I am attaching for clarity.
With the firmware philips >= 75.60 and ps3mediaserver version >= 1.20.410 work with avi and mkv files. For the rest I have yet to discover how to run the transcoding. Does anyone have some advice to give?
Thank you soon
9705.conf
- Code: Select all
# ps3mediaserver renderer profile for Philips Aurea TV and Net TV
# 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=Windows2000
RendererIcon=philips.png
# RendererIcon=bravia.png
#Windows2000/0.0 UPnP/1.0 PhilipsIntelSDK/1.4 DLNADOC/1.50
# UserAgent: regular expression to detect the connected renderer
# Renderer name string: Allegro-Software-WebClient/4.61 DLNADOC/1.00
UserAgentSearch=PhilipsIntelSDK
# 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=PCM
## TranscodeAudio=MP3
##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
MuxDTSToMpeg=true
##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=1920
MaxVideoHeight=1080
##Does the media renderer supports only H264 L4.1 at most ?
## H264Level41Limited=true
#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
##--------------------
## Misc Files
##
## If you want to apply a specific extension for your transcoded files:
# UseSameExtension=mpg
## Mime types transforms (oldmime=newmime|olemime2=newmime2|�)
# MimeTypeChanges=video/avi=video/x-divx
# MimeTypesChanges=video/mp4=video/mpeg
## 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=wma,asf,avi,mkv
## What extensions are forcefully transcoded
# Needed for Philips Aurea that can only handle mpg, mp3
# Not needed for Philips NetTV that can handle many formats natively
TranscodeExtensions=tp,iso,mp4,mov
