개발, 웹, 블로그/IT, 컴퓨터 상식
Ubuntu gstreamer 설치
삼성동고양이
2023. 6. 26. 16:37
반응형
1. gstreamer 설치
$ sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio
2. Tutorial Code
$ git clone https://gitlab.freedesktop.org/gstreamer/gst-docs
3. Tutorial Test
$ gcc basic-tutorial-1.c -o basic-tutorial-1 `pkg-config --cflags --libs gstreamer-1.0`
반응형