How to integrate Azure media player in android

女生的网名这么多〃 提交于 2021-02-05 05:42:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!