red5 - oflaDemo - error - NetConnection.Connect.Failed

View: New views
7 Messages — Rating Filter:   Alert me  

red5 - oflaDemo - error - NetConnection.Connect.Failed

by Adam Reav :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hello, I'm using Tomcast to deploy red5 on Windows.

I get the red5 homepage where it is written : "If you can read this page it means that the Red5 server installed at this site is working properly."
So I presume I have installed properly red5 with the "war" file I renamed red5.war inside the folder "E:\jbin\tomcat5.5\webapps".

I can acces this page by following this adress : http://localhost:8080/red5/

But I'm not able to make a demo work properly (after I have installed it).

If I go to "http://localhost:8080/red5/demos/ofla_demo.html"

and I try to connect to "rtmp://localhost:8080/oflaDemo" I get :

(213) Connections: true | true
(5658) connected?: true
(5682) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed


---

I saw many message of people encountering the same error but I couldn't get any solution.

Can you help me ?

Adam







Nouveau Windows 7 : Simplifiez votre PC ! Trouvez le PC qui vous convient.
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: red5 - oflaDemo - error - NetConnection.Connect.Failed

by Manuel Raña :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

rtmp default port is 1935 so you don't need to put 8080 (rtmpt port).
This uri's should work:

rtmp://localhost/oflaDemo
rtmp://localhost:1935/oflaDemo
rtmpt://localhost:8080/oflaDemo



and I try to connect to "rtmp://localhost:8080/oflaDemo" I get :

(213) Connections: true | true
(5658) connected?: true
(5682) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed



_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: red5 - oflaDemo - error - NetConnection.Connect.Failed

by Adam Reav :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Still doesn't work.

With rtmp://localhost/oflaDemo I get

(3356) connected?: true
(3460) NetConnection.onStatus:
  description = No scope "oflaDemo" on this server.
  code = NetConnection.Connect.Rejected
  level = error


(3461) NetConnection.onStatus:
  level = status
  code = NetConnection.Connect.Closed

------------------

With rtmp://localhost:1935/oflaDemo I get :

(5194) connected?: true
(5326) NetConnection.onStatus:
  description = No scope "oflaDemo" on this server.
  code = NetConnection.Connect.Rejected
  level = error


(5360) NetConnection.onStatus:
  level = status
  code = NetConnection.Connect.Closed

-----------------------


With rtmpt://localhost:8080/oflaDemo I get :

(359) Connections: true | true
(4249) connected?: true
(4496) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed



Date: Sat, 31 Oct 2009 16:26:59 +0100
From: info@...
To: red5@...
Subject: Re: [Red5] red5 - oflaDemo - error - NetConnection.Connect.Failed

rtmp default port is 1935 so you don't need to put 8080 (rtmpt port).
This uri's should work:

rtmp://localhost/oflaDemo
rtmp://localhost:1935/oflaDemo
rtmpt://localhost:8080/oflaDemo



and I try to connect to "rtmp://localhost:8080/oflaDemo" I get :

(213) Connections: true | true
(5658) connected?: true
(5682) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed




Nouveau Windows 7 : Simplifiez votre PC ! Trouvez le PC qui vous convient.
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: red5 - oflaDemo - error - NetConnection.Connect.Failed

by Mondain :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The war version of red5 does not include oflaDemo, you have to install it; and no you cant use the red5/installer app to do it.

Paul

On Sat, Oct 31, 2009 at 8:35 AM, Adam Reav <adam_reav@...> wrote:
Still doesn't work.

With rtmp://localhost/oflaDemo I get

(3356) connected?: true
(3460) NetConnection.onStatus:
  description = No scope "oflaDemo" on this server.
  code = NetConnection.Connect.Rejected
  level = error


(3461) NetConnection.onStatus:
  level = status
  code = NetConnection.Connect.Closed

------------------

With rtmp://localhost:1935/oflaDemo I get :

(5194) connected?: true
(5326) NetConnection.onStatus:
  description = No scope "oflaDemo" on this server.
  code = NetConnection.Connect.Rejected
  level = error


(5360) NetConnection.onStatus:
  level = status
  code = NetConnection.Connect.Closed

-----------------------


With rtmpt://localhost:8080/oflaDemo I get :

(359) Connections: true | true
(4249) connected?: true
(4496) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed



Date: Sat, 31 Oct 2009 16:26:59 +0100
From: info@...
To: red5@...
Subject: Re: [Red5] red5 - oflaDemo - error - NetConnection.Connect.Failed


rtmp default port is 1935 so you don't need to put 8080 (rtmpt port).
This uri's should work:

rtmp://localhost/oflaDemo
rtmp://localhost:1935/oflaDemo
rtmpt://localhost:8080/oflaDemo



and I try to connect to "rtmp://localhost:8080/oflaDemo" I get :

(213) Connections: true | true
(5658) connected?: true
(5682) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed




