publish video on azure media services

霸气de小男生 提交于 2019-12-09 07:47:26

Azure Media Services will create an asset entity and link that to the blob container you are using to upload asset files. By publishing the asset, our streaming service would know which blob container to look into to retrieve those Mp4 files. Once your file is encoded or uploaded into the blob storage as an Asset entity (you need to use Azure Media Services SDK to upload the file), then you are good to publish the asset. Please remember to turn up 1 streaming unit if you want to use dynamic packaging feature.

You could also publish directly to Azure Media Services, in which case it will generate a generic BLOB container for you, and your file will be ready to go.

I have a tutorial series here. I do not do this programatically, however. Let me know if you ned any more help.

Well you need to upload your video to the container after that you need to encode your video there are many formats available Smooth Streaming, HLS etc... after that you need to publish your video to be available for streaming.

if you want to do this programmatically you can use Azure Media Services SDK for . net

https://azure.microsoft.com/en-us/develop/media-services/developer-tools/

if you want to do this using the portal you can follow this tutorial but you have a big limitation you can upload maximum a video with 200 mb of size.

here you can see the two ways to upload and publish your videos

https://msdn.microsoft.com/en-us/library/dn735908.aspx

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