Basic steps to install gstreamer

This is a featured page

Basic Step to install Gstreamer on your host :

1. Download following contents from  http://gstreamer.freedesktop.org/src/ >> gstreamer-0.10.17.tar >> gst-ffmpeg-0.10.3.tar >> gst-plugins-0.8.12.tar >> gst-plugins-bad-0.10.5.tar >> gst-plugins-base-0.10.17.tar >> gst-plugins-good-0.10.6.tar >> gst-plugins-ugly-0.10.6.tar 2. It is pre-requisite to install liboil zlib libxml2 bison flex for gstreamer 3. do : # export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig 4. Install all above package with .. >> configure --prefix=/usr/local >> make clean ; make >> sudo make install Order of installation is : Gstreamer,liboil,base,ffmpeg,good,bad,ugly 5. Test all the plugings installation by commad - "gst-inspect" 6. Try out following commands gst-launch -v filesrc location=sampl.mp4 ! qtdemux name=demuxer ! { queue ! decodebin ! sdlvideosink } { demuxer. ! queue ! decodebin ! alsasink } gst-launch -v filesrc location=ultra.mp4 ! qtdemux name=demuxer ! { queue ! decodebin ! textoverlay text="Room A" valign=top halign=left ! sdlvideosink } { demuxer. ! queue ! decodebin ! alsasink }

相关文章

一:display:flex布局display:flex是一种布局方式。它即可以...
1. flex设置元素垂直居中对齐在之前的一篇文章中记载过如何...
移动端开发知识点pc端软件和移动端apppc端软件是什么,有哪些...
最近挺忙的,准备考试,还有其他的事,没时间研究东西,快周...
display:flex;把容器设置为弹性盒模型(设置为弹性盒模型之后...
我在网页上运行了一个Flex应用程序,我想使用Command←组合键...