rtcbot
rtcbot copied to clipboard
A python WebRTC remote control library
Hello, i am trying to use the [streaming video example](https://rtcbot.readthedocs.io/en/latest/examples/streaming/README.html#streaming-video-from-python) but it fails. When i visit the http://127.0.0.1:8080 from my browser then there is a video element. After 2 seconds...
Hi @dkumor! I've been working on a ROS2-based telepresence robot for a couple of weeks now using this really convenient and nicely abstracted library. Everything works great out of the...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2. Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh lockfile, format with standard. e52185d Test against node 14 in CI. 0189cb1 Avoid arrow function syntax....
Running on a recent raspberry pi, I tried to run the script under the tutorial heading Talking to Python from the Browser Once I open the link in the browser...
Hello, I'm working on one of the project where I've to use two cameras with orange pi and control the robot. I achieved the camera 1 functionality with all the...
hello @dkumor, My end goal is to send single 'big' combine frame from multiple cameras to WebRTC. can you please help me understand how to process/modify frame from single video...
The project I'm working on requires the use of multiple cameras on the robot. Is there a way to implement multiple video streams from one source? Is it just a...
Hi, I discovered that I had memory buildup when using `ProcessSubscriptionProducer` with a low latency source, meaning that calls to `self._put_nowait(data)` occurred quite rapidly. The reason for the memory buildup...
Hello @dkumor, I was able to run all the program in tutorial till "Connecting over 4G" section on local network. For "Connecting over 4G" section I choose to use server...