Re-stream Rtsp From Ip Cam With Node Media Server To Http/ws And Display It With Html
Goal My goal is to display my IP cam's RTSP-output stream on a standard HTML-page (html5 + css3 + vanilla javascript, no magic = no plugins). The HTML-page should be hosted in a NG
Solution 1:
As you can see from the configuration, your RTSP stream is pushed to the ‘cctv’ application.
So your playback address should be:
rtmp://localhost/cctv/uterum or http://localhost:8000/cctv/uterum.flv
Post a Comment for "Re-stream Rtsp From Ip Cam With Node Media Server To Http/ws And Display It With Html"