Skip to content
Lukas Herman edited this page Feb 18, 2020 · 5 revisions

Requirements

import _ "github.com/pion/mediadevices/pkg/codec/vpx"

Registration

  • webrtc.VP8 or "VP8"
  • webrtc.VP9 or "VP9"

Dependencies

libvpx - dynamic library (please follow the installation steps on the website)

Ubuntu

apt-get install libvpx-dev
Clone this wiki locally