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

#### PR Description Fixed an issue where track_constraints were not applied in audio-video mode. #### Issue When using track_constraints (either custom or default), the constraints were incorrect. For example: ```...

The latest version seems to be very sensitive to noise. What modifications can be made to reduce its sensitivity to noise?Thanks

Thank you very much for your work, I have met a problem with moshi demo. After I press the button, it will be stuck in waiting gradio==5.9.1 gradio-webrtc==0.0.24 this is...

Some links in the documentation are broken. I replaced all the links starting with "../" removing this part. The links with sections (e.g. streams/#additional-outputs) doesn't seem to be working, I...

Cloudflare offers a managed TURN service with Cloudflare Calls: https://developers.cloudflare.com/calls/ This adds instructions for generating credentials via the Cloudflare API to plug into a `Stream`'s `rtc_configuration`. I've tested these instructions...

pip install is complaining that fastrtc dependency for numpy is older than the version that I have. numpy-2.2.3 is installed. If you uninstall numpy then install fastrtc and let pip...

question

Hi! In order to handle audio interruptions with my real-time OpenAI application via fastrtc library, I simply need to: ``` # In my case, I simply declared webrtc as a...

Modified script to use Ollama and run locally

![Image](https://github.com/user-attachments/assets/816dc0d1-c547-4311-abd2-80516eb7b1f8) It seems the links are incorrect. Here are the correct ones: Talk to Claude: [https://huggingface.co/spaces/fastrtc/talk-to-claude/blob/main/app.py](https://huggingface.co/spaces) Talk to Smolagents: [https://huggingface.co/spaces/burtenshaw/coworking_agent/blob/main/app.py](https://huggingface.co/spaces)