node-rtsp-rtmp-server
node-rtsp-rtmp-server copied to clipboard
rtmp link not working after success command
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 What is the error message in VLC log? You can open VLC log by clicking Window menu, then Message.