Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Mobile Chrome & Firefox (No Playable sources found)


I am getting this error (No Playable sources found) on both chrome and firefox on iOS and Android web players and I cannot figure out why. Here is the code I am using below as well as the link to one of the websites that is using the player. I am using this for clients so any amount of haste is appreciated! :D Thank you!

Here is a test website :https://coffeewithpaul.com/live-open/

var playerInstance = jwplayer('player');
playerInstance.setup({
playlist: [{title: "Gospel of Matthew: 2017 July 11 (Tuesday) - Jul 11, 2017",sources: [{label: "Tuesday, 07-11-2017 - Jul 11, 2017",file: "rtmp://livestream.omnia-app.org:1935/vods3/_definst_/mp4:omnias3/omnia-prod-livestream-vod/107/1565/59654b623ce04.mp4",image: "//"},{ label: "160",file: "rtmp://livestream.omnia-app.org:1935/vods3/_definst_/mp4:omnias3/omnia-prod-livestream-vod/107/1565/59654b623ce04_trans_160p.mp4",image: "//"},{ label: "360",file: "rtmp://livestream.omnia-app.org:1935/vods3/_definst_/mp4:omnias3/omnia-prod-livestream-vod/107/1565/59654b623ce04_trans_360p.mp4",image: "//"},{ label: "720",file: "rtmp://livestream.omnia-app.org:1935/vods3/_definst_/mp4:omnias3/omnia-prod-livestream-vod/107/1565/59654b623ce04_trans_720p.mp4",image: "//"}]},{title: "Gospel of Matthew: 2017 July 11 (Tuesday) - Jul 11, 2017",sources: [{label: "Tuesday, 07-11-2017 - Jul 11, 2017",file: "rtmp://livestream.omnia-app.org:1935/vods3/_definst_/mp4:omnias3/omnia-prod-livestream-vod/107/1564/59653cdeb0fcf.mp4",image: "//"},{ label: "160",file: "rtmp://livestream.omnia-app.org:1935/vods3/_definst_/mp4:omnias3/omnia-prod-livestream-vod/107/1564/59653cdeb0fcf_trans_160p.mp4",image: "//"},{ label: "360",file: "rtmp://livestream.omnia-app.org:1935/vods3/_definst_/mp4:omnias3/omnia-prod-livestream-vod/107/1564/59653cdeb0fcf_trans_360p.mp4",image: "//"},{ label: "720",file: "rtmp://livestream.omnia-app.org:1935/vods3/_definst_/mp4:omnias3/omnia-prod-livestream-vod/107/1564/59653cdeb0fcf_trans_720p.mp4",image: "//"}]}],
width: "100%",
fallback: true,
listbar: {
position: "right",
size: 234
}
});

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

RTMP is a flash-based protocol and is not compatible with mobile devices. I recommend you work with your stream provider or streaming software to use HLS instead.

Let me know if that helps,
Donni

This question has received the maximum number of answers.