Plugin containing elements for sending and receiving data over QUIC. It contains also QUIC server.
The package can be installed by adding membrane_quic_plugin
to your list of dependencies in mix.exs
:
def deps do
[
{:membrane_quic_plugin, "~> 0.1.0"}
]
end
TODO
Licensed under the Apache License, Version 2.0