https://github.com/lexoyo/js-corder
JS Camera Recorder
https://github.com/lexoyo/js-corder
Last synced: 7 months ago
JSON representation
JS Camera Recorder
- Host: GitHub
- URL: https://github.com/lexoyo/js-corder
- Owner: lexoyo
- Created: 2012-03-01T19:54:03.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-04T10:39:58.000Z (over 12 years ago)
- Last Synced: 2025-01-24T17:20:42.016Z (9 months ago)
- Language: Haxe
- Homepage:
- Size: 113 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#JS Corder
Control the webcam and video streaming from javascript.
This uses the Flash plugin and a streaming server (Flash Media Server, Red5, Wowza...)author Alex Hoyau
date 2012
license GPL##Description
Connects to a streaming server, play a video or stream live or record the webcam or append to the end of an existing video.
**See the sample page in bin/jscorder.html to see a very simple example**
##How To Use
Use the jscorder.swf in a web page, configure it with the parameters of the object tag, and manage it from javascript with the functions
* play
* pause
* stop
* seek
* record
* live
* appendYou are notified of the events related to the streaming and connection via a call to your custom javascript function onJSRecorderEvent.
##How to Compile From source
Install haXe (or FlashDevelop or FDT)
Run "haxe src/build.hxml" and it will generate "bin/jscorder.swf"##To do
* center the video?
* change screen size in function of video size / camera resoltion?
* be able to change the file name from JS?