Javascript :: Video Capture In The Browser?

Nov 24, 2011

Ideally what I was initially looking for is an implementation of the HTML5 Media Capture API with a polyfill rolling back to Flash, however, my research has concluded that the API is in its infancy and is yet to be taken up by any of the major vendors, and in addition to that, Flash means for doing what I need seem scarce.

I need to be able to take webcam input from a camera, show a live preview, record, and play back that recording, nothing more, no upload to server necessary, all local.

View 1 Replies


Similar Posts:


Javascript :: How To Video Capture In The Browser

Dec 9, 2008

Ideally what I was initially looking for is an implementation of the HTML5 Media Capture API with a polyfill rolling back to Flash, however, my research has concluded that the API is in its infancy and is yet to be taken up by any of the major vendors, and in addition to that, Flash means for doing what I need seem scarce.I need to be able to take webcam input from a camera, show a live preview, record, and play back that recording, nothing more, no upload to server necessary, all local

View 1 Replies

Javascript :: Browser Based Webcam Streaming And Capture Lib / Framework

Jul 18, 2011

What I want to do is have control over the streams so I can send them wherever I want, have it interface w/a mic and cam, and the ability to capture and record them. At this point I don't have any specific specs or limitations. It will be used in a commercial project so the license must allow for that. Free and OSS is preferably, but commercial and proprietary is not out of the question if it's worth it.

I don't see html5 as a viable solution at this point so I'm assuming it's going to rely on flash which is fine, but I do not know actionscript. I'm not opposed to learning it, and assume I could pick it up fine within a week, but keep that in mind. If I have to build something myself from the actionscript libraries (I assume they provide enough functionality) I can do so, but I'm hoping for a quicker solution than that.

View 2 Replies

Javascript :: Alternatives To Red5 Recorder And Server For Webcam Video Capture?

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

Javascript :: Disable 'Download This Video' Real Player Button In Browser?

Oct 29, 2010

Is there any way to disable the "Download This Video" button from RealPlayer. It seems that when users have RealPlayer installed on their machines, it automatically adds a "Download This Video" button to any SWF that loads an FLV.

Edit: My intention isn't to prevent someone from downloading the SWF or FLV, I would just like to remove the ugly button that RealPlayer adds on top of my Flash content.

View 1 Replies

Javascript :: Calculate Sha256 Hashes In The Browser Using The User's Video Card, Eg. By Using WebGL Or Flash?

Jun 18, 2011

Is it possible to calculate sha256 hashes in the browser using the user's video card, eg. by using WebGL or Flash?

I'm afraid this is all there is to ask, but if more elaboration is needed

View 2 Replies

Javascript :: Gain Access To An Embedded Flash Video's Parameters That Is Embedded On A Site You Don't Own Via A Browser Extension?

Jan 2, 2011

I'd like to gain read only access to the following parameters of embedded Flash videos located on sites that I do not own through my own custom browser extension/add-on:

Time location of playback head (so I can display the current time in the browser extension via HTML5/JavaScript) Frames (so I can make capture them to an image file, save it and display image in browser extension) Original Dimensions in pixels (so I can display the original video dimensions via JS/HTML5 in browser extension)

Is this possible by using Javascript and HTML5 from a browser extension?

Would I have to use something like the SWFObject Javascript API [URL]

View 1 Replies

Capture The Browser Screen As JPG/PNG/etc With Flash?

Jan 20, 2010

Is there a way to create a screenshot of the browser in Flash? I know that in Java this is possible, and it will popup a dialog asking for trusting the signed Applet, but is there a way to do this in Flash?

View 2 Replies

Java :: How To Capture Audio From A Browser

Oct 22, 2010

My client needs to let a user record a message from the browser, then export the message as an audio file (e.g., WAV).How is this best accomplished? Flash, Java, HTML5? By best, I mean something that is straightforward to implement and also broadly supported.

View 3 Replies

ActionScript 3.0 :: Capture Javascript Calls From A Loaded SWF?

Jun 7, 2010

