AlexxIT / go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
https://github.com/AlexxIT/Blog
MIT License
4.26k stars 348 forks source link

NVR URL is not playing (RTSP to Web Browser - 501 Not Implemented) #1306

Open doosarinikhil opened 1 month ago

doosarinikhil commented 1 month ago

Hi Alex, I am trying to play the NVR-generated RTSP stream in WebRTC, but I am getting below error

23:19:47.368 TRC [rtsp] client response:
RTSP/1.0 501 Not Implemented
Cseq: 4
Date: Mon, 12 Aug 2024 17:49:47 GMT

Please find the complete log file in text format here log.txt

Any help would be appreciated. Thank you. Best Regards, Nikhil

doosarinikhil commented 1 month ago

Hello Alex,

Good morning and any update would be appreciated. By the way, the stream is opening in VLC and this is for your information. Thank you.

Best Regards, Nikhil.

AlexxIT commented 1 month ago

Try to use ffmpeg source. Something wrong with built-in RTSP source realisation. Also you can try to disable backchannel. This advices described in readme.