반응형
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`
반응형
'개발, 웹, 블로그 > IT, 컴퓨터 상식' 카테고리의 다른 글
MacOS DNS Lookup message 모니터링 방법 (0) | 2023.08.11 |
---|---|
vim vundle 설치하기 (0) | 2023.06.02 |
mac 시작 프로그램에 Script 실행시키 (0) | 2023.06.02 |