Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] srt-live-transmit stops listening after SRT disconnect during no active input #2997

Open
Frenzie opened this issue Aug 5, 2024 · 0 comments
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

Comments

@Frenzie
Copy link

Frenzie commented Aug 5, 2024

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:

  1. Start srt-live-transmit and stop sending input. Or to simulate, just pipe nothing into it: cat | srt-live-transmit -v "file://con srt://127.0.0.1:5000?mode=listener
  2. Start a receiver: srt-live-transmit -v srt://127.0.0.1:5000?mode=caller udp://127.0.0.1:5001
  3. Stop the receiver

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):

  • OS: Linux (Debian 12, Ubuntu 24.04)
  • SRT Version / commit ID: 1.5.3
@Frenzie Frenzie added the Type: Bug Indicates an unexpected problem or unintended behavior label Aug 5, 2024
@maxsharabayko maxsharabayko added [apps] Area: Test applications related improvements help wanted Indicates that a maintainer wants help on an issue or pull request labels Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants