Hi Ticore,
Could you please test it with the trunk?  I met this issue when I was
testing the bandwidth controller and made a fix for it. So it should be
fixed on the trunk. Thanks for reporting.

On 2/26/07, Thijs Triemstra | Collab <[EMAIL PROTECTED]> wrote:

Hi Ticore,

Thanks for the report. I created tickets http://jira.red5.org/browse/
APPSERVER-70 and http://jira.red5.org/browse/APPSERVER-54 for this
issue. On http://jira.red5.org/confluence//x/fgE you find a
comparison (fms vs. red5) of the Netstream info events.

Thijs


Op 25-feb-2007, om 13:15 heeft [EMAIL PROTECTED] het volgende
geschreven:

> Dear All,
>
> PlaylistSubscriberStream seen send extra start message when the flv
> streaming end.
>
> This cause client streaming video do not stop immediately.
>
>
>
> Client AS Code:
>
> var output:String = "";
> var nc:NetConnection = new NetConnection();
> nc.onStatus = function(infoObj:Object):Void  {
>     trace(infoObj.code);
> };
> nc.connect("rtmp://127.0.0.1:1935/oflaDemo");
> var ns:NetStream = new NetStream(nc);
> ns.onStatus = function(infoObj:Object):Void  {
>     trace(infoObj.code);
> };
> var video:Video;
> video.attachVideo(ns);
> ns.play("Spiderman3_trailer_300.flv");
>
>
> output with Red5 0.6 RC2:
>
> NetConnection.Connect.Success
> NetStream.Play.Reset
> NetStream.Play.Start
> NetStream.Buffer.Full
> NetStream.Play.Stop
> NetStream.Play.Reset
> NetStream.Play.Start
> NetStream.Pause.Notify
> NetStream.Buffer.Full
> NetStream.Buffer.Flush
> NetStream.Buffer.Empty
>
>
>
> output with FMS:
>
> NetConnection.Connect.Success
> NetStream.Play.Reset
> NetStream.Play.Start
> NetStream.Buffer.Full
> NetStream.Play.Stop
> NetStream.Buffer.Flush
> NetStream.Buffer.Empty
>
>
> BR,
> Ticore
> _______________________________________________
> 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




--
I cannot tell why this heart languishes in silence. It is for small needs it
never asks, or knows or remembers.  -- Tagore

Best Regards
Steven Gong
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to