RTP payloader and depayloader for VP8.
It is part of Membrane Multimedia Framework.
The package can be installed by adding membrane_rtp_vp8_plugin
to your list of dependencies in mix.exs
:
def deps do
[
{:membrane_rtp_vp8_plugin, "~> 0.9.2"}
]
end
This plugin registers the default payloader and depayloader for VP8 RTP payload format and thus can be automatically used by Membrane RTP plugin whenever added to dependencies. Of course, it can be manually linked in a custom pipeline too.
Copyright 2020, Software Mansion
Licensed under the Apache License, Version 2.0