Skip to content
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 to play m3u8(converted from mp3 file by ffmpeg)? #408

Open
GerryLon opened this issue Apr 2, 2018 · 0 comments
Open

How to play m3u8(converted from mp3 file by ffmpeg)? #408

GerryLon opened this issue Apr 2, 2018 · 0 comments

Comments

@GerryLon
Copy link

GerryLon commented Apr 2, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant