PDA

View Full Version : How to record stream, which is just received?


luwi
07-23-2005, 08:58 AM
Hi,

I have a chat/video conference application, which works fine, but I want to implement special record function.

There is a 5 video slots for 5 people, which can take part in conference. Under each slot I have two buttons - Record and Play.

What I want is, that anybody can record anybody, even if somebody does not have a camera only see someone.
So, how to record (publish) a new stream from just receiving stream?

I tried to assing to a new stream just received stream, but does not work.
Also I tried to attach video and audio to a new stream from receiving stream, but I was not successfull.

Hope, it's understandable. :)
Any ideas? Is it possible at all?

Many thanks,
Luwi

luwi
07-24-2005, 07:10 AM
the only solution I can see, is send via sharedobject and information to remote user application, to start recording. I think, this is also the best solution for my case, because by this way recorded user can be alerted and he can refuse or accept. And also I can prevent users to record one specific user simultaneously, what would not be optimal of course.

But if anybody of gurus here know, how to record receiving stream, it would be great!

Thanks
Luwi