Flash :: Video - Webcam Recorder Software To Use For A Website?
May 14, 2010
I want to imitate the webcam video record feature that yFrog has on it's site.I know I need a flash media server or a red5 one, but I want to know what flash app do they use and what is available on the net to record videos using the users webcam.
View 1 Replies
Similar Posts:
Feb 26, 2011
I'm looking for a flash script/library to capture video and audio from a webcam and then somehow get a saved flv to my encoding server. I'm not looking for something that will host the videos for me. I just need something simple to capture and then upload. I really want this to be open source and free.
I've done a fair amount of searching and it seems that most of what i can find is either a full blown service with hosting, or the red 5 suite. I've been trying for a day to get something going on with Red5, but honestly I haven't done any flash or java development in over 6 years and this seems way too complicated when all i really want is a flash object i can stick on a webpage.
View 2 Replies
Dec 15, 2010
I have never worked on flash - I used a developer to code a flash based webcam recorder that runs on red5 as backend. He provided me with the swf file and the source like mxml file.This recorder has 3 images and the total size of swf file is 800KB.Now when I load it on my production server - this page takes sometimes upto 10 secs to load. I'm completely lost as to what the reason is and not sure where to start debugging.I'm not sure if the problem is in the flash code or is it that red5 is taking a long time to establish the connection.
View 1 Replies
Feb 23, 2011
My organization normally provides customer support over e-mail and over the phone, but in particularly tricky situations we find we need to have an approximation of face-to-face communication. We're trying to find or build a software solution that we can integrate into our site. Our requirements are that:
[Code]....
View 1 Replies
Oct 28, 2010
I created a video live recorder and its working fine locally. Now I want to add the video recorder to my website. What is the steps to add this in my website? Whether I need to buy and install FMS in my server?
View 4 Replies
May 26, 2011
I am wondering where I should start with using Flash to create a video chat.
I have experience in HTML, PHP, C++, and SQL... not sure if that helps. But basically I am new to flash and wanna learn how to get a video chat going on my website.
View 1 Replies
May 27, 2011
I am wondering where I should start with using Flash to create a video chat.
I have experience in HTML, PHP, C++, and SQL... not sure if that helps. But basically I am new to flash (I do own CS4 Flash though) and wanna learn how to get a video chat going on my website.
View 1 Replies
Jun 4, 2010
a website, or any kinda of media form where I can learn to make a video recorder, which will record webcam.
View 0 Replies
Jun 30, 2010
This will create an flv video file on flash media server:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
ns.publish("yourCamera", "record");
ns.attachVideo(Camera.get());
How can I generate an image for the current video frame every 2 seconds?
View 1 Replies
Feb 16, 2010
For fun I'd like to recreate [URL]. Basically i need to be able to stream webcam video from one computer to another using flash.
View 1 Replies
Dec 19, 2011
i know how to use a webcam in as3,i want to record webcam video and save to my Local disk
View 1 Replies
Feb 12, 2003
I almost think it's impossible but I know little. I saw once on a website a streaming webcam video in fact it was live. I right-clicked it and it was in flash. Does anyone know how do streaming video with a webcam in flash?
View 12 Replies
Jan 11, 2011
Just wondering if it is posssible to use Flash to record the AV from a web cam and save the video file locally?
View 2 Replies
Oct 4, 2010
Im making a flash app that will capture video from the users web-cam, show whats being captured and when he clicks submit, send this to the server.Its already capturing video from the user web cam, but its not recording anywhere. Whats my next step to save it somewhere where it can be played to the user after recorded and after he clicks in a submit button send it to the server?
View 1 Replies
Aug 7, 2011
Is it currently possible to create a flash free live webcam chat with HTML5? If so, how can I go about doing this?
View 2 Replies
Dec 30, 2011
my task is to code a flash application that lets an user take a snap shot with webcam, attach it to an movieclip and modify the self portrait by adding hair, hats, glasses etc. that are available on menu.[URL]..
I managed to get the webcam working when i used it as a document class. When i changed my code so that the Free Transform Tool code is in document class and the webcam script is in Webcamactions.as file, i can't control the movieclips anymore...the movieclips (such as "imagecanvas" where i attach the video). My Mac's webcam light indicates that the function works, but the video doesn't appear in the movieclip.
[Code]...
View 1 Replies
Jan 20, 2011
I have an application which shows videos from users webcam. I want to know that is there any open source script or something in as3 which can save this video as mpeg or flv format.
View 2 Replies
Jun 27, 2010
I am trying to capture video from my webcam to a video display. I created a button on my main application and it gets my webcam just fine. When I try to use the same code inside a class I created it does not work. Does anyone know what could be the problem? Here is my code to capture the webcam.
[Code]...
View 1 Replies
Dec 29, 2009
I'd like to use Flash to capure video from the user's webcam and then save it on the same server that hosts the Flash file. The web server will be running ASP.Net technology. Lot of searches yielded the same lines of code to start a webcam capture using Flash. I can't find anything that sends that captured video back to a server.
I can find lots of blog and forum posts that imply 3rd party software or Flash Communication Server is required to collect it on the server, but I don't understand why. It seems like Flash ought to be able to capture some video and send it as an HTTP post to the same server that hosts the Flash file. That's pretty basic Flash/webcam functionality, right? It seems like we don't need to introduce 3rd party dependencies just yet.
View 1 Replies
Feb 23, 2010
I would like to know if it's possible for flash to stream it's webcam directly to another computer without a flash media server in the middle, I want to build a highly scalable video system which basically logs people into the site, records their ip address and then when someone wants to chat to that person, connect the output from the webcam to the input of the flash video player and vice versa. The idea being that they basically plug together, rather than a huge, expensive, bandwidth hungry server in the middle. Is it possible? I heard that flash can talk binary directly to sockets now, could this be a solution?
View 1 Replies
Dec 29, 2011
I need to record video from webcam in Flash and send it to Youtube using Api.I cant use server and all process must be in client side.
View 7 Replies
Jul 27, 2010
We want to build an application that allows the user to record a video using their webcam on our site using flash and save the URL in a database using PHP. So that we can allow the user to send the video's to other users etc. Also we want to offer the user the possibility to upload their movies (per mail and with PHP) and convert them to flash movies, can this also be done using Flash media server? (maybe in combination with AMFPHP)
View 2 Replies
Aug 5, 2011
I need to record video from webcam in Flash and send it to Youtube using Api. I cant use server and all process must be in client side.
View 1 Replies
Apr 19, 2003
Is it possible to create a live video feed from a webcam etc into Flash?
View 6 Replies
Aug 10, 2011
i need a "take picture" option in my website which is developed in MVC3 and C# where i can capture image from web cam on clients pc and want to store that image on my server in some specific folder.
View 2 Replies
Mar 5, 2008
I am looking to create a flash movie that lets users watch a webcam from my website, How is it done? any tuts they can get me started?
View 1 Replies
Mar 14, 2010
I wonder wether on a website like chatroulette for example, the streaming video is going directly from user to user or wether it is going through a server.
In other words I wonder wether it is possible to offer a webcam service on a website, so that the streaming video goes directly from user to user, without overloading the system.
View 1 Replies
Sep 8, 2009
is there any sample on using array bitmapdata to record video from webcam and generate flash movieclip file? i want to record sound as well without using red5/flash streaming server
View 3 Replies
Jan 27, 2012
I am attempting to capture a 1920x1080 webcam capture and create a new bitmap with the capture. I feel like I have all the dimension settings correct but the final 1920x1080 bitmap only contains a small 320x240 version of the video capture. Help!
import flash.display.Bitmap;
import flash.display.BitmapData;
var bandwidth:int = 1000; // Maximum amount of bandwidth that the current outgoing video feed can use, in bytes per second. var quality:int = 100; // This value is 0-100 with 1 being the lowest quality.
[Code]...
View 1 Replies
Aug 25, 2010
I'm not sure if this is the right place to post but here goes. I'm looking to stream a live webcam on my website and have no idea where to start. I've been searching for a while and various things refer to Flash Media Server but this is costly and, as I will be streaming from University, it will probably be blocked on the network or take up too much bandwidth.
Does anyone know of a way to stream a webcam, without FMS or Quicktime Broadcaster etc.? Any free websites that provide this service could be possible, so long as the stream isn't available to anyone outside my website.
View 1 Replies