-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Fix StreamGear Malformed URI Error with Segments #249
Conversation
Thanks so much for opening your first PR here, a maintainer will get back to you shortly! In the meantime:
|
@abhiTronix I modified the code to use stream_count to define which segment_template we want to use for the filenames. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind you're correct, output_params["stream_count"]
value must be greater than 1
and not 0
to detect multi-variant stream.
@Vboivin Thanks! Once CI tests are completed successfully, I'll merge it. 👍 |
Description
Requirements / Checklist
Related Issue
Closes #248
Context
The segment files are now served without an issue by a server such as Nginx.
Types of changes
Screenshots (if available):
Before Fix
After Fix