I have downloaded your great project (from https://github.com/illuspas/Node-Media-Server) and am trying to use it with my IP-camera and web page. I want to display the cam’s RTSP-stream on my html-page.
When I send a GET request to the node media server, I get ERR_EMPTY_RESPONSE back. I also have this terminal output from the node server: “2018-12-26 16:41:21 28416 [INFO] [websocket-flv play] Stream not found. id=8NZ5ZWKE streamPath=/live/uterum”
I have tried to copy your code example (from github) but obviously I am missing something?
Thanks for your project anyway!