I'm setting up a process where an HLS stream is recorded on AWS S3. The setup is :
- one input of type URL_PULL plugged to my HLS stream
- one output that send HLS to an S3 bucket
Everything is working fine. However, if I simulate interruptions on my HLS stream (let's say for some reason, the person streaming on the HLS stream lost his network connectivity), I only get to record the first part. My Medialive channel never picks up the stream and continue the recording. I tried to play with this part of the settings :
network_input_settings: {
hls_input_settings: {
bandwidth: 1,
buffer_segments: 1,
retries: 3600,
retry_interval: 1,
},
}
without any success.
Anyone know if what I want to do is possible at all ?
Edit
Here is what I get in my channel logs:
I stopped streaming at around 9:08 and started again a few seconds later. 3 alerts appear, however they never get cleared and the input and output network stay 0 and never resume. In the last alert, not sure why the channel is trying to pull the HLS stream from the endpoint we see on the screenshot which is not my input HLS URL.