Search code examples
androidvideo-streamingazure-media-services

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?


Solution

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