Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

180
Views
Real-time Communication Between Client and Server using WebRTC

I have a server that generates images for an application in real-time, then sends them to a browser client using WebSockets right now. This solution works fine, but ws orders and verifies transmission and even does retransmission of packets, which I don't need. I need it to be as fast as possible.

For this reason, I was thinking about switching to WebRTC for the video transmission, so a WebRTC connection between a browser (javascript) client and for example a python FastAPI or NodeJS server, where the server does the streaming.

Now, I couldn't find any working examples of this. Most of them made a connection between two browser clients. Do you know any example projects that implemented something like this in some way? It does not even have to be video, a DataChannel with some objects streamed is completely fine as well.

Thank you!

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You should consider the aiortc. It is a well-known WebRTC library for Python.
Here is its GitHub repository and here is the example.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!