Open obackup opened 2 years ago
Thank you for the issue @obackup. I think we know the reason and we can provide some workaround solution.
Let me put to the backlog to schedule. I think one of my colleague will respond you soon
Hi,
1. You can update the status field of the Broadcast object.
Here is an example Rest request:
curl -X 'PUT' 'https://test.antmedia.io:5443/WebRTCAppEE/rest/v2/broadcasts/stream1' -H 'accept: application/json' -H 'Content-Type: application/json' -d '{"streamId": "stream1", "status": "finished"}'
2. You can delete the old one and create a new stream with the same Stream ID.
Hi @obackup ,
We also have a permanent solution for this problem. It's available in 2.4.4-SNAPSHOT https://github.com/ant-media/Ant-Media-Server/issues/4172
Short description
During the process of streaming with dumprtmp library, the network may be unstable and the connection may be broken. The streaming is restarted, but the stream name status of the server is still Broadcasting, even if the power is off or has been here for a long time, the status is still Broadcasting。 Can't push the stream again
Environment
Enterprise Edition 2.4.3 20220418_2241
Logs