- Newest
- Most votes
- Most comments
Hi,
This is an expected behaviour for RTMP output. When input loss, it triggers the input loss behaviour to push either black/color image or slate image that is defined. Unfortunately, there is no option to pause RTMP output when input loss.
If you would like to achieve this, my suggestion is to implement a script to monitor the input alert using the email notification or web callback URL and send a REST API to start/stop when an alert is raised. You can enable notification under Global Processors > Notification.
For example, if you receive an input alert, send a stop output API to stop the RTMP output and when input alert is cleared, send an start output API to resume RTMP output.
https://docs.aws.amazon.com/elemental-onprem/latest/pdf/live_2.22_api.pdf
- /live_events/<id>/stop_output
- /live_events/<id>/start_output
Regards,
Sam
Edited by: samuelAWS on Oct 29, 2021 12:30 AM
I already have alerts configured for input loss. Just wanted to eliminate the manual intervention of start/stop in case of input loss.
Currently we are practicing the same manual start stop in that case. Since we do not have this feature for RTMP push, thanks for the clarification.
Relevant content
- Accepted Answerasked 2 years ago
- asked 2 years ago
- asked 5 years ago
- AWS OFFICIALUpdated 23 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 3 months ago