You want to find out what version of Red5 is running on your server? There are a few ways: 1) Look at the Red5 welcome page on port 5080. To see the welcome page just go to http://yourred5server.com:5080 in your web browser. It’s not the most accurate but it’s the fastest and you don’t need access to the Red5 installation. Here are the welcome screens for different versions. Red5 0.8 welcome page: Red5 0.9.1 welcome page: Red5 1.0 RC1 welcome page: 2) Look in docs/changelog.txt Look in the Red5 installation folder/docs/changelog.txt . You will immediately see the Red5 version there: 3) Pay attention to the Red5 startup log During startup, Red5 will show the Red5 version, here is where to[…]

Why a connection attempt to a working media server might fail: Red5, FMIS and Wowza by default only accept  rtmp connections over port 1935. This will work fine for most home Internet connections however when your user is behind a corporate firewall/network he might hit 2 major restrictions: NO traffic/connections to non standard ports like 1935 (default port for rtmp). Traffic is only allowed to standard ports like 80 (http) and 443 (https) . The solution for this is to configure the media server to accept  rtmp connections over ports 443 and 80 . NO non-http traffic allowed (or a proxy server is used). The solution for this is to configure the media server to accept  rtmpt connections. Rtmpt is[…]