all groups > macromedia flash flashcom > september 2005 >
You're in the

macromedia flash flashcom

group:

Record Cam First - and Upload Next


Record Cam First - and Upload Next Saman
9/24/2005 12:08:50 AM
macromedia flash flashcom:
Hello,

Im trying to make a flash video capture to work with comm. Server. What I want
to do is record the video and upload in to the comm server folder as a flv file
so later on I can download that and view it. Well. I didn?t that part and it
work fine.
Here is the link:
Recorder : http://www.radio94.com/flashcom/upload.html
Viewer : http://www.radio94.com/flashcom/view.html

Now my issues is
- is there anyway that I can record the video in the flash and upload once
user click on upload button to the server?
If I explain more, when the user click record, it start to record the video
and store the data in the clients side (I don?t know how) and once user click
on stop record and upload ? it start to upload the video. Is that possible to
do?

Also can you give me some clue to find out how to change the upload (record)
videos property (size, frames per a second, etc..)


Thanks,
Sam

Re: Record Cam First - and Upload Next ELMICHA
9/25/2005 11:52:22 AM
Saman:
The flash client, don't save de video and upload it. The server side
does all the work. for example, in your application, when you starts a
streem from the Comm server, the server saves it in
$applications/[App_name]/streams/[instance]/name

it saves 2 files, a .flv and .idx with tha name you choose.

check "tutorial_record" from the sample apps.


Loop up the "Client-Side Communication ActionScript Dictionary" from:
http://www.macromedia.com/support/flashcom/documentation.html

To change the video properties, you have to set the camera in the
client -side with this:
Camera.setMode(width, height, fps [, favorSize])

Saludos
ELMICHA
AddThis Social Bookmark Button