- changed version to 0.4.2
Add profile for Sony Bravia TV
Issue #153
resolved
See topic for details : http://forum.serviio.org/viewtopic.php?f=5&t=425#p2339
Something like that:
<Profile id="9" name="Sony Bravia TV" extendsProfileId="1">
<Detection>
<X-AV-Client-Info>BRAVIA.*</X-AV-Client-Info>
</Detection>
<Transcoding>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="mp3"> <!-- This is MPEG_PS_PAL profile -->
<Matches container="avi" vCodec="mpeg4" aCodec="mp3" />
<Matches container="avi" vCodec="wmv2" aCodec="aac" />
<Matches container="matroska" vCodec="mpeg4" aCodec="aac" />
<Matches container="mp4" vCodec="h264" aCodec="aac" />
</Video>
</Transcoding>
</Profile>
Comments (3)
-
repo owner -
repo owner -
repo owner - changed status to resolved
- Log in to comment