node-rtsp-rtmp-server icon indicating copy to clipboard operation
node-rtsp-rtmp-server copied to clipboard

rtmp link not working after success command

Open roysG opened this issue 7 years ago • 1 comments

I run the command:

ffmpeg -re -i /root/xx.mp4 -c:v libx264 -preset fast -c:a libfdk_aac -ab 128k -ar 44100 -f rtsp rtsp://{public ip}:80/live/test

And i see that everything are works fine. I run vlc with the link of rtsp://{public ip}:80/live/test, but it not success to connect to stream.

What could be the problem?

roysG avatar Nov 10 '17 05:11 roysG

@roysG What is the error message in VLC log? You can open VLC log by clicking Window menu, then Message.

iizukanao avatar Nov 11 '17 10:11 iizukanao