html5 - Can m3u8 files have mp4 file urls? -


i in situation have flv video converted mp4 , streaming http url using nginx server. multibitrate supoport on html5 have created m3u8 file :

#extm3u #ext-x-stream-inf:program-id=1,bandwidth=200111, resolution=512x288 http://streamer.abc.com:8080/videos/arvind1.mp4 #ext-x-stream-inf:program-id=1,bandwidth=3000444, resolution=400x300 http://streamer.abc.com:8080/videos/arvind1.mp4 #ext-x-stream-inf:program-id=1,bandwidth=400777, resolution=400x300 http://streamer.abc.com:8080/videos/arvind1.mp4 #ext-x-endlist 

but jwplayer not playing saying playlist not loaded. "no playable sources found". please help.

no, hls supports segmented transport streams in m3u8 playlist. may find work in players, not part of standard, , not work in ios.


Comments

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -