WebRTC icon indicating copy to clipboard operation
WebRTC copied to clipboard

hls: wrong response on DESCRIBE

Open olleelfsborg opened this issue 2 years ago • 4 comments

This is how my card looks. If I restart Home Assistant, it works for a couple of minutes, then it becomes like this.

What could be causing this? How can I fix it? Thank you in advance. IMG_8987

olleelfsborg avatar Oct 13 '23 18:10 olleelfsborg

This mean problems with your camera RTSP protocol. You can try to check it with standalone go2rtc and advanced logs level

AlexxIT avatar Oct 14 '23 08:10 AlexxIT

Same issue after updating the integration. Works fine on v3.3.0, shows the same error on v3.5.0. Reverted to the old version.

Frigate + integrated go2rtc works fine, only the card shows an error

UPD: My camera is Tapo TC65

klonwar avatar Nov 24 '23 15:11 klonwar

I have the same issue, the camera itself (Tapo C200) works perfectly fine, the card shows only this error message. The strange thing is that I have another camera (Reolink E1) configured the same way and that works perfectly even on a WebRTC card.

JanRoman avatar Dec 18 '23 18:12 JanRoman

Same issue even direct in go2rtc:

<html>
<body>
<!--StartFragment-->
1/25/2024, 9:18:31 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
-- | -- | --
1/25/2024, 9:18:32 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:19:48 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:19:49 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:29:53 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:29:54 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:29:55 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:30:13 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:30:14 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:31:40 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:31:41 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:32:03 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:32:04 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:41:20 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:41:24 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:41:28 AM | error | undefined error=streams: wrong response on DESCRIBE caller=github.com/AlexxIT/go2rtc/internal/mjpeg/init.go:166
1/25/2024, 9:42:09 AM | warn | undefined error=read tcp 172.16.0.253:40072->xxx.xx.x.xxx:554: i/o timeout url=rtsp://172.16.0.179/live0 caller=github.com/AlexxIT/go2rtc/internal/streams/producer.go:171

<!--EndFragment-->
</body>
</html>

bkr1969 avatar Jan 25 '24 17:01 bkr1969