有Android和M3U8本身的問題 - http://www.jwplayer.com/blog/the-pain-of-live-streaming-on-android/
不過,我有一個小小的變通,你可以使用這個,請檢查下面的代碼:
<!DOCTYPE html>
<script src="http://p.jwpcdn.com/6/8/jwplayer.js"></script>
<center><div id='container'></div></center>
<script>
if (navigator.userAgent.match(/android/i) != null){
jwplayer("container").setup({
file: "http://playertest.longtailvideo.com/adaptive/bbbfull/bbbfull.m3u8",
type: "mp4",
primary: "html5"
});
} else {
jwplayer("container").setup({
playlist: [{
image: "http://content.bitsontherun.com/thumbs/gSzpo2wh-480.jpg",
sources: [{
file: "http://content.jwplatform.com/manifests/s8BPzDe0.smil"
},{
file: "http://playertest.longtailvideo.com/adaptive/bbbfull/bbbfull.m3u8"
}]
}],
primary: "flash"
});
}
</script>
我可以玩我的視頻的地方在我的Android本機應用程序中使用JWPlayer的一些URL,如果是的話,你可以幫我怎麼做? –
您應該聯繫我們獲取關於我們的SDK的信息。 http://www.jwplayer.com/contact-us/ – emaxsaun