Question

  • Working on ios app.

    • For live streaming.

    • Using Azure framework.

I am receiving the bytes at run time. But could not play them in Azure Media Player.

In Demo app we are able to play the static url from the server.

http://nimbuspartnerorigin.cloudapp.net/8260c015-abfb-4c8d-8c3a-689b1448e279/Contoso_93d705de-fe6b-4430-b0ab-4c291665b610-m3u8-aapl.ism/Manifest(format=m3u8-aapl)

But when we are streaming live we have to create the url like from server.

http://nimbuspartnerorigin.cloudapp.net/8260c015-abfb-4c8d-8c3a-689b1448e279/Contoso_93d705de-fe6b-4430-b0ab-4c291665b610-m3u8-aapl.isml/Manifest

  1. Should I convert the Manifest file to .m3u8 format ? Any body knows how to convert that manifest file to m3u8 file format ? Please.
Was it helpful?

Solution

http://nimbuspartnerorigin.cloudapp.net/8260c015-abfb-4c8d-8c3a-689b1448e279/Contoso_93d705de-fe6b-4430-b0ab-4c291665b610-m3u8-aapl.isml/Manifest is a Smooth Streaming Manifest that can't be played back using Azure framework. You will need to create HLS live stream.

OTHER TIPS

**For live streaming using Azure framework I was getting 'SmoothStreaming' url.

Which I could not play on iOS device directly.As told by Mingfei Yan in above answer**

So, We searched another way then Azure

Still I am waiting to use Azure Frameork If I configure it properly.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top