Hi,
I have Web Call Server 5 on AWS.
I have another Linux (Ubuntu) Server (with public IP address) which is streaming a video file over RTSP using the command below:
I'm able to connect to my stream from a remote PC using VLC application, but I cannot connect using Flashphoner.
Stream Information from VLC
What I'm doing wrong ?
Thanks.
I have Web Call Server 5 on AWS.
I have another Linux (Ubuntu) Server (with public IP address) which is streaming a video file over RTSP using the command below:
Bash:
cvlc --random --loop /home/ubuntu/Videos/test.mp4 :sout='#transcode{vcodec=h264,vb=2000,acodec=mpga,ab=128,channels=2,samplerate=44100}:gather:rtp{sdp=rtsp://:8554/11}' :network-caching=1500 :sout-all :sout-keep
Stream Information from VLC
What I'm doing wrong ?
Thanks.