If I understand the scenario correctly it is similar to what we do here. The method I use is to have a server-side stream subscribe to the live one and save it. That way the client never has to change streams, only send a server message that it wants the recording to begin. This also alleviates the problem of the stream being erased when the client tries to republish the same stream as live but not recorded.
Btw, this is how I do it in FMS. I'm still implementing in Red5 but I don't see why it would be any different. Although getting my client to call a server-side function is easier said than done until I learn this API better. Jason Jason Mellen Digital Media Research Group College of Technology Bowling Green State University On Jul 13, 2007, at 9:45 AM, [EMAIL PROTECTED] wrote: > Hi, > I looking for a way to record a live stream in temporary file and > delete > or rename when the user submit it. > Any idea ? > > Cheers > > [EMAIL PROTECTED] a écrit : >> Can I have a live stream and at the same time record it ( with >> append mode >> if possible :)? >> >> _______________________________________________ >> Red5 mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/red5_osflash.org >> >> > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
