Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
/ demo-conference Public archive

A simple web conferencing application built using Pion

License

Notifications You must be signed in to change notification settings

pion/demo-conference

Repository files navigation

This package is deprecated

For a Go implementation of the PeerConnection see pion/webrtc

For a SFU see ion-sfu

For a full featured Media Server see ion

Also see awesome-pion for projects created by the Pion community.


Pion demo-conference

demo-conference is an example of fully featured Pion deploy. A working signaler, TURN server and web app.

This is a good template for building your application, fork and start adding features to the frontend or implement the callbacks in TURN/Signaler to get auth working with your existing application.

Prerequisites

A working Docker and Docker Compose setup.

Running

For developing a docker-compose.yml is available with features like hot-reloads so you can quickly start developing.

  • Trust all localhost HTTPS certificates -- open chrome://flags in a new tab and enable #allow-insecure-localhost
  • Generate your SSL certificates, WebRTC only works over HTTPS so we have to serve www and signaler via HTTPS
./create-ssl-cert.sh
  • Start demo-conference
docker-compose up --build
  • Open up demo-conference After you share your webcam you have joined the conference! Open multiple tabs, chat with yourself...

Now start hacking! Everything is hot-reload, so you can start making changes in the signaler, turn or www folder and your changes will be reflected right away.

Contributing

See CONTRIBUTING.md

License

MIT License - see LICENSE.md for full text

About

A simple web conferencing application built using Pion

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages