-
Notifications
You must be signed in to change notification settings - Fork 64
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
How do I control output folders and file names? #133
Comments
These are the options you can play with: shaka-streamer/streamer/pipeline_configuration.py Lines 292 to 299 in c6c5b92
But media file names are hard coded to a predefined template: shaka-streamer/streamer/output_stream.py Lines 64 to 89 in c6c5b92
|
Yes but none of those correspond to Update: I hadn't read the second part of your answer where you actually did mention this:
Well, that's a bummer, I thought I was missing something. That's exactly what I needed :/ |
It's not planned, but PRs are welcome. We could maybe move the filename templates into the configuration, with the current templates as default. |
PRs still welcome! |
The Overview > Features section in the docs says that Shaka Streamer lets you:
But I couldn't find any relevant options in https://shaka-project.github.io/shaka-streamer/configuration_fields.html.
With Shaka Packager, I used to use
playlist_name
, andsegment_template
with placeholders like$Number$
in its value.How do I achieve the same thing with Shaka Streamer?
The text was updated successfully, but these errors were encountered: