The Galène videoconference server https://galene.org
Find a file
Juliusz Chroboczek 594e1c2032 Remove references to form.active.
HTMLFormElement does not have an "active" member.
2025-08-22 12:18:37 +02:00
codecs Run gofmt. 2025-03-21 15:15:41 +01:00
conn Upgrade to Pion v4. 2025-03-08 18:41:52 +01:00
diskwriter Run gofmt. 2025-03-21 15:15:41 +01:00
estimator Run gofmt. 2025-03-21 15:15:41 +01:00
galenectl Implement galenectl show-group. 2025-08-14 17:42:06 +02:00
group Implement galenectl initial-setup. 2025-08-11 17:58:09 +02:00
ice Upgrade to Pion v4. 2025-03-08 18:41:52 +01:00
jitter Document jitter concurrency guarantees. 2022-04-21 01:39:05 +02:00
limit Don't attempt to set file descriptor limit. 2024-05-27 00:02:31 +02:00
packetcache Minor cleanups. 2022-04-23 18:43:01 +02:00
packetmap Run gofmt. 2025-03-21 15:15:41 +01:00
rtpconn Hierarchical tokens. 2025-08-01 15:07:34 +02:00
rtptime Fix incorrect comment in rtptime.go. 2023-12-09 17:45:30 +01:00
sdpfrag Run gofmt. 2025-03-21 15:15:41 +01:00
static Remove references to form.active. 2025-08-22 12:18:37 +02:00
stats Handle spatial scalability. 2021-05-17 18:17:43 +02:00
token Fix caching of stateful tokens after an addition. 2025-08-18 13:00:22 +02:00
turnserver Upgrade to Pion v4. 2025-03-08 18:41:52 +01:00
unbounded Make unbounded channels explicit. 2023-12-09 17:27:38 +01:00
webserver Improve error handling in web server. 2025-08-13 14:32:33 +02:00
.gitignore Update gitignore. 2024-12-16 19:29:10 +01:00
CHANGES Update CHANGES. 2025-08-21 15:42:12 +02:00
galene-api.md Documentation rework. 2025-08-17 16:30:05 +02:00
galene-client.md Documentation rework. 2025-08-17 16:30:05 +02:00
galene-install.md More proof-reading of documentation. 2025-08-21 16:48:10 +02:00
galene-protocol.md Documentation rework. 2025-08-17 16:30:05 +02:00
galene.go Use -udp-range for both range and multiplexing. 2025-03-30 23:20:39 +02:00
galene.md More proof-reading of documentation. 2025-08-21 16:48:10 +02:00
go.mod Update dependencies. 2025-08-01 17:42:59 +02:00
go.sum Update dependencies. 2025-08-01 17:42:59 +02:00
LICENCE Relicense under the MIT licence. 2020-12-19 17:26:33 +01:00
README.md Documentation rework. 2025-08-17 16:30:05 +02:00

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/