Run RTSP server
xxxxxxxxxx
1 git clone https://github.com/iizukanao/node-rtsp-rtmp-server.git
2 cd node-rtsp-rtmp-server
3 npm install -d
4 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/a
2
Play RTSP video
xxxxxxxxxx
11ffplay rtsp://localhost:80/live/a