Dear All,
We are trying to install and configure RTSP on one of my servers.
This is what we have tried :
First, we installed FFMPEG and Mplayer and tried executing RTSP URL with Mplayer but since no service was running on port 554, the connection was refused. ( This was done after reading some valuable information we received from DC ) Then we installed Wowza with a trial license and configured port 554 in the VHost.xml file. On starting Wowza Media server, both the ports 1935 and 554 are responding, however, RTSP URL still isn't working.
root@cms [~]# lsof -i:1935
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 911 root 54u IPv4 127776519 0t0 TCP *:macromedia-fcs (LISTEN)
root@cms [~]# lsof -i:554
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 911 root 58u IPv4 127776524 0t0 TCP *:rtsp (LISTEN)
After installing we checked one of our URL on VLC :
And VLC returned the following :
====
Your input can't be opened:
Looks like its a permission issue but dont know where to check? Looks like we are stuck somewhere.
Are we doing this right? Can anyone shed some light on this please?