加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Basic steps to install gstreamer

发布时间:2020-12-15 05:18:05 所属栏目:百科 来源:网络整理
导读: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.1

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 }

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读