Hi
I need to listen for inject scte-35 signal to hls in wowza media server.
How can we do with wowza ?
Thank you.
it is usually your web encoder which requires the SCTE-35/104 signal. In context of a HLS stream the SCTE-35/104 signal tells the encoder to slice the current segment and to inserted the ad break in form of a CUE-OUT marker. Important here is to have ad break duration available. The duration also determines when to set the CUE-In marker. The final output which would be pushed to your CDN would look similar to this one:
#EXTINF:10, http://media.example.com/fileSequence7796.ts
#EXTINF:6, http://media.example.com/fileSequence7797.ts
#EXT-X-CUE-OUT:DURATION=30
#EXTINF:4, http://media.example.com/fileSequence7798.ts
#EXTINF:10, http://media.example.com/fileSequence7799.ts
#EXTINF:10, http://media.example.com/fileSequence7800.ts
#EXTINF:6, http://media.example.com/fileSequence7801.ts
#EXT-X-CUE-IN
#EXTINF:4, http://media.example.com/fileSequence7802.ts
#EXTINF:10, http://media.example.com/fileSequence7803.ts
we can additional hardware in order to send the SCTE-35 signal to their web encoder or wowza streamin engine.