-
Hi,
So as things are going this is a learning curve, but now I am not sure and think this is causing issues.
So in my app I can start a peer connection with a data channel, add an audio track and st…
Nniol updated
3 months ago
-
I am using the example server code and want to keep the data connection open after I have finished recording.
So I added a new button which appears after start is clicked upon, the function of this …
Nniol updated
1 month ago
-
when I run `pip install -r requirements.txt` command, my terminal output ERROR below:
```bash
(tv) silencht@silencht:~/TeleVision$ pip install -r requirements.txt
Requirement already satisfied: ai…
-
### Bug description
tldr; Create a tensor - mount to GPU during dataloading - do some operation on this - throw re-initialize cuda error.
I want to do some cuda operations in my Dataloader. I ne…
-
Hi,
If I want to scan large space such as a room, I have to connect ipad to laptop.
This is quite cumbersome so I want to stream RGBD images through wifi.
Is there any way to stream RGBD image …
-
The docker image does not support HTTPS. Without HTTPS, chrome will not allow use of navigator.mediaDevices.getUserMedia, and thus the script errors out and the demo fails.
The error that shows up…
-
I'm trying to init MediaPlayer ahead of aiohttp web application.
Like
```python
# outside `offer` function
webcam = aiortc.contrib.media.MediaPlayer("/dev/video4", format="v4l2")
webcam_relay =…
-
I'm using the videostream-cli sample code with another peer using MixedReality UWP application.
The offer, created on the videostream-cli peer, includes the ice candidates.
The answer, sent from the…
-
Remove implicit creation of event loop from `asyncio.get_event_loop` as deprecated from Python 3.12.
### Linked PRs
* gh-126354
-
I would like to use the microphone from webbrowser and send the audio chunks in realtime to a python backend. The data sent (float32arrays) are sent, but seem to be different than the one created by p…