Philips 6800 Series

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
Post Reply
neokeats
Posts: 1
Joined: Mon Oct 20, 2014 8:08 pm

Philips 6800 Series

Post by neokeats »

Hi,

I've managed to have most of the videos to work by basicly use almost the same config as the samsung all share tv.

the tv specs are :
http://www.philips.fr/c-p/58PUK6809_12/ ... ifications

Code: Select all

Videos
Container : AVI, MKV
H.264/MPEG-4 AVC
MPEG-1
MPEG-2
MPEG-4
WMV9/VC1

Subtitles
.AAS
.SMI
.SRT
.SSA
.SUB
.TXT

Audio
AAC
AMR
LPCM
M4A
MP3
MPEG1 L1/2
WMA (v2 à v9.2)

Pictures

JPEG
BMP
GIF
JPS
PNG
PNS
The file i currently use is :

Code: Select all


RendererName=Philips New
UserAgentSearch = IPI/1.0 UPnP/1.0 DLNADOC/1.50

Video=true
Audio=true
Image=true
SeekByTime=true
TranscodeVideo=MPEGTS-H264-AAC
TranscodeAudio=LPCM
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=30
MaxVideoWidth = 1920
MaxVideoHeight = 1080
H264Level41Limited=true
MimeTypesChanges=audio/wav=audio/L16|video/mp4=video/mpeg
DLNALocalizationRequired=true
TranscodeExtensions=
StreamExtensions=mp4,mkv

# For Bravia TVs and Sony Bluray players
ForceJPGThumbnails=false

MediaInfo = false
CreateDLNATreeFaster = true
# [Supported video formats]:
# Here we declare support (or lack) of DTS (here, none of the entries declare dts as a supported audio codec)
Supported = f:mpegps v:mpeg1|mpeg2|mp4|h264 a:aac|aac-he|mpeg1|mpeg2 m:video/mpeg
Supported = f:mpegts v:mpeg2|mp4|h264 a:aac|aac-he|mpeg1|mpeg2 m:video/mpeg
Supported = f:avi|divx v:mp4|divx a:mp3|lpcm|wma|aac|aac-he m:video/x-divx gmc:0
Supported = f:mp4 v:mp4|h264 a:aac|aac-he|wma m:video/mp4 n:2
Supported = f:mkv v:mp4|h264 a:mpeg1|mpeg2|aac|aac-he m:video/mkv n:2


# [Supported audio formats]:
Supported = f:wav a:dts|lpcm n:6 s:48000 m:audio/wav
Supported = f:wav n:2 s:48000 m:audio/wav
Supported = f:mp3 n:2 m:audio/mpeg
# Apple lossless not supported
Supported = f:aac n:2 a:(?!alac).+ m:audio/x-m4a
Supported = f:wma n:2 m:audio/x-ms-wma
Supported = f:atrac n:2 m:audio/x-oma
# [Supported image formats]
Supported = f:jpg m:image/jpeg
Supported = f:png m:image/png
Supported = f:gif m:image/gif
Supported = f:tiff m:image/tiff

SupportedSubtitlesFormats = ASS

Some videos are not playing, if anyone can help.
I've upgraded to 5b1.
for exeample, i noticed that it doesn't support streamed external subtitles i have to get them into a mkv file into a mkv file in order to have them on the tv
Post Reply