A simple Video GroupCall Server.
Most of it is in Golang.
Based on the great pion/web-rtc
and GStreamer
for Video Processing.
This GroupCall is use the Idea behinde MCU and Mix Video and Audio Streams together.
- Create a Room
- Join a Room
- Leave a Room
- Delete a Room
go mod verify
go run -v ./cmd/server/main.go
Open in Browser http://localhost:8080/
In this Version only Users with the same Codec in a Session are able to Join.
Currently is the preferred Codec VP8
. This Codec is a widely used Codec and we have h264
as a fallback.
- VP8
- VP9 (Work in Progress)
- H264
- Opus
Cross-Browsers Calls like Safari - Chrome - Firefox
are Supported.
- Firefox
- Chrome
- Safari 13