seydx
seydx
Does this hack only support Yi Home V1? Or is it possible to hack Yi Dome 1080p too?
see: https://github.com/seydx/camera.ui/issues/448
Hello camera.ui community! I'm excited to share that the next version of camera.ui has been in active development for some time now, although not publicly visible. I want to keep...
Support Backchannel in Go2RTC RTSP Server
This fixes the issue with hanging producers which occurred when, for example, a stream was opened by multiple consumers (with backchannel). This PR extends the receiver/sender parents and allows them,...
Currently, there is no way for clients to send audio data to go2rtc via RTSP backchannel, as the RTSP server lacks a backchannel implementation. This PR adds a backchannel to...
Connecting to a `webrtc:ws://` source with go2rtc does not work anymore. Go2RTC Error: `SetRemoteDescription called with no ice-ufrag` No issues with v1.9.4 The problem is that the `String()` function was...
It would be great to have the video resolution (width x height) included in the probe endpoint output along with the existing codec information.
When multiple consumers want to send audio back to a single producer (e.g., IP camera with backchannel), only one consumer could be active at a time. The audio from additional...
GOP Cache
# GOP Cache for Reduced Stream Latency ## What's this about? This PR adds an optional [GOP](https://en.wikipedia.org/wiki/Group_of_pictures) (Group of Pictures) cache to go2rtc that significantly reduces stream startup latency by...