[Libav-user] trying to add scte-35 demuxer/decoder
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Jan 16 20:28:38 CET 2014
David Henry <dhenry at ...> writes:
> { 0x8a, AVMEDIA_TYPE_AUDIO, CODEC_ID_DTS },
> + { 0x86, AVMEDIA_TYPE_DATA, CODEC_ID_SCTE },
This looks very outdated, are you sure that you are
developing with current git head?
Everything else makes no sense.
I may misunderstand your questions but afaict, you
have to add a codec id, add some logic to the
demuxer (as above) and add a decoder. The decoder
will then receive packets from the demuxer.
Carl Eugen
More information about the Libav-user
mailing list