我尝试让 jwplayer 在 android 手机上工作,当我放置 rtsp 协议文件源时它在 android 中工作正常,但显示文件无法在 iOS 和 PC 中播放的错误
没有 rtsp 文件源可以在 pc 和 iOS 上正常工作 rtsp 文件源只能在 android 上工作
jwplayer("mediaplayer").setup({
playlist: [{
sources: [
{file:'rtmp://localhost:1935/vod/mp4:dexter.mp4'}//used it to PC ,
{file:'rtsp://localhost:1935/dexter/dexter.mp4'}// used it to android,
{file:'http://localhost:1935/vod/mp4:dexter.mp4/playlist.m3u8'}//and this for iOS
],
title: 'dexter',
width: 854,
height: 480,
});