kaltura / nginx-vod-module

NGINX-based MP4 Repackager
GNU Affero General Public License v3.0
1.96k stars 433 forks source link

scte-35 support #1263

Open kuznetcoff777 opened 3 years ago

kuznetcoff777 commented 3 years ago

If any way to add scte-35 markers to hls output? It it possible to carry scte-35 in mp4 files?

erankor commented 3 years ago

This is not supported. What is the use case for this?

kuznetcoff777 commented 3 years ago

For all kind of players (web/mobile,etc) could insert adverts via standard scte-35 markers instead of use homegrown systems with somekind of jsons with timestamps of adverts avail.

giulioprovasi commented 3 years ago

I would really like that too if possible :)

terranvigil commented 2 years ago

We've worked around this by using tsduck to inject the scte-35 markers into the segments during the request.

terranvigil commented 2 years ago

Note that Google DAI doesn't require the tags to be in the ts segments if that is your target. You can use HLS tags to provide the SCTE marker base64 string during CUE-OUT, CUE-IN.

kuznetcoff777 commented 2 years ago

"You can use HLS tags to provide the SCTE marker base64 string during CUE-OUT, CUE-IN." - exactly this i need

Is there any way to do it with tsduck?