Nouveau Windows 7 : Simplifiez votre PC ! Trouvez le PC qui vous convient.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




--
http://gregoire.org/
http://code.google.com/p/red5/
http://code.google.com/p/blue5/

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: red5 - oflaDemo - error - NetConnection.Connect.Failed

by Adam Reav :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I think you are wrong... I have installed all the demo with the installer...

A link is available on the homepage (http://localhost:8080/red5/) called "Click here to install demos. "
I  have install oflaDemo...

Does anyone has a clue ?




From: mondain@...
Date: Sat, 31 Oct 2009 09:42:23 -0700
To: red5@...
Subject: Re: [Red5] red5 - oflaDemo - error - NetConnection.Connect.Failed

The war version of red5 does not include oflaDemo, you have to install it; and no you cant use the red5/installer app to do it.

Paul

On Sat, Oct 31, 2009 at 8:35 AM, Adam Reav <adam_reav@...> wrote:
Still doesn't work.

With rtmp://localhost/oflaDemo I get

(3356) connected?: true
(3460) NetConnection.onStatus:
  description = No scope "oflaDemo" on this server.
  code = NetConnection.Connect.Rejected
  level = error


(3461) NetConnection.onStatus:
  level = status
  code = NetConnection.Connect.Closed

------------------

With rtmp://localhost:1935/oflaDemo I get :

(5194) connected?: true
(5326) NetConnection.onStatus:
  description = No scope "oflaDemo" on this server.
  code = NetConnection.Connect.Rejected
  level = error


(5360) NetConnection.onStatus:
  level = status
  code = NetConnection.Connect.Closed

-----------------------


With rtmpt://localhost:8080/oflaDemo I get :

(359) Connections: true | true
(4249) connected?: true
(4496) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed



Date: Sat, 31 Oct 2009 16:26:59 +0100
From: info@...
To: red5@...
Subject: Re: [Red5] red5 - oflaDemo - error - NetConnection.Connect.Failed


rtmp default port is 1935 so you don't need to put 8080 (rtmpt port).
This uri's should work:

rtmp://localhost/oflaDemo
rtmp://localhost:1935/oflaDemo
rtmpt://localhost:8080/oflaDemo



and I try to connect to "rtmp://localhost:8080/oflaDemo" I get :

(213) Connections: true | true
(5658) connected?: true
(5682) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed




Nouveau Windows 7 : Simplifiez votre PC ! Trouvez le PC qui vous convient.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




--
http://gregoire.org/
http://code.google.com/p/red5/
http://code.google.com/p/blue5/


Nouveau! Découvrez le Windows phone Samsung Omnia II disponible chez SFR. Cliquez ici
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: red5 - oflaDemo - error - NetConnection.Connect.Failed

by Mondain :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok, so maybe you dont know who I am, thats ok. I am a member of the dev team and I am the person who created and maintains the WAR version of red5. Now with that out of the way.. 
If you got the code from either of these links:

You will notice, as I said that oflaDemo does not exist - as a red5 application; I am not talking about the swf. You will also notice that there is a pdf in the archive which you may use to understand how applications work in the war version. Use this knowledge to install oflaDemo and then your requests will work.

Lastly, if you have control over your hosting and do not "have" to use the WAR version; we recommend that you use the standalone version of red5. The standalone version is a lot eaiser to use.

Paul

On Sat, Oct 31, 2009 at 9:55 AM, Adam Reav <adam_reav@...> wrote:
I think you are wrong... I have installed all the demo with the installer...

A link is available on the homepage (http://localhost:8080/red5/) called "Click here to install demos. "
I  have install oflaDemo...

Does anyone has a clue ?




From: mondain@...
Date: Sat, 31 Oct 2009 09:42:23 -0700

To: red5@...
Subject: Re: [Red5] red5 - oflaDemo - error - NetConnection.Connect.Failed

The war version of red5 does not include oflaDemo, you have to install it; and no you cant use the red5/installer app to do it.

Paul

On Sat, Oct 31, 2009 at 8:35 AM, Adam Reav <adam_reav@...> wrote:
Still doesn't work.

With rtmp://localhost/oflaDemo I get

(3356) connected?: true
(3460) NetConnection.onStatus:
  description = No scope "oflaDemo" on this server.
  code = NetConnection.Connect.Rejected
  level = error


(3461) NetConnection.onStatus:
  level = status
  code = NetConnection.Connect.Closed

------------------

With rtmp://localhost:1935/oflaDemo I get :

(5194) connected?: true
(5326) NetConnection.onStatus:
  description = No scope "oflaDemo" on this server.
  code = NetConnection.Connect.Rejected
  level = error


(5360) NetConnection.onStatus:
  level = status
  code = NetConnection.Connect.Closed

-----------------------


With rtmpt://localhost:8080/oflaDemo I get :

(359) Connections: true | true
(4249) connected?: true
(4496) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed



Date: Sat, 31 Oct 2009 16:26:59 +0100
From: info@...
To: red5@...
Subject: Re: [Red5] red5 - oflaDemo - error - NetConnection.Connect.Failed


rtmp default port is 1935 so you don't need to put 8080 (rtmpt port).
This uri's should work:

rtmp://localhost/oflaDemo
rtmp://localhost:1935/oflaDemo
rtmpt://localhost:8080/oflaDemo



and I try to connect to "rtmp://localhost:8080/oflaDemo" I get :

(213) Connections: true | true
(5658) connected?: true
(5682) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed




Nouveau Windows 7 : Simplifiez votre PC ! Trouvez le PC qui vous convient.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




--
http://gregoire.org/
http://code.google.com/p/red5/
http://code.google.com/p/blue5/


Nouveau! Découvrez le Windows phone Samsung Omnia II disponible chez SFR. Cliquez ici

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




--
http://gregoire.org/
http://code.google.com/p/red5/
http://code.google.com/p/blue5/

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: red5 - oflaDemo - error - NetConnection.Connect.Failed

by Adam Reav :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Sorry I didn't mean to offense you.

I know you didn't talk about the swf file but I downloaded the oflaDemo.war and I have now a folder "oflaDemo" in the same folder of my "red5" folder. Is it not enough ?

I will read the pdf again.

Thank you for your time.


From: mondain@...
Date: Sat, 31 Oct 2009 10:12:10 -0700
To: red5@...
Subject: Re: [Red5] red5 - oflaDemo - error - NetConnection.Connect.Failed

Ok, so maybe you dont know who I am, thats ok. I am a member of the dev team and I am the person who created and maintains the WAR version of red5. Now with that out of the way.. 
If you got the code from either of these links:

You will notice, as I said that oflaDemo does not exist - as a red5 application; I am not talking about the swf. You will also notice that there is a pdf in the archive which you may use to understand how applications work in the war version. Use this knowledge to install oflaDemo and then your requests will work.

Lastly, if you have control over your hosting and do not "have" to use the WAR version; we recommend that you use the standalone version of red5. The standalone version is a lot eaiser to use.

Paul

On Sat, Oct 31, 2009 at 9:55 AM, Adam Reav <adam_reav@...> wrote:
I think you are wrong... I have installed all the demo with the installer...

A link is available on the homepage (http://localhost:8080/red5/) called "Click here to install demos. "
I  have install oflaDemo...

Does anyone has a clue ?




From: mondain@...
Date: Sat, 31 Oct 2009 09:42:23 -0700

To: red5@...
Subject: Re: [Red5] red5 - oflaDemo - error - NetConnection.Connect.Failed

The war version of red5 does not include oflaDemo, you have to install it; and no you cant use the red5/installer app to do it.

Paul

On Sat, Oct 31, 2009 at 8:35 AM, Adam Reav <adam_reav@...> wrote:
Still doesn't work.

With rtmp://localhost/oflaDemo I get

(3356) connected?: true
(3460) NetConnection.onStatus:
  description = No scope "oflaDemo" on this server.
  code = NetConnection.Connect.Rejected
  level = error


(3461) NetConnection.onStatus:
  level = status
  code = NetConnection.Connect.Closed

------------------

With rtmp://localhost:1935/oflaDemo I get :

(5194) connected?: true
(5326) NetConnection.onStatus:
  description = No scope "oflaDemo" on this server.
  code = NetConnection.Connect.Rejected
  level = error


(5360) NetConnection.onStatus:
  level = status
  code = NetConnection.Connect.Closed

-----------------------


With rtmpt://localhost:8080/oflaDemo I get :

(359) Connections: true | true
(4249) connected?: true
(4496) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed



Date: Sat, 31 Oct 2009 16:26:59 +0100
From: info@...
To: red5@...
Subject: Re: [Red5] red5 - oflaDemo - error - NetConnection.Connect.Failed


rtmp default port is 1935 so you don't need to put 8080 (rtmpt port).
This uri's should work:

rtmp://localhost/oflaDemo
rtmp://localhost:1935/oflaDemo
rtmpt://localhost:8080/oflaDemo



and I try to connect to "rtmp://localhost:8080/oflaDemo" I get :

(213) Connections: true | true
(5658) connected?: true
(5682) NetConnection.onStatus:
  level = error
  code = NetConnection.Connect.Failed




Nouveau Windows 7 : Simplifiez votre PC ! Trouvez le PC qui vous convient.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




--
http://gregoire.org/
http://code.google.com/p/red5/
http://code.google.com/p/blue5/


Nouveau! Découvrez le Windows phone Samsung Omnia II disponible chez SFR. Cliquez ici

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




--
http://gregoire.org/
http://code.google.com/p/red5/
http://code.google.com/p/blue5/


Nouveau Windows 7 : Simplifiez votre PC ! Trouvez le PC qui vous convient.
_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org