[Red5] NetStream.publish() server-side notification
Davide Pesavento
davidepesa at gmail.com
Wed Sep 24 01:56:50 PDT 2008
The publisher correctly handles NetStream.Publish.Start and
NetStream.Unpublish.Success events and it actually receives them at
the right time.
On the subscriber's side, instead, I do not receive *any* event from
live streams, not even error events. On the other hand, playing a
recorded stream (which resides on the server in a .flv file) does
work, and the standard status events (NetStream.Play.Start,
NetStream.Buffer.Full, etc...) are correctly dispatched.
2008/9/23 Andy Shaules <bowljoman at hotmail.com>:
> Hello,
>
> Make sure your app handles all important events.
>
> The subscribers need to haandle:
>
> "NetStream.Play.UnpublishNotify" : Stop playing stream.
>
> The publisher needs to handle:
>
> "NetStream.Publish.BadName" :Means somebody else is publishing or subscriber
> still on old stream.
>
> Andy
>
>
>
> ----- Original Message -----
> From: "Davide Pesavento" <davidepesa at gmail.com>
> To: <red5 at osflash.org>
> Sent: Tuesday, September 23, 2008 5:00 AM
> Subject: Re: [Red5] NetStream.publish() server-side notification
>
>
>> 2008/9/23 Walter Tak <walter at waltertak.com>:
>>> * what version are you using,
>>> * what version did you use,
>>
>> Red5 version 0.7 both on windows and on linux. The server never
>> changed, but the cause may be a misconfiguration on the server-side.
>>
>>> * did you change anything to the application or client.
>>
>> I rewrote the client-side of the application from scratch using Flex 3
>> framework.
>>
>>> * is the problem consistent with clients running on different machines
>>
>> I can consistently reproduce the problem both on windows and on MacOS
>> X (both using Flash player 9).
>>
>> _______________________________________________
>> Red5 mailing list
>> Red5 at osflash.org
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
More information about the Red5
mailing list