问题
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?
回答1:
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.
回答2:
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.
来源:https://stackoverflow.com/questions/38344793/how-to-integrate-azure-media-player-in-android