galene

command module
v0.0.0-...-3c6a305 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2025 License: MIT Imports: 19 Imported by: 0

README

The Galene videoconferencing system

Galene is a fully-features videoconferencing system that is easy to deploy and requires very moderate server resources. It is described at https://galene.org.

Quick start

git clone https://github.com/jech/galene
cd galene
CGO_ENABLED=0 go build -ldflags='-s -w'
mkdir groups
echo '{"users": {"vimes": {"password":"sybil", "permissions":"op"}}}' > groups/night-watch.json
./galene &

Point your browser at https://localhost:8443/group/night-watch/, ignore the unknown certificate warning, and log in with username vimes and password sybil.

For full installation instructions, please see the file galene-install.md in this directory.

Documentation

Further information

Galène's web page is at https://galene.org.

Answers to common questions and issues are at https://galene.org/faq.html.

-- Juliusz Chroboczek https://www.irif.fr/~jch/

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package conn defines interfaces for connections and tracks.
Package conn defines interfaces for connections and tracks.
package jitter implements a jitter estimator
package jitter implements a jitter estimator
Package packetcache implement a packet cache that maintains a history of recently seen packets, the last keyframe, and a number of statistics that are needed for sending receiver reports.
Package packetcache implement a packet cache that maintains a history of recently seen packets, the last keyframe, and a number of statistics that are needed for sending receiver reports.
Package packetmap implements remapping of sequence numbers and picture ids.
Package packetmap implements remapping of sequence numbers and picture ids.
Package rtptime manipulates RTP and NTP time
Package rtptime manipulates RTP and NTP time
Package sdpfrag is an incomplete implementation of RFC 8840 Section 9
Package sdpfrag is an incomplete implementation of RFC 8840 Section 9

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL