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

假如想象 提交于 2019-12-05 00:09:07

问题


I want to let users record video via webcam and then upload the recorded video to the site all through the browser.

Here is an example that works exactly how I want my site to work except it does not seem to capture video, just images.

http://www.xarg.org/project/jquery-webcam-plugin/

Please let me know if there is a way I can customize this or if there is something else out there that I can use.

I want something standalone and don't want to rely on another service to accomplish this.

Thanks!


回答1:


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.




回答2:


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.




回答3:


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 .




回答4:


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.




回答5:


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




回答6:


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.



来源:https://stackoverflow.com/questions/11278293/record-video-from-webcam-with-jquery-flash-directly-in-browser

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