Samsung C/D gets invalid file format with online asf livestreams,

Issue #470 duplicate
Former user created an issue

The default transcoding is to mpeg but the Samsung C/D requires mpegts I added <Matches container="asf" /> <!-- jhb50 for Greek TV wmv3/wma to overide default transcode to ps --> t the existing online transcode rule in the C/D profile, which I had already altered to add the maxVBitrate=30000 and the transcoding of mp4 with mpeg4 as reported previously. My revised C/D looks like this. {{{ <OnlineTranscoding> <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" maxVBitrate="30000" > <!-- jhb50 max vbr so TV will play it --> <Matches container="mp4" vCodec="mpeg4" /> <!-- jhb50 for Nasa & Cleese MPEG4/AAC streams --> <Matches container="asf" /> <!-- jhb50 for Greek TV wmv3/wma to overide default transcode to ps --> </Video> </OnlineTranscoding>

}}}

Comments (2)

  1. Former user Account Deleted

    If you are aggregating then this should be merged with #432 as well which added the mpeg4 transcode, but it already is resolved.

  2. Log in to comment