Record video from webcam with jquery/flash directly in browser?

三世轮回 提交于 2019-12-03 15:53:57
edgesrazor

We've been looking for the same thing, but from my research, it appears there's no way to do it strictly through jquery and Flash without some back end help.

What I've found is three options:

  1. Adobe Flash Media Server
  2. Wowza Media Server
  3. Red5 Media Server

There's advantages and disadvantages to all three. Flash and Wowza are not free, but have great documentation and support. Red5 is free, but the documentation can be lacking depending on what you're doing.

We just signed up for a free 180-day Developer license for Wowza and are currently evaluating that.

Azadious

HaxeVideo is an multithread FLV streaming server entirely written using the Haxe programming language.

And this link for information Haxe programming language.

But I found an easy way out for me. I have 2 options for you.

  1. youtube api (Free) https://developers.google.com/youtube/youtube_upload_widget

  2. http://nimbb.com/ (Not Free)

But if you want to try.

Check out http://hdfvr.com . It is a commercial video recording solution developed in Flash. It can record to both .flv and .mp4 files and when used with Wowza and the Wowza Transcoder it can record MP4 files with AAC audio and H.264 video.

It works with all 3 media servers in the top answer: Adobe Media Server, Wowza Media Server and Red5 Media Server .

You had better to use a third party tool like red5 or wowza. I already implemented wowza with php. you can chech http://www.wowza.com/streaming/record. It is easy to implement and video recording is too good and fast. But it is not free.

This can be a good helpful resource for further readers. Click here

Wowza seems a good solution for recordings considering price/documentation&reliability ratio. Many users reported broken videos when trying to record with Red5.

This solution mentioned in Wowza Streaming Engine forums works with latest Wowza server. http://www.wowza.com/forums/showthread.php?35683-Webcam-Video-Recorder-for-PHP-scripts

It's free to download and try so it could be a great method to test your setup and start such project.

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