hi michael

this is definitely possible with Red5, like with FMS
the client-side method is the same :

create a NetConnection to your server
create a NetStream to that netconnection
attach your Cam and Microphone to that Netstream
and then
NetStream.publish("filename","record");

see this doc:
http://livedocs.adobe.com/fms/2/docs/00000589.html

for me, I think it worked "out-of-the-box" with Red5.
the files are (probably) stored in
red5/webapps/name_of_your_app/streams, but I think it can be changed
via one of the (numerous) config files...

hope it helps.
+++++++
clément

On 3/18/07, Michael Grant <[EMAIL PROTECTED]> wrote:
> I'd like to, using a webcam, store the video in a .flv file on the
> server.  I have a rudimentary example working with Adobe's FMS.  Is
> this possible with Red5 yet?
>
> It seems very simple what I need to do, just simply take the rtmp feed
> from the client and put it in a file.
>
> I'd appreciate any insite into this.
>
> Michael Grant
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to