HelloLinkon
HelloLinkon

Reputation: 348

Phonegap: Android/iOS is not showing live stream video using jwplayer

Want to develop live stream tv app for android and ios using phonegap. For this purpose i am using license jwplayer for streaming video. Here i am using RTMP url and player is working well in browser. But show error in android and ios.

Upvotes: 0

Views: 555

Answers (1)

MisterNeutron
MisterNeutron

Reputation: 3359

RTMP is a Flash protocol. There is no Flash on any mobile device. You need to use HLS for streaming to a mobile device.

Upvotes: 2

Related Questions