code_geek
code_geek

Reputation: 71

How to integrate Azure media player in android

I have a manifest streaming url which I have to play. How can I integrate azure media player in android to play the streaming video?

Upvotes: 4

Views: 1814

Answers (2)

code_geek
code_geek

Reputation: 71

I have found another work around to play manifest url. By just concatenate "(format=m3u8-aapl-v3)" at the end of the url, you can play this url with any video player.

Upvotes: 3

George Trifonov
George Trifonov

Reputation: 1991

Please check http://mingfeiy.com/android-hls-playback-via-azure-media-services . blog post "Shows you how to generate Http Live Streaming (HLS) version 3 via Azure Media Services, which is a new feature we recently added, in order to support HLS playback in a wider range of Android devices".

You can also use Android Native SDK to playback the HLS steam.

Upvotes: 2

Related Questions