On the fly Stream and transcode video with Django

試著忘記壹切 提交于 2019-12-02 10:29:10

You can check Amazon Elastic Transcoder. It is a media transcoding in the cloud. It is designed to be a highly scalable, easy to use and a cost effective way for developers and businesses to convert (or “transcode”) media files from their source format into versions that will playback on devices like smartphones, tablets and PCs.

Or else you can check Webfaction, they have Video and image processing on their servers which you can use.

If you will use any of those, you can ask them about the installing process and how to integrate it in your project.

And one more thing, if you want to play the video on the browser, you will need a video player like jwplayer.

Hope this will help you get started! Best wishes!

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