fastrtc icon indicating copy to clipboard operation
fastrtc copied to clipboard

The python library for real-time communication

Results 19 fastrtc issues
Sort by recently updated
recently updated
newest added

This PR brings a basic demo using smolagents and Fast RTC. Extra things I could do: - use a more generic demo without the 'coworking' theme - add a gradio...

Hi @freddyaboulton, With the "send-receive" mode and `ReplyOnPause`, it looks like when there's an output audio being emitted it's not possible to simultaneously also listen to audio to potentially handle...

![Image](https://github.com/user-attachments/assets/d460b939-158e-448a-b5e8-35a578f0610d) its been more than 10 min and the application is studcked in loading page yesterday it was working seamlessly but todaay it is showing like this altho i tried...

when record ,warning :Connection is taking longer than usual. Are you on a VPN?

pip install fastrtc This pip install is not capturing the latest repository and hence a lot of functions are missing

question

I'm using `gradio-webrtc` on my mobile phone, and I encountered an issue where after starting a recording, stopping it, and then starting another one, I receive the error message: `Too...

question

```python import os from fastrtc import ( Stream, ReplyOnPause, get_stt_model, get_tts_model, KokoroTTSOptions ) import numpy as np import requests import json # Initialize local STT and TTS models stt_model =...

Note, while this code worked with gradio_webrtc==0.0.28 (modulo the bugs previously discussed https://github.com/googleapis/python-genai/issues/380 and https://github.com/aiortc/aiortc/issues/1258 ), it currently crashes with fastrtc==0.0.6 when run locally on an m3 mac. with this...

I get the following error installing the packages ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of...

question

I'm running this demo: https://huggingface.co/spaces/freddyaboulton/gemini-audio-video-chat I've reported this upstream in aiortc too: https://github.com/aiortc/aiortc/issues/1258 Expected behavior: When parts of a video stream are retransmitted, that info should be re-incorporated into the...