My main movie (SWF A) loads another movie (SWF B) and plays it.SWF B is legacy content - I can't modify it.SWF A is AS3. SWF B might be AS2 or AS3SWF B makes several calls to a javascript function that would normally reside in the hosting web page.The javascript calls might use ExternalInterface, or they might use getURL(javascript: xxx) or they might even use fscommand. 

My questions:

Is there any way I can intercept the javascript call in movie A? I don't want to have to resort to the browser, so simply using ExternalInterface or similar to pipe the request back into the movie won't work.
 
If there is a way, how does it vary across the different versions (ie. what's the difference between the child movie being AS2 or AS3, and what's the difference between the various means of calling js?
 
I'm working on a web deployment, using Flex 4.0. I would be interested also in whether this is possible in Air, or Air Mobile.

View 1 Replies

Javascript :: Capture Clicks In Flash Adds?

Dec 18, 2009

I am trying to track the exit clicks of the users in the adds in my page.

Can I somehow capture with Javascript the click event of a user in a external Flash add I have inserted in my page?

I have been searching and trying by myself, but it seems like the flash object inside of my page is a black box, where I could not access anyway.

View 1 Replies

Javascript :: Capture Flash Player Event?

Jan 5, 2010

I need to capture the event raised when a flash video ends. If possible, I'd like to distinguish this from a user clicking the stop button.

One thing to be made perfectly clear:

I DON'T HAVE CONTROL OVER THE PRESENTATIONS OR THE SWF FILES.

What I'm looking for is simple (I thought) js automation of the client player object, not more complex interactivity with the presentation itself. I thought this would be really simple stuff, but a dozen Google and Bing searches later, I can't find anything about it.

View 2 Replies

Professional :: Capture Events In Flash Website Using Javascript?

Jul 21, 2011

I want to capture flash events in webpage using javascript. By flash events I mean like, clicking a Button, mouseover, entering text in textbox in flash content (websites). I see adobe flash uses Action script code to get the events in eventlisteners. How can I use the same API in javascript?

View 4 Replies

Javascript :: Capture User's Webcam And Create An Animated Gif Via The Web?

Apr 8, 2012

For example, check out [URL] They enable their users to capture videos of themselves and then create animated gifs from them.

Just so this isn't construed as spam, I do not work for Gifyo. It's just an example.

Can this be done now with HTML5? Should I maybe us Javascript? Flash?

View 1 Replies

Javascript :: Capture Audio Input With Flash Or Html5?

Dec 21, 2011

I am trying to capture the microphone and send the recording to my server.. I tried this method here but it records only a big WAV and the upload can be slow sometimes. Is there a way to capture the voice and compress it on the client side? Best method would be to send the recording while recording, but I have no Idea if this is possible. (It works for YouTube Live Webcam recording, it must work for Audio only too..)

View 1 Replies

Java - Screentoaster Capture Computer Screen From The Browser?

Feb 12, 2010

How does [URL].. capture a computer screen from a browser using Java Applet? Any suggestion or a lead in how to accomplish this? Is there other way to do using using different technology such as Flash?

View 2 Replies

Flash :: Capture Audio Stream In Browser Via Js/silverlight?

Mar 17, 2010

Im working on a project where we need to capture a 5 sec clip of whatever is being played through the users line-out (audio).

Is it possible to do this reliably through a browser (using flash/silvelight/js..) ?

View 1 Replies

Flash :: Capture Audio From Browser And Save It On A Server?

Oct 24, 2011

I'm currently working on a project - an online education system, and I need to make it possible for studs to introduce themselves in a 30 sec audioclip. I need to implement it with Adobe Flash. The problem is that I have no idea how the Flash + Red5 duo work together. There aren't that many helpful recourses online, at least for me since I'm a beginner at Flash. (I do mostly PHP stuff.)

1) When you connect to the server, how do you make it record audio from flash client? 2) After 30 secs, how do you stop recording and save file in a specific folder on a server?

View 4 Replies

Javascript :: Possible To Capture/find The Dimensions Of A Flash Movie As It Loads Into A Webpage?

Sep 9, 2011

