I'm trying to get jwplayer to work on an Android phone, when I install the rtsp protocol file source, it works fine in Android, but it displays an error that the file cannot be played on iOS and PC
without using an rtsp file to work with PC and iOS with a source of files, rtsp only works in 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, });
source share