-
-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are RTSP Streams functional? #881
Comments
Hi, this was discussed on our Discord. RTSP is a legacy format, that was used for Flash. You should use HTS or DASH as alternatives, as they are built in into browser and are secure. |
Sorry for my ignorance on this. I searched RTSP and didn't get any results, so I'd figured I'd ask. Yeah I am using an older NVR, so I will see if there is any way I can convert midstream or something. Thanks! |
btw, this is also mentioned in our documentation, that only HLS and DASH are supported: |
No worries. |
I was able to use this package on CA/unRAID. https://github.com/AlexxIT/go2rtc I am getting picture, but for the mp4 streams(http://192.xxx.x.xxx:1984/api/stream.mp4?src=frontdoor) its very stable, but won't actually start (in edge) unless I display controls and press play. The HLS streams http://192.xxx.x.xxx:1984/api/stream.m3u8?src=frontdoor&mp4) works for several seconds then breaks, with the spinning circle staying over a still image. I may need to mess with it more but just wanted to give my experience so far. |
Okay, thanks for documenting this here. |
I got my RTSP camera to load into Homarr by using go2rtc like @Sonny-Crockett mentioned. Once you get your camera configured and set up in go2rtc, the stream link that worked best for me is the Also worth mentioning that my camera is a Reolink (wifi doorbell) which has an unstable RTSP stream. But I was able to get a mostly stable RTSP by using the Neolink project as a proxy between the camera and go2rtc. |
Description
I have some RTSP streams that work in VLC, but I cannot seem to get the function using the Video Stream widget.
Please tick the boxes
The text was updated successfully, but these errors were encountered: