Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Insertion of SCTE 35 messages in MPEG-2 TS

Daniel_E-B
Beginner
530 Views

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

0 Kudos
2 Replies
Chao_Y_Intel
Moderator
530 Views
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
0 Kudos
Daniel_E-B
Beginner
530 Views
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
0 Kudos
Reply