Harish Mohanan
Harish Mohanan

Reputation: 184

Sample code for Azure Media Player

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..

  1. Pause
  2. Play
  3. 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?

Upvotes: 0

Views: 1472

Answers (1)

Mingfei Yan
Mingfei Yan

Reputation: 645

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/.

Upvotes: 1

Related Questions