Insertion of SCTE 35 messages in MPEG-2 TS

Insertion of SCTE 35 messages in MPEG-2 TS

Imagen de Daniel E-B

Hi.

I have to implement insertion of SCTE 35 splice informations into MPEG2 TS. Does UMC::MPEG2Muxer support this kind of operations?

What kind of objects should I use to be able to do this?

Should I be able to implement my own support for insertion of SCTE 35 messages into MPEG2 TS?

Thanks

publicaciones de 3 / 0 nuevos
Último envío
Para obtener más información sobre las optimizaciones del compilador, consulte el aviso sobre la optimización.
Imagen de Chao Y (Intel)

Hi,

some comments from our expert:
The muxer/splitter only support on the media (audio/video) data only. User needs to develop their code if they want to support the private data.

Thanks,
Chao

Imagen de Daniel E-B

Hi,
Thank's for the answer.
Does this mean that I should create a sort of private stream data and modify the muxer for it to understand my private stream? What kind of UMC::MPEG2Muxer track type should I use to do so? Or should I insert the SCTE 35 splice information in the MPEG-2 TS after muxing?
Thanks,
Daniel

Inicie sesión para dejar un comentario.