初探 gstream
Posted wx62df820aeac21
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了初探 gstream相关的知识,希望对你有一定的参考价值。
突发奇想,在乌班图上使用 gstream
1 首先现在下载 gstream。
参考
ubuntu16.04上安装gstreamer2 然后 搞一下一个 flv 文件
参考
a 下一个 FFmpeg
Ubuntu16.04下安装FFmpeg(超简单版) b mp4 文件 转出一个 flv文件
利用 FFmpeg 将 MP4 转成 FLV3 使用下面命令,播放文件
gst-launch-1.0 filesrc location=destination.flv ! decodebin ! autovideosink (只要这行命令就可以了)
gst-launch-1.0 playbin uri=file:/tmp/mozilla_x/destination.flv (这个命令后面需要的路径是绝对路径,相对路径不行)
gstreamer 中 gst-inspect获取信息,gst-launch测试链路示例
以上是关于初探 gstream的主要内容,如果未能解决你的问题,请参考以下文章