/acquire-driver-webm

Primary LanguageCApache License 2.0Apache-2.0

Acquire Webm Driver

This is an Acquire Driver that supports streaming to webm

Devices

Storage

  • webm - Streams to a webm file encoded with VP9.

3rd Party Libraries

acquire-driver-webm depends on libwebm, for the webm container format, and libvpx, for the VP9 codec.

  • livbpx

    • v1.13.0 (as of 9/3/2023)
    • To build ./configure && make
  • libwebm

    • v1.0.0.30 (as of 9/5/2023)
    • To build cd libs/libwebm/build && cmake .. && make