-
I'm trying to use PyAV for create an audio frame and I have an error I can't fix since days now. This is my custom audio class:
```python
class CustomAudioTrack(MediaStreamTrack):
kind = "a…
-
Hello.
According to documentation, aiortc doesn't work in firefox (I tested on latest version, its true). As I can see by same issues, this problem is existing for several years. As it described ther…
-
I tried the webcam example which uses `av` (ffmpeg bindings) internally.
```
ffmpeg -y -f dshow -i video="HD camera " out.mp4
```shell
This command does work and capture my webcam
but when runn…
-
```
### [START] ComfyUI AlekPet Nodes v1.0.29.3 ###
Node -> ArgosTranslateNode: ArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode [Loading]
Node -> DeepTranslatorNode: DeepTranslatorCLIPText…
-
Hi there, I'm trying to do some very basic audio manipulation, by:
1. loading from an audio file
2. chunk it to segments
3. Play the chunk on the receive callback
I'm just playing around with th…
-
I have installed PySyft versions 0.3 and 0.2.9 in different VMs before(in Nov and Dec 2020), and they have worked fine.
But when I am trying to install pysyft in a new machine now, using Anancond…
-
Hello!
Trying to run the example code I get the following error from aiortc:
ValueError: Media sections in answer do not match offer
Not sure what exactly causes this problem, but maybe it is pos…
-
https://github.com/aiortc/aioquic/blob/5757081c8d4f4675890a447f211c60b367eb93a1/src/aioquic/tls.py#L437 decodes ALPN values as ASCII strings. This is usually OK, but not always. Grease for ALPN, as …
-
from channels.generic.websocket import AsyncWebsocketConsumer
import json
import cv2
import imutils
import logging
import time
import asyncio
from av import VideoFrame
import threading
from a…
-
Hi,
I have no problem running aiortc on my Mac. However when I tried moving code to Raspberry Pi I receive this message:
```
/home/daverremote/.local/lib/python3.9/site-packages/google_crc32c/__ini…