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

SRT Input (srt://:[PORT]) mishandles SRT streamid in incoming connections #222

Open
m1tk4 opened this issue Jan 3, 2025 · 0 comments
Open

Comments

@m1tk4
Copy link

m1tk4 commented Jan 3, 2025

Two problems:

  1. Incoming connections from some encoders will result in broken (unsanitized) stream names. Blackmagic WebPresenter has a fixed streamid that looks like '#!::bmd_uuid=460b34e1-0d3d-4758-ba7e-f9409f79be20,bmd_name=devicename' and that creates unworkable stream names in Mistserver when used with wildcard. "push://" inputs created via SRT protocol (MistOutTSSRT) are being sanitized correctly.

  2. All configuration options are ignored and SRT inputs are always using default settings. Particularly annoying is not being able to ignore the streamid - it always treats them as wildcard.

Proposal for a fix for both is in #219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant