开发者

Dynamic Transcoding and streaming

开发者 https://www.devze.com 2023-01-13 19:40 出处:网络
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 开发者_StackOverflow社区

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 开发者_StackOverflow社区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


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消