Maybe this will help you (saveAs method):
http://dl.fancycode.com/red5/api/org/red5/server/api/stream/IBroadcastStream.html

2006/12/5, Costin Tuculescu <[EMAIL PROTECTED]>:

Do I need to do this on the server-side or on the client-side?  I would
prefer server side since I want everything published to that stream
recorded, regardless of the publisher.

In FMS there's no need for 2 streams, because this functionality works as
documented in the Flash Player docs.

----Original Message Follows----
From: "Ruben Sainz de la Maza" <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: <[email protected]>
Subject: Re: [Red5] Cannot subscribe to Live Stream if its being Recorded
Date: Tue, 5 Dec 2006 18:00:17 -0300

You need to create 2 Streams, one for Live and another to record.
In FMS I make this, and works very well.

Ruben

-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre
de Costin Tuculescu
Enviado el: Martes, 05 de Diciembre de 2006 05:49 p.m.
Para: [email protected]
Asunto: [Red5] Cannot subscribe to Live Stream if its being Recorded

Hi guys,

Great work on the Red5 server.  Its an amazing piece of software.

I've been working on implementing a live streaming app, but I also need
it
to record the live stream, but I've found that if you publish the stream

using "record", then the subscribers don't get the live stream when they

play it.  They only get the recorded stream.  This is what I'm doing:

Publisher:
      mystream.publish("streamName", "record");  // red5 starts recording
the
stream on the server

Subscriber:
      mystream.play("streamName", -1); // this should play a live stream,
but
it plays nothing.

If I do:
      mystream.play("streamName");  // the stream will start playing from
the
beginning of the recorded stream, not the live stream.

I really need a solution for this quickly... any hints on where I can
look
to try to modify this behavior?  Thank you.

-Costin

_________________________________________________________________
Stay up-to-date with your friends through the Windows Live Spaces
friends
list.
http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http:/
/spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mk


_______________________________________________
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

_________________________________________________________________
All-in-one security and maintenance for your PC. Get a free 90-day trial!

http://clk.atdmt.com/MSN/go/msnnkwlo0050000002msn/direct/01/?href=http://clk.atdmt.com/MSN/go/msnnkwlo0050000001msn/direct/01/?href=http://www.windowsonecare.com/?sc_cid=msn_hotmail




_______________________________________________
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

Reply via email to