jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

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

Open GerryLon opened 6 years ago

GerryLon commented 6 years ago

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!