Search code examples
red5rtmp

How to test Red5 server externally


I have installed red5 server on my localhost on which an xampp running. I can access port 80 externally so anyone knowing my id can access my web directory. However, an external computer cannot connect to my red5 I believe as I have a the videowhisper script installed and while I can connect to rtmp server locally, an external user cannot connect.

Is there a way to test the external connection to rtmp server from my computer? Or even there is and I cannot connect externally how can I fix it?


Solution

  • You cannot ping 1935, or so I have not found a way to. My best answer is the telnet from a remote device using 1935 as a port

    that would be(in CL):

    telnet ipaddress port

    if it connects it will give you the output about the escape character. That means You are connected.

    Though this may not be the recognized solution, it has worked for me, as a quick and dirty answer.