0

We are using Udp stream as injection and transcoding it to hls using ffmpeg. Output stream when probed changes to bin_data.

We have used TSDuck to inject Scte-35 INfo to output ts file which convert the bin_data(0x06) back to SCTE 35(0X86) issue. But unable to ingest Cue tags in M3U8 manifest file. How can we ingest Cue data in m3u8 scte information in m3u8? So that it can be used by SSAI engine for AD-insertion.

Anonymous Coward
  • 1,096
  • 11
  • 22
abhishek kumar
  • 448
  • 4
  • 10

1 Answers1

1

x9k3 does cue insertion into m3u8 files, it can even do it live. https://github.com/futzu/x9k3

Leroy Scandal
  • 329
  • 1
  • 4