iizukanao / node-rtsp-rtmp-server

RTSP/RTMP/HTTP hybrid server
MIT License
1.09k stars 282 forks source link

rtmp link not working after success command #102

Open roysG opened 6 years ago

roysG commented 6 years ago

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?

iizukanao commented 6 years ago

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