[Red5] red5 + audio stream publishing problems
Sarah.Vardy at student.griffith.edu.au
Sarah.Vardy at student.griffith.edu.au
Thu Jul 24 19:19:26 PDT 2008
Hi Walter,
Thanks for the info.
Still haven't sorted it.
I am running mac so it's unix. Tried the command suggested in terminal but ommitted the end arguments just ran netstat. The port didn't appear in the list.
I am runnning the Flex app in a directory under MAMP and not under Red5 so I can plug the app into some other software on MAMP. Tried rtmp with 5080 as port under localhost. I can't seem to access the rtmp server from an external server. The rtmp server works with the Red5 demos.
:(
Sarah
----- Original Message -----
From: Walter Tak <walter at waltertak.com>
Date: Friday, July 25, 2008 11:42 am
Subject: Re: [Red5] red5 + audio stream publishing problems
To: red5 at osflash.org
> Wild guess,
>
> Leave out the "webapps" part in the connect-string.
>
> And make sure Red5 is running by testing for port 1935:
>
> Open a 'dosbox' (windows -> start -> run -> cmd [enter] / start
> a shell on *nix)
>
> type: netstat -an (windows) or netstat -antp (*nix)
>
> If you don't see 1935 showing up somewhere then Red5 isn't
> running on your local PC.
>
> If it does it should be bound to ip 0.0.0.0 (= all ip's on your
> PC including the LAN ip and localhost).
>
> If all those things are 'true' try connecting to 127.0.0.1:1935
> ; maybe the DNS is having probs with "localhost" (on rare occasions).
>
> Ofcourse check the Red5 logs for errors. Somewhere at the bottom
> should be something about your app named [lectureSeries] being loaded.
>
> Walter
>
>
> connection.connect("rtmp://localhost:1935/webapps/lectureSeries/"); //connection.connect("rtmp://" + red5Host + ":" + red5Port + "/lectureSeries");
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20080725/13e19731/attachment.html
More information about the Red5
mailing list