I have added a ticket to trac about getting the detault methods added.
http://mirror1.cvsdude.com/trac/osflash/red5/ticket/44
- Luke
On 6/30/06, Adam <[EMAIL PROTECTED]> wrote:
On Thu, Jun 29, 2006 at 02:49:36PM +0100, Adam wrote:
> Anyway, now I'm going to try pointing our app at the Red5
> server rather than the FMS server and see if it all works....
It didn't. At least not to start with.
After much faffing it turned out to be pretty simple to fix
though and probably the fault of my app in some pay.
This didn't work:
netStream.publish("name");
But adding a second parameter fixed it:
netStream.publish("name","live");
Presumably a default works for Flash Media server but not Red5
which was throwing excpetions that caused exceptions.
Similar thing for the "play" function
netStream.play("name");
Didn't seem to want to work but
netStream.play("name",-1);
did work.
So it would appear that Red5 is already doing the few things that
I need it to do to work with our application. This is very good
news indeed. I shall write a report for the boss today.
Thanks for all the good work folks...
Adam.........
_______________________________________________
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
