9 Commits

Author SHA1 Message Date
Storm Dragon 0f5a19f31a Recording bug that makes other people too quiet fixed. 2026-05-24 00:46:14 -04:00
Storm Dragon 3df0c22948 Update a couple permissions things, no longer allow anonymous users. 2026-05-24 00:26:48 -04:00
Storm Dragon 3e06de7501 Start work on improving recordings. 2026-05-23 23:33:30 -04:00
Storm Dragon e257b344d1 First pass at full fork pretty much complete. 2026-05-20 14:29:39 -04:00
Storm Dragon 6275e3adef Latest code. Working voice, still needs some ui cleanup and accessibility fixes but in decent shape. 2026-05-19 21:47:31 -04:00
Storm Dragon bda0e548d3 Rebrand project as Skald 2026-05-17 22:16:08 -04:00
Juliusz Chroboczek e09b135cd2 Run gofmt. 2025-03-21 15:15:41 +01:00
Juliusz Chroboczek 007009381b Avoid path traversal in disk writer.
Thanks to Stefan Vinck of Radically Open Security.
2025-01-17 11:32:37 +01:00
Juliusz Chroboczek db21575df3 Implement audio-video sync in diskwriter.
We used to simply synchronise on the first keyframe.  This
could lead to important time offets, since every audio frame
is a keyframe, while we only request video keyframes every
four seconds.

Fix that by parsing the RTCP synchronisation data and adjusting
timestamp offsets accordingly.  If we have no RTCP sync, we simply
assume that the first frames received are synchronised.
2022-04-17 21:07:49 +02:00