-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Issue with Wildcard in StreamMap #1756
Comments
@bchah Thanks for reporting. I'll check it out and make improvements. |
@bchah
When using SRT for pushing, only Video and Audio data types are transmitted. I will add the ${SourceStream} macro to soon. Thanks. |
Improved StreamName to allow use of the This will be reflected in the next release. GIVE ME SOME WATER :) Cheers. |
Ah, I see now why the issue occurred. Thank you and I will give it a test with the improvements you made. They look very well hydrated 🤓 |
Describe the bug
When using StreamMap with a wildcard in
StreamName
, FFmpeg raises two errors: "No streams to mux were specified" and "could not create header". The connection occurs (and correctly passes the name of the stream) but no packets appear to be sent.To Reproduce
Steps to reproduce the behavior:
<StreamName>
as * or containing a * (like stream_*)Expected behavior
Use of a wildcard should not prevent the push from occurring properly.
Logs
omelog.txt
Here is the StreamMap config:
Server (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: