Dynamic Transcoding and streaming

2019-07-19 17:43发布

im trying to work out the best way to have my site dynamicly transcode and stream video files to users who are mostly on mobile devices, site is php/mysql based and running on a windows 2003 server which i have full access to, any ideas how best to do this - id rather not need to transcode videos on upload if possible

2条回答
放荡不羁爱自由
2楼-- · 2019-07-19 18:16

I had a similar similar situation in my past at that time I had book marked this like below which has some very interesting stuff ,

php video transcoder

I am sorry If this didn't help you

查看更多
贪生不怕死
3楼-- · 2019-07-19 18:42

For your services consider something with some oomph: Inlet, Digital Rapids, or Rhozet. Some of these players offer some form of live-stream encoding but you'll generally have limitations on hardware. They all have suitable APIs for interacting with the hardware and profiles.

You can also consider using public transcoding services but keep the assets private. It's not quite as elegant as a roll-your-own but it does solve the problem.

Transcode-/Encode-on-upload will probably serve your needs better if the volume of content or traffic increases. Real-time transcoding has many hurdles including race situations and bandwidth.

查看更多
登录 后发表回答