Add flv transcoding for Samsung C series profile

Issue #267 resolved
Former user created an issue

Please add forced flv transcoding to the Samsung C series profile, as these tv's do not support native flv playback

see: http://forum.serviio.org/viewtopic.php?f=10&t=1753

I'm not sure if there is a better container / codec to transcode to, but this works for me:

<!-- force transcode to play flv files --> <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="mp3" forceVTranscoding="true"> <Matches container="flv" /> </Video>

Comments (4)

  1. Log in to comment