1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00
galene/static
Juliusz Chroboczek be73380f9f Label streams, not tracks.
We used to label tracks individually, in a view to using the labelling
for simulcast.  Since then, the WebRTC community has converged on a
different strategy, where multiple tracks share a single mid and
are labelled with the rid extension.

We now label whole streams, which is simpler, and use the track's
kind (and, in the future, the rid) to disambiguate.  This changes the
protocol in two ways:

  * in offers, the "labels" dictionary is replaced by a single "label"
    field; and
  * the syntax of the "request" message has changed.
2021-04-29 18:28:16 +02:00
..
css sfu webfont: switch to fontawesome 5 2020-11-20 20:54:33 +01:00
scripts minor fixes 2020-09-11 09:52:39 +02:00
webfonts sfu webfont: switch to fontawesome 5 2020-11-20 20:54:33 +01:00
404.css sfu: add 404 custom page 2020-09-11 16:51:56 +02:00
404.html Fix CSS for new version of Font Awesome. 2020-11-25 17:02:27 +01:00
common.css Fix overflow on mainpage 2021-04-22 18:09:36 +02:00
galene.css Add Unshare button on each shared video and remove global unshare screen button 2021-04-29 18:24:07 +02:00
galene.html Add Unshare button on each shared video and remove global unshare screen button 2021-04-29 18:24:07 +02:00
galene.js Label streams, not tracks. 2021-04-29 18:28:16 +02:00
index.html Remove font awesome from mainpage 2021-04-22 18:09:36 +02:00
mainpage.css Use column flexbox on mainpage 2021-04-22 18:09:36 +02:00
mainpage.js Relicense under the MIT licence. 2020-12-19 17:26:33 +01:00
protocol.js Label streams, not tracks. 2021-04-29 18:28:16 +02:00
tsconfig.json SFU is now called Galène. 2020-12-06 19:51:02 +01:00