You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Two problems:
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.
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
The text was updated successfully, but these errors were encountered: