[BUG] srt-live-transmit stops listening after SRT disconnect during no active input #2997
Labels
[apps]
Area: Test applications related improvements
help wanted
Indicates that a maintainer wants help on an issue or pull request
Type: Bug
Indicates an unexpected problem or unintended behavior
Describe the bug
srt-live-transmit stops listening on the configured port if the SRT connection was closed at a moment when there was no input
To Reproduce
Steps to reproduce the behavior:
cat | srt-live-transmit -v "file://con srt://127.0.0.1:5000?mode=listener
srt-live-transmit -v srt://127.0.0.1:5000?mode=caller udp://127.0.0.1:5001
If you now try to reconnect or check with for example
netstat -anu | grep 5000
you'll see the bind has disappeared.Expected behavior
The listener never stops listening on the configured port.
Desktop (please provide the following information):
The text was updated successfully, but these errors were encountered: