Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 29, 2022 08:18 am GMT

Building a Video Calling App using Python & Flask

flask_webrtc_youtube

================

A basic WebRTC video audio chat app made using python Flask.

Create and join video chat rooms. The users connects to each other in a peer to peer mesh network using WebRTC. They share their audio and video directly with each other without going through a centralized server. However, a centralized server is needed to initiate the connections at first using a process called signaling. This, signaling server is made using Flask in python and data is shared between server and clients using SocketIO.

For demo & explaination visit: https://youtu.be/ZvG1-s7QmLs

Source code

Source Code is Available in the description box below in the video. So do check it out...

Installation

To run this on your machine, install the following:

Requirements:

  • python 3.x
  • Flask
  • Flask-SocketIO

Install requirements using pip:

pip install -r requirements.txt

To start a server on localhost:

python server.py

Subscribe For More

YouTube

Contact Me

Website: yashmakan.co.in

Twitter: @Yash_Makan

Contribute

buymeacoffee: @Here

Other Interesting Articles


Original Link: https://dev.to/yash_makan/building-a-video-calling-app-using-python-flask-17m5

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To