I am trying to use Bitmovin player for my Ionic video application to play encrypted content. But so far everything I've tried seems not to work.
It only plays on web browsers so far. Is it possible to use widevine DRM on Ionic Android/iOS applications? If so, how can I go about it?
Related
I am developing a ios/android mobile application using phonegap/cordova. The problem is that i want to play a domain locked vimeo video inside it. Currently, I am using iframe to launch the video but I am getting 403 (Forbidden) error.
Is there any way to launch the domain locked vimeo videos inside phonegap/cordova app?
Thank you.
Currently there is no way for a domain-locked video to indicate that it should be playable in a mobile app.
One option is to use direct video file access instead of the embed player. Video file access is available to PRO and Business users.
I want to play videos in my app using the Cordova plugin, which is available for both the iOS and Android platforms. I am aware of the HTML5 video tag but wish to use plugins. I have tried this plugin and have successfully used it. However, it only plays videos from a web URL, and I wish to play videos from my local file system.
Can anyone tell me how to do this?
I have uploaded a video to azure media services which I am able to view in browser.
Now I want show this video in my android app and should be able to programmatically..
Pause
Play
Jump to particular time.
Will I be able to do this on android? Is there any sample code that can help me in this regard?
We could deliver either HLS v3 or v4 to Android devices:http://mingfeiy.com/android-hls-playback-via-azure-media-services. You can use Android Native SDK to playback the HLS steam.We don't offer an Android SDK. If you are looking for a web player, you can try our Azure Media Player: http://azure.microsoft.com/blog/2015/04/15/announcing-azure-media-player/.
In my phonegap app, I have some videos playing from youtube and some other MP4 (h263) videos in the html.
On iOS, I found a nice plugin for playing these videos natively, in a stable and control-able MPMoviePlayerController instead of this buggy webview object.
Now on Android, I miss a similar phonegap plugin and could only find one that sends the video URL to the youtube app. I.e. the user leaves the phonegap app when playing the video which is not wanted, of course.
Instead, the android.media.MediaPlayer should handle the playback.
Can you recommend a phonegap plugin for dealing with videos on android?
Thanks for sharing.
I have been trying to play video in my android application that I made using phonegap. I had several problems and so I have several questions.
Firstly, does html5 video tag work with phonegap? I couldn't succeed to write the html5 codes.
Secondly, what types of videos are supported by android and phonegap?
Thirdly, I try to play a file whose extension is mp4. There is no scene on the screen but I can hear the voice of the video. What can be the reason?
Thanks in advance.
Nope, the video tag is broken in most if not all versions of Android. Go star these issues:
http://code.google.com/p/android/issues/detail?id=22254 and
http://code.google.com/p/android/issues/detail?id=8272
In order to work around this pain in the #$$ I've written a plugin you can use on Android to play videos.
http://simonmacdonald.blogspot.com/2011/11/video-player-plugin-for-phonegap.html