I have a cms where my client loads banner ads from their clients. They don't know the dimensions or don't want to enter them when they upload the banners. Is it possible to capture the dimensions to set the object attributes as we grab the movies from the db to display in the page?I read that the movie dimensions are available in the loaderinfo object, but this is a AS3 object right? Are AS3 objects available outside the flash movie? Can I access the loaderobject via javascript?The Flash movies we're trying to load are not ours, we don't have access to the flas or anything like that so we can't edit anything to do with the movies themselves.

View 2 Replies

Javascript :: Sending An Email From The Browser With Javascript And Flash?

Aug 5, 2011

I'm wondering if its possible to do what I'm thinking, and if it is possible, does anyone know of a flash object that does what I need? I know a Flash object can provide a javascript API to interact with it, what I dont know is can Flash send an email directly without the need to talk to the webserver to do so? If thats possible would it not be possible to write a flash object that did nothing but provide an API to send emails? Has such a thing been created that is out there for others to use?

I'm looking to create a email form on a web page but the site is static (no server scripting). In my situation server scripting is not possible as there is no server, the site is 100% client side on a CD/DVD/USB Stick.

View 4 Replies

Flex :: Flash - Giving An Application The Focus In Browser To Capture Keystrokes?

Jan 1, 2010

I've written a little video game in Flex that runs in a browser. The player moves by pushing the arrow buttons on the keyboard, so I need to capture those keystrokes. In fact, the game action starts when the player presses one of those keys.In order to capture the keystrokes, the Flash/Flex application, not just the browser, needs to have the focus.How can I ensure that the application has the focus? I've implemented a bit of a hack: A "Begin" button you must click to start the game. The only point of this button is to ensure that the app has the focus.

View 2 Replies

Looking For Flash Video Capture Card?

Aug 31, 2010

I would like to do some video capture through flash. Is there a good video capture card I should use? Or will any do?

View 1 Replies

ActionScript 3.0 :: Capture Webcam Video At Run Time?

Oct 22, 2010

I want to capture webcam video at run time.user can preview and save the video.
  
I am able to capture video using camara.get();

View 1 Replies

Make An Application To Capture Video Using Flash?

Sep 23, 2010

I need to build an app. that will record video from the webcam, show the user what's being recorded and have buttons to start the recording, stop and send to the server.

Here at SO people said the easiest way would be using Flash, but I never used it and searching the web it's being kind of confuse so where should I start?

View 1 Replies

Jquery :: Capture A Video Using Webcam Plugin

Nov 21, 2011

I want to capture live webcam in the form of video, i am not getin the proper example in the official page documentation of the webcam plugin.How to do so???

View 2 Replies

Flex :: Flash Video Capture And Sharing?

Dec 7, 2011

Is there any way to capture and upload video from web cam? Video upload expectation is it much smiler to Facebook video upload from web cam.

View 1 Replies

SilverLight :: Video Capture And Recording From Webpage

Mar 27, 2012

I am trying to build a web application that can capture audio and video from a web cam and upload it to our server. The solution should work with both Windows and Mac. Supporting mobile devices would be a plus, but is not required. My boss would prefer if the platform/framework was from Microsoft. My initial impulse was to start looking into SilverLight. Interestingly, there were plenty of demos showing how to capture video and display it to the user, As far as I can tell SilverLight will not record video.

I already have a component that can record video in a winforms application using DirectShow, but the goal is to build something that is cross-platform so that our program will work for Mac users as well as Windows users. A desktop application is not out of the question, but we would much prefer to stick to a web page. I am aware that Flash can record video from within a browser, but the higher ups would prefer to avoid flash. Is there any other way to record video captured from a user's webcam from within a web browser?

View 1 Replies

ActionScript 3.0 :: Capture Screenshot Of Video Streaming

Feb 1, 2009

If I want to capture the screenshot of a video streaming can I just draw the movieclip who contain the stream in a BitmapData ? BitmapData.draw(movieClip); ?

View 1 Replies

Actionscript 3.0 :: Capture Video And Save To Database?

Feb 9, 2009

capture video and save to database,, i am trying to build an online aplication in flash to capture video (from the users camera ) and pass it to mysql or a folder in site root.

View 3 Replies

Flash :: Capture A Video Of My Game While I Play It?

May 28, 2009

I need to capture a video of my flash game while I play it - is there any free software that I can use?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved