Philips TV2012HE profile
Hi to all,
this is my current profile:
i do have named it to ID 21 because i have removed all others. Only one TV.
This is a working profile with matroska files on storage and srt files extracted from them with mkvcleaver. To let it work toghether with serviio you must edit the srt files. Keep up watching spaces in the lines.
1st: code
2nd code
the fisrt code is correct, so serviio can parse the srt files, if they are present on the storage with the same naming as the movie does.
the second code, serviio does not render the srt file into the movie, cause of spaces. maybe a parser issue from ffmpeg? or something else.
i hope this will help to view matroska on a philips TV.
this has been testet with serviio for windows v1.2
best regards
PhiltiPs
this is my current profile:
- Code:
<Profile id="21" name="Philips (2012)" extendsProfileId="1">
<Detection>
<UPnPSearch>
<FriendlyName>.*PHILIPS.*</FriendlyName>
</UPnPSearch>
</Detection>
<Subtitles>
<SoftSubs mime-type="text/srt" />
<HardSubs>
<RequiredFor container="matroska" />
</HardSubs>
</Subtitles>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/avi" name="">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" DAR="16:9">
<Matches container="matroska" aCodec="dca" />
</Video>
</Transcoding>
<HardSubsTranscoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" DAR="16:9" />
</HardSubsTranscoding>
<OnlineTranscoding>
<Video targetContainer="mpeg" targetACodec="ac3" targetVCodec="mpeg2video" DAR="16:9">
<Matches container="mp4" />
<Matches container="flv" />
</Video>
<Audio targetContainer="lpcm">
<Matches container="mp3"/>
<Matches container="flv"/>
<Matches container="asf"/>
</Audio>
</OnlineTranscoding>
</Profile>
i do have named it to ID 21 because i have removed all others. Only one TV.
This is a working profile with matroska files on storage and srt files extracted from them with mkvcleaver. To let it work toghether with serviio you must edit the srt files. Keep up watching spaces in the lines.
1st: code
2nd code
the fisrt code is correct, so serviio can parse the srt files, if they are present on the storage with the same naming as the movie does.
the second code, serviio does not render the srt file into the movie, cause of spaces. maybe a parser issue from ffmpeg? or something else.
i hope this will help to view matroska on a philips TV.

this has been testet with serviio for windows v1.2
- Code:
2013-03-16 14:16:04,304 INFO [MediaServer] Serviio DLNA media streaming server v 1.2 (rev. 7f0f253cf67d+)
2013-03-16 14:16:04,304 INFO [MediaServer] Petr Nejedly 2009-2013
2013-03-16 14:16:04,304 INFO [MediaServer] http://www.serviio.org
2013-03-16 14:16:04,304 INFO [MediaServer]
2013-03-16 14:16:04,304 INFO [MediaServer] Java 1.7.0_17-Oracle Corporation
2013-03-16 14:16:04,304 INFO [MediaServer] OS Windows 7 amd64 6.1
2013-03-16 14:16:04,304 INFO [MediaServer] File encoding: windows-1252
2013-03-16 14:16:04,304 INFO [MediaServer] Headless mode enabled: true
2013-03-16 14:16:04,304 INFO [MediaServer] User: zero
2013-03-16 14:16:04,304 INFO [MediaServer] User home dir: C:\Users\zero
2013-03-16 14:16:04,304 INFO [MediaServer] Temp dir: C:\Temp\zero\
best regards
PhiltiPs