这是我的代码,请帮助。
jwplayer("myElement").setup({
playlist: [{
sources: [{
file: "rtmp://draco.streamingwizard.com/wizard/_definst_/demo/sample.mp4"
}],
image: "vtts/bbb-splash.png"
}],
width: 480,
height: 270,
type:"video/mp4"
});
答案 0 :(得分:2)
您正在使用RTMP,这是一种Flash协议。任何移动设备上都没有Flash。您需要为移动设备提供HLS流或MP4后备。