-
Hey,
Cool project! I have two questions:
1. Are you planning to try out the MediaStream API too?
2. Do you have some performance stats on latency and FPS when transferring images via the data c…
-
Raspberry Pi has upgraded its operating system to Pi OS.
The `webcam `example works very well on the Raspberry Pi 4B with Pi OS if the "Legacy Camera" is enabled by hand. But, the Raspberry Pi will…
-
Because mediasoup instances use `EnhancedEventEmitter.safeEmit()` which absorbs any exception occurred in the event handler.
This makes that `expect(1).toBe(2);` in a event handler does not fail an…
-
Hello. I'm trying to use the "webcam.py" demo to create a web app. I want the server to send lots of small messages over the data channel to every connected client. About 10 messages per second.
…
-
Hello everyone, I am currently working on a project where I need to stream video via webrtc, I already provided the iortc library in your example https://github.com/jlaine/aiortc/tree/master/examples/…
-
hi,
I got an error when I tried to open multiple local mp4 to add to the RTCPeerConnection object, Here is the code:
```
import argparse
import asyncio
import json
import logging
import os
i…
-
Hi!
I am trying to use the [`h264_omx`](https://github.com/aiortc/aiortc/blob/9f14474c0953b90139c8697a216e4c2cd8ee5504/src/aiortc/codecs/h264.py#L292) encoding on the RPI, but I get this error:
…
-
I am facing an issue using the streamlit-webrtc
Even after installing the library with pip install streamlit_webrtc
It show me this messeage
![E972FF02-66B0-47EC-8E81-0B6B2532B046](https://user…
-
Does `aiortc` support 1920x1080 for video? I've adapted the example code from `server.py` into my project and athough I can do 1280x720 without any issues, I haven't been able to get 1080p.
I know …
-
Hello and thank you for providing a sanity check in my trying times
I have been trying to install rtcbot on a **Pi 4B running Pi OS Lite**, latest.
When following instructions on either readme /…