Glimesh / janus-ftl-plugin

A plugin for the Janus WebRTC gateway to enable relaying of audio/video streams utilizing Mixer's FTL (Faster-Than-Light) protocol.
https://hayden.fyi/posts/2020-08-03-Faster-Than-Light-protocol-engineering-notes.html
GNU Affero General Public License v3.0
44 stars 11 forks source link

⬆️ Update dependencies #136

Closed danstiner closed 2 years ago

danstiner commented 2 years ago

I previously updated only a couple dependencies in the Dockerfile, this is a more complete update of our dependencies.

Also went ahead and switched cpp-httplib to be meson wrapped instead of a submodule for simplicity, hoping someday to stop using submodules entirely to make cloning easier. The one annoying thing about this is you may need to reinit submodules when switching in/out of this branch.

No breaking changes.