-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Custom m3u8 for map audio #27
Comments
Generate m3u8 for custom video, audio and subtitle index could be nice too. |
As separate manifest? E.g. |
It's a nice idea, but how it will work if the video has multiple audios in english or unknow language? What do you think in profile-eng-00.m3u8, profile-eng-01.m3u8 and, profile-ger-00.m3u8, profile-por-00.m3u8, profile-UNK-00.m3u8, profile-UNK-02.m3u8? unk=unknow I'm thinking if will be easy at the transcode to know the right index to use. |
Yes, I agree, stream index could be used. And then maybe either using filter options as query parameters or in the name of manifest. |
profile-0.m3u8 0,1,2.. is the index. |
When video has multiple audio, maybe it would be nice if we can choose the best audio language, the ffprobe can give all index audio.
The text was updated successfully, but these errors were encountered: