1、下载源码
git clone https://github.com/GStreamer/gstreamer.git2、编译
cd gstreamer
./autogen.sh
sudo make
sudo make install
如遇到找不到common
git clone https://github.com/GStreamer/common.gitchecking for bison... no
configure: error: Could not find bison
sudo apt-get install bisonchecking bison version 2.5 >= 1.875... yes checking for flex... no
configure: error: Could not find flex
sudo apt-get install flexYou need to have gtk-doc >= 1.12 installed to build GStreamer RTSP Server Library
checking for flex... no
configure: error: Could not find flex
You need to have gtk-doc >= 1.12 installed to build GStreamer RTSP Server Librarysudo apt-get install gtk-doc-tools3、总结
另外还需要编译gst-plugins-base
版权声明:本文为zhuwei622原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。