Hello
Is there any functionality in EMS to delay the broadcasting of a stream. I mean is there any feature to buffer the incoming stream and the rebroadcast it to viewers with delay of few seconds?
thanks
Hello,
You can optimize the chunkLength parameter of createHLSStream command, because every time you try to play a created HLS, it will have a delay of 3 chunks worth of length.
However, if you want your stream to still retain its format and still have a delay, you can create a script which utilizes a delay, and initiate the pullStream + playback scenario after that delay.