Reputation: 1347
Is there a way to implement video streaming in PhoneGap on Android?
I need to implement a live video/TV stream on Android and iOS with PhoneGap. But I cannot get Android/iOS to show the stream.
Does anyone know what format the stream needs to be in or how I can fix this (perhaps there's a plugin?)
Thanks!
Upvotes: 3
Views: 9873
Reputation: 397
You can use jplayer plugin in : http://jplayer.org/
or use phonegap plugin like this tutorial http://simonmacdonald.blogspot.com/2011/11/video-player-plugin-for-phonegap.html
Upvotes: 2