We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Everyone!
I use this command converted a mp3 file to m3u8:
ffmpeg -i Sunshine.mp3 -c:a libmp3lame -b:a 128k -map 0:0 -f segment -segment_time 10 -segment_list outputlist.m3u8 -segment_format mpegts output%03d.ts
then got a .m3u8 file and many .ts files.
How to play just using m3u8(mp3 is not allowed by Boss for preventing download directly);
Many Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Everyone!
I use this command converted a mp3 file to m3u8:
then got a .m3u8 file and many .ts files.
How to play just using m3u8(mp3 is not allowed by Boss for preventing download directly);
Many Thanks!
The text was updated successfully, but these errors were encountered: