Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [aiortc]

The tag has no usage guidance.

aiortc
-3 votes
1 answer
30 views

Connect a server peer (dynamic ip address) with browser peers javascript

I want to make live ip video calls between a python pyqt5 user and a browser (html5). The javascript code i use for client is: var port = 8080 var ip_address = "192.168.1.10" var main_pc = { ...
Chris P's user avatar
  • 2,301
-4 votes
0 answers
63 views

Webrtc with aiohttp works but not fastapi

I have a sample application (https://github.com/pushkarprasad007/llm-aiortc) which uses aiortc, where User is supposed to send the audio and then its recorded on python server on backend, and then ...
Ouroboros's user avatar
  • 1,378
0 votes
0 answers
45 views

SDP Answer Received but Screen Sharing Not Consistent in Desktop App

I'm working on a desktop app using Python and aiortc. The idea behind creating this app is to enable screen sharing of a specific portion of the screen. I have successfully connected to the WebSocket ...
amir BEN AHMED's user avatar
1 vote
0 answers
22 views

Cannot control go2 when use webrtc method

I extracted the WebRTC part from go2_ros2_sdk for controlling Go2 (without ROS) but encountered the following issues: webrtc_driver.py import base64 import hashlib import json import logging import ...
Jimmy Hanns's user avatar
1 vote
0 answers
19 views

Very Slow ICE candidates gathering on webrtc

I am using cloudflare TURN servers. I saw a weird behaviour that if I reset website's permission, the ICE candidates gathering is pretty fast and without it, it can take upto 40 seconds. I've tried, ...
Anandesh Sharma's user avatar
0 votes
0 answers
23 views

Slow ICE candidates gathering

I am using cloudflare TURN servers. I saw a weird behaviour that if I reset website's permission, the ICE candidates gathering is pretty fast and without it, it can take upto 40 seconds. I've tried, ...
Anandesh Sharma's user avatar
0 votes
0 answers
51 views

why I failed to establish ICE connection when server and client run both locally?

Problem I tried to create a WebRTC demo which accepts video and audio stream from client and streams video back to client. After gathering ICE candidate, it failed to establish ICE connection. And ICE ...
Jerry Chou's user avatar
1 vote
0 answers
64 views

(WebRTC) Heygen's Avatar Application : Ice Connection Status stays in "checking"

I am building an application implying an LLM and Heygen's API. I want to send the response given by the LLM to a streaming avatar. I used the documentation provided here: https://docs.heygen.com/...
Eliott Eccidio's user avatar
0 votes
0 answers
91 views

Video call using webRTC (aiortc), Socket.IO, Flask

I want to create a simple video calling webpage using webRTC or Socket.IO with Flask. This is some of my flask code: @app.route('/video_feed') def video_feed(): return Response(gen_frames(), ...
C Fela's user avatar
  • 1
0 votes
0 answers
74 views

WebRTC offer/answer handshake with Python does not work

The API I am using requires webRTC for live video streaming (see https://docs.heygen.com/reference/start-session-copy), however the example in their documentation do not work. I am failing to start ...
Kilian Kramer's user avatar
0 votes
0 answers
123 views

aiortc: Combining multiple mp3 files to be returned as a single MediaStreamTrack

I will be using LLM (like GPT) to generate an answer - which would then be converted to speech, which I want to send over to the browser using aiortc. However, since LLM take time to produce complete ...
Ouroboros's user avatar
  • 1,378
0 votes
0 answers
158 views

aiortc: Recording video on server discards beyond a few seconds

I made changes to the server example to save video on server. I am trying to record the received video track on server - but somehow that seems to be working only for a few seconds, after which it won'...
Ouroboros's user avatar
  • 1,378
0 votes
1 answer
137 views

Webrtc aiortc - addTrack failing inside datachannel message receive handler

I have used the server folder in examples of aiortc repo as a base point. Then I made a few modification to achieve the following (I'm interested only in audio part): Browser only sends audio ...
Ouroboros's user avatar
  • 1,378
1 vote
1 answer
195 views

WebRTC working on Local network but not through Internet (Python)

In my application i need to make a call between flutter app and python script using WebRTC. When i make a call from flutter to flutter everything works on local network and Internet. But when i make ...
Muhammad Azeem's user avatar
-1 votes
1 answer
115 views

Piping TTS to WHIP

I'm building a real-time audio app using WebRTC and AWS and on the server side I want to pipe an OpenAI Text-To-Speech (TTS) response to a WebRTC-HTTP ingestion protocol (WHIP) endpoint. Is there a ...
matthew's user avatar
  • 2,234

15 30 50 per page
1
2 3 4 5