Run RTSP server
xxxxxxxxxx1 git clone https://github.com/iizukanao/node-rtsp-rtmp-server.git2 cd node-rtsp-rtmp-server3 npm install -d4 npm install --global coffeescript 5sudo coffee server.coffee Feed RTSP server in other console
x1ffmpeg -re -i video_example.mp4 -c:v libx264 -preset fast -f rtsp rtsp://localhost:80/live/a2
Play RTSP video
xxxxxxxxxx11ffplay rtsp://localhost:80/live/a