문제

I would like to know what are the best ways to stream m3u with an embeded player on a website nowdays thanks to HTML5 or Jquery. I would like to avoid flash.

I would also appreciate a tutorial to add this player on my website :

for the moment I have a http://78.xxx.xxx.xx:8000/listen.m3u and a html page.

Thanks a lot for you appreciated help

도움이 되었습니까?

해결책

try this:

JQuery Playlist Plugin - Playlist support for audio and video tags.

HTML5 audio and video tags don't handle media playlists like m3u and others. This plugin is intended to provide a playlist parsing mechanism that will feed the audio/video tags with single media files they can handle. Limited navigation through the files included in the playlist is provided as well.

https://github.com/aitorciki/jquery-playlist

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top