-
Notifications
You must be signed in to change notification settings - Fork 989
Description
I'm trying to get monocle (an RTSP proxy for Alexa with an associated skill) instance working with the go2RTC restream provided by Frigate (v 1.9.2)
I have found that the proxy works with the source streams but Alexa fails immediately when trying to pull the restream from go2rtc. Looking at wireshark and comparing the difference it seems that after Amazon gets the Describe result

It then tries to do a SETUP command to the go2RTC stream with the control part added, so in this example it does a SETUP to
rtsp://homeassistant.local:8554/annke/trackID=0
And then go2RTC replies with Unsupported transport

The process repeats a few times and Alexa/Amazon gives up
Bypassing go2rtc and using the same setup with the camera directly, it accepts that SETUP request and then establishes a connection. I see the same behavior across Reolink, Annke and Amcrest devices
Any thoughts on this? It would be great if go2rtc worked better with these Alexa requests then you can easily expose all your streams to the Monocle skill