-
Build
gst-recorder- Install dependencies
- macOS
$ brew install ninja$ brew install gstreamer$ pip3 install meson- You need
pip3to be installed
- You need
- macOS
- Build
$ yarn build:gst
- Install dependencies
-
Install plugins
- macOS
$ brew install gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly- homebrew's
gst-plugins-badcurrently does not includevoaacenc. You need to do as following to installlibvo-aacenc$ brew edit gst-plugins-bad- Add
depends_on "libvo-aacenc" $ brew reinstall --build-from-source gst-plugins-bad
- macOS
Refer to Dockerfile for configuration