rtsp-relay
rtsp-relay copied to clipboard
Doesn't work, no image
Trying to connect to my DVR's RTSP server using the provided example node code. when I hit / and check the network tab, I see it makes a request to /api/stream wihch returns 101 Switching Protocols, and then a single binary buffer:
00000000: 6a73 6d70 0000 0000
which is the jsmp header and that's all, no further data.
Hi, are you accessing /api/stream via localhost or through a proxy/gateway/router etc.? Also HTTP/ws or HTTPS/wss? And does the same RTSP url work in VLC player?
i have same issue. and accessing /api/stream via localhost. same RTSP url work in VLC player.
Chrome/100.0.4896.60
emm... h265 streaming, switch to 264 is OK.
Trying to connect to my DVR's RTSP server using the provided example node code. when I hit / and check the network tab, I see it makes a request to /api/stream wihch returns 101 Switching Protocols, and then a single binary buffer: 00000000: 6a73 6d70 0000 0000 which is the jsmp header and that's all, no further data.
I have also this issue. Can someone help?