Mark Olsson
Mark Olsson
I had the same issues... so I did "network_mode: host" in my docker-compose.yaml and it fixed it.
There isn't local rtsp (standalone) in the uvc-instant. I have managed to get SSH direct into the camera now and am trying to see what I can enable, hack etc...
I'm not 100% certain, but I believe, when you don't use network="host" it thinks the only IP is the 172.*.*.* one from the docker container. web-rtc then sends that as...
For example: ```rust fn target_reset(&mut self) -> Result { self.target_reset_assert()?; std::thread::sleep(Duration::from_millis(50)); self.target_reset_deassert()?; Ok(()) } ```
Sounds good...I'll sort it and do a PR
Cross platform developer here with a need for high quality JS bindings to GLib and time to dedicate to this. I mostly want to interact with Gstreamer, on Linux and...
I'll start work on STM32F746-DISCO support
-? -h --help -V --version -vvvv (log level) anything else?
RIght now it's an early-idea, but I could think that it'd be much easier to implement a new protocol/interface/module etc in javascript (for example) than to have to develop it...
My view is that AMCP/OSC are protocols that would be very suitable to be developed in the scripting system. Internally we have an API with hooks/signals/slots etc etc, and we...