E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
gstreamer
CentOS 7安裝视频解码器
下载
gstreamer
链接:http://pan.baidu.com/s/1yLcRW 密码:h159解压后放到/usr/lib64目录下面,如果已经有,则先备份,再替换,以防万一。
zhangqi_gsts
·
2015-11-01 12:00
centos
mp3
解码
如何编译Build一个
GStreamer
的Plugin
GStreamer
的Plugin Writer's Guide通篇都没有给出一个完整的plugin的源代码列表,也没有描述如何build和install一个plugin,针对这一点,研究了一下
gstreamer
·
2015-10-31 19:43
plugin
从activatepush_function来看
gstreamer
中的激活机制
从gstrtpjitterbuffer.c中使用activatepush_function来看
gstreamer
中的激活机制 有关函数gst_pad_set_activatepush_function
·
2015-10-31 19:42
function
GStreamer
中对RTP包seqnum是否wraparound的判断只用一句代码
来看这个函数:gst_rtp_buffer_compare_seqnum CODE: SELECT ALL gintgst_rtp_buffer_compare_seqnum (guint16 seqnum1, guint16 seqnum2){ return (gint16) (seqnum2 - seqnum1);}
·
2015-10-31 19:41
Stream
GStreamer
如何让videosink在指定的窗口进行图像绘制?
想让xvimagesink/ximagesink这样的element在我们指定的窗口中绘制video?简单的很: 1. new一个GtkDrawingArea 2. connect它的expose-event signal,e.g: // Drawing on our drawing area g_signal_connect(G_OBJECT(
·
2015-10-31 19:39
Stream
GStreamer
如何获取播放的duration和当前的播放position?
1. 获取duration的话,有几个途径:(1)在bus上监听GST_MESSAGE_DURATION,如果有这个消息到来,用gst_message_parse_duration就可以获得。但是往往element不会发这样的message出来 (2)用gst_query_new_duration新建一个duration query,然后用gst_element_query(pipeline, q
·
2015-10-31 19:39
position
GStreamer
使用playbin,如何给动态生成的source组件设置属性?
static void cb_playbin_notify_source(GObject * obj, GParamSpec * param, gpointer u_data) { // check whether this i
·
2015-10-31 19:38
Stream
GStreamer
pipeline的basetime是如何计算出来的?
GstPipeline在从PAUSED转成PLAYING的时候,会select一个clock并计算出basetime,这两样东西都会赋给pipeline中每个element。那这个basetime每次是怎么计算的呢? 原来认为这个basetime就是当前的clock time,但是后来发现不对。比如:在播放了2秒的时候PAUSE,等了3秒后再PLAY,此时如果这个basetime是当
·
2015-10-31 19:37
pipeline
RTSP Extension element找不到的问题解决 -
gstreamer
元素注册的细节描述
这次调试rtspgoogle这个RTSP extension的时候,发现问题: 在gst-inspect的时候,能看到这个element。但是在rtspsrc初始化extension列表的时候,这个element没有被找出来。导致youtube上的视频播放不了(因为rtspgoogle这个extension没有发挥作用) 原因是这样的: rtspsrc在class_init里面调用了gst_
·
2015-10-31 19:32
element
gst_init之后如何再打开GST DEBUG呢?
打开
gstreamer
debug一般方法是:export GST_DEBUG=filesrc:5这样的做法,然后运行程序。
·
2015-10-31 19:31
debug
GStreamer
容易混淆的概念集锦
A: bus message是用于
gstreamer
和application之间交互用的,比如EOS,如果是bus message则是
gstreamer
告诉app -- End
·
2015-10-31 19:30
Stream
写
GStreamer
插件的时候,不要使用全局变量!
在写
gstreamer
element的时候,不能使用全局变量。因为element可能在一个进程中被创建多个,比如一个pipeline中就可能有多个queue。
·
2015-10-31 19:28
Stream
Fedora12下装SMPlayer
2.安装解码器:ffmpeg,
gstreamer
-ffmpeg,命令为:yum install ffmpeg
gstreamer
-ffmpeg。 完成这两步的话,基本的视频文件都可以播放了
·
2015-10-31 12:49
mplayer
android软件工程师/android中间件开发
Android平台及中间件工程师 职责描述: 1 设计,集成和优化验证基于Android平台以下软件运行库 Multimedia: Video Middleware (OpenMAX,
GStreamer
·
2015-10-31 10:18
android
<转>杜绝 Defunct进程 僵尸进程
http://hanover.iteye.com/blog/881972 在测试基于 DirectFB+
Gstreamer
的视频联播系统的一个 Demo 的时候,其中大量使用 system
·
2015-10-31 08:12
进程
在OpenSUSE中听歌
在OpenSUSE 12.1中,默认会安装一个名为 Banshee 的音乐播放器,但据说因为mp3音乐格式的版权问题,导致SuSE/Banshee未自带mp3解码器,所以需要安装如下两个包,分别是:
gstreamer
·
2015-10-30 11:27
opensuse
GStreamer
学习笔记(一)
本文介绍如何使用
GStreamer
编写一个简单的MP3播放器。
·
2015-10-28 09:52
Stream
Linux No volume control
GStreamer
plugins and/or devices found
案例环境:Oracle Linux Server release 5.7 进入Oracle Linux系统后,在右上角点击声音图标时,则会弹出如下报错窗口: The volume control did not find any elements and/or devices to control . This means either that you don't have th
·
2015-10-27 11:02
plugins
morituri 0.2.0 发布,CD 抓音轨工具
其特点是MusicBrainz 支持元 数据查找,为AccurateRip核查,抽样检测的支持的驱动器读取偏移,能力测试和复制撕裂,能够检测和RIP寻找周杰伦一个音频,模板文件和目录命 名和标注用
GStreamer
·
2015-10-21 10:23
uri
Ubuntu下构建
gstreamer
开发环境
1,Ubuntu已经安装了
gstreamer
库,因此只需要再安装几个开发库即可,是 libstreamer0. 10 - 0 libstreamer0. 10 - dev libstreamer0
·
2015-10-21 10:02
ubuntu
Ubuntu下使用
GStreamer
开发简单的mp3播放器
一、
GStreamer
安装$sudoapt-getinstalllib
gstreamer
0.10-dev
gstreamer
-tools
gstreamer
0.10-tools
gstreamer
0.10-doc
fireroll
·
2015-10-14 16:00
Ubuntu下搭建
gstreamer
开发环境
1,开发库安装Ubuntu已经安装了
gstreamer
库,因此只需要再安装几个开发库即可:libstreamer0.10-0libstreamer0.10-devlibstreamer0.10-0-dbg
fireroll
·
2015-10-14 16:00
用
GStreamer
简化 Linux 多媒体开发
GStreamer
是GNOME桌面环境下用来构建流媒体应用的编程框架(framework),其目标是要简化音/视频应用程序的开发,目前已经能够被用来处理像MP3、Ogg、MPEG1、MPEG2、AVI、
fireroll
·
2015-10-13 18:00
fedora22多媒体编码
sudodnfinstall
gstreamer
-plugins-bad
gstreamer
-plugins-bad-free-extras
gstreamer
-plugins-ugly
gstreamer
-ffmpeg
gstreamer
1
Dawn_L
·
2015-10-07 13:00
linux下解压缩*.tar.xz方法
昨天晚上在树莓派上编译
gstreamer
,下载到tar.xz结尾的压缩文件,网上搜了下还是找到解压缩方法如下:$xz-d***.tar.xz$tar-xvf ***.tar 可以看到这个压缩包也是打包后再压缩
offbye
·
2015-07-29 13:00
解压缩
pi
raspberry
tar.xz
Ubuntu安装深度音乐&&深度影音
title=%E6%B7%B1%E5%BA%A6%E9%9F%B3%E4%B9%90#.E7.89.B9.E6.80.A7安装深度音乐安装方法一安装依赖包
gstreamer
0.10-ffmpeg添加PPA
gatieme
·
2015-07-26 19:00
GStreamer
应用开发手册学习笔记之二
第3章.基础概念介绍本章将介绍
GStreamer
的基本概念。理解这些概念对于你后续的学习非常重要,因为后续深入的讲解我们都假定你已经完全理解了这些概念。
北雨南萍
·
2015-07-13 11:54
流媒体:GStreamer
GStreamer
应用开发手册学习笔记之二
第3章.基础概念介绍本章将介绍
GStreamer
的基本概念。理解这些概念对于你后续的学习非常重要,因为后续深入的讲解我们都假定你已经完全理解了这些概念。
fireroll
·
2015-07-13 11:00
GStreamer
应用开发手册学习笔记之一
Gstreamer
应用开发手册I.介绍
GStreamer
是一个非常强大而且通用的流媒体应用程序框架。
fireroll
·
2015-07-12 09:00
openwebrtc(1) 服务端和android客户端demo安装
1,关于openwebrtcOpenWebRTC是基于
Gstreamer
实现的开源的、跨平台的WebRTC客户端框架,支持H.264和VP8。
freewebsys
·
2015-06-26 14:00
android
WebRTC
视频聊天
C/C++&java communicate with each other 之 video file-streaming
,详细原理参考https://allseenalliance.org/developers/learn/core/system-description/advertisement-discovery
gstreamer
europelee
·
2015-06-19 17:00
[OpenCV] How to install opencv by compiling source code
compilersudoapt-getinstallbuild-essentialcheckinstallcmakesudoapt-getinstallgnome-core-devel2,Install
gstreamer
sudoapt-getinstalllib
gstreamer
0.10
bendanban
·
2015-06-08 14:00
Install
source
Compiling
本地安装
gstreamer
ipk
1. 下载ipk文件 基本提示缺啥下载啥 opkg install zlib_1.2.8-1_ar71xx.ipkopkg install libffi_3.0.13-1_ar71xx.ipkopkg install libattr_20150220-1_ar71xx.ipkopkg install glib2_2.43.4-1_ar71xx.ipkopkg install libx
·
2015-06-07 00:00
Stream
为什么
gstreamer
编译出来少了很多mod
ubuntu@ip-172-31-30-154:~/code/openwrt$ find -name "
gstreamer
*.ipk" .
·
2015-06-07 00:00
Stream
windows下cmake+vs2012编译qt
gstreamer
前提:
gstreamer
-1.0-devel-x86-1.4.5.msi
gstreamer
-1.0-x86-1.4.5.msiQT5.3cmake-3.1.0-win32-x86qt-
gstreamer
wanruirui
·
2015-05-04 14:00
Win32
qt
gstreamer
解码库区别 一些应该学习的开源框架与库用途和差别
vlc/ffmepg/mplayer/
gstreamer
/openmax/mpc/ffdshow/directshow载自:http://www.cnblogs.com/mr-nop/archive/2013
cmengwei
·
2015-04-15 17:43
音视频编解码
音视频编解码
码流分析
流媒体
火狐浏览器 Mozilla Firefox v36.0.3 便携增强版
火狐浏览器现已内置了全新的Gecko内核以及采用华丽的Australis用户交互界面,支持
GStreamer
技
Techzero
·
2015-03-23 22:47
互联网
火狐浏览器 Mozilla Firefox v36.0.3 便携增强版
火狐浏览器现已内置了全新的Gecko内核以及采用华丽的Australis用户交互界面,支持
GStreamer
技
Techzero
·
2015-03-23 22:00
firefox
mozilla
火狐浏览器
火狐便携版
GStreamer
的AppSrc的使用(续2)
对于同时输出声音与图像的场景,
GStreamer
提供了playsink组件,用于自动选择合适的video与audiosink。
coroutines
·
2015-03-12 11:00
gstreamer
playsink
GStreamer
Pad and Capabilities Negotiation
Pad是什么首先pad是
GStreamer
Element必不可少的组成部分,你可以把它看作是element和外界(其它element)交换数据的端口。
techx
·
2015-03-08 19:00
gstreamer
GStreamer
1.0 运行时环境变量设置
插件搜索路径
GStreamer
程序运行时,按照以下顺序搜索插件:PATHGST_PLUGIN_PATH_1_0或GST_PLUGIN_PATHGST_PLUGIN_SYSTEM_PATH_1_0或GST_PLUGIN_SYSTEM_PATH
techx
·
2015-03-04 16:00
gstreamer
GStreamer
中AppSrc的简单使用(续)
文章《
GStreamer
中AppSrc的简单使用》介绍了AppSrc的初步使用,但对于各种复杂的媒体格式,需要自动解析媒体内容,自动生成Pipeline,这需要借助Decodebin来完成。
coroutines
·
2015-03-03 14:00
GStreamer
的AppSrc的简单使用
GStreamer
版本0.10.35.应用程序可以使用多种方式向Pipeline中注入数据,而使用AppSrc是最简单的一种。AppSrc可以工作在俩种模式下:Pull模式和Push模式。
coroutines
·
2015-02-28 16:00
gstreamer
appsrc
gstreamer
插件 编码 解码 混合器 分离器 命令大全
VideoTestSourceTogenerateatestvideostreamuse videotestsrc[2]:gst-launchvideotestsrc !ximagesinkUsethe pattern propertytoselectaspecificpattern:gst-launchvideotestsrcpattern=snow !ximagesinkpattern can
wangzhen209
·
2015-02-11 09:00
linux
video
audio
gstreamer
gstreamer
使用进阶
转载地址:http://blog.csdn.net/jack0106/article/details/5592557 之前开发过一个小程序,就是用
gstreamer
做了一个简单的IP电话,就是建立了两个
wangzhen209
·
2015-02-11 09:00
linux
插件
gstreamer
udpsink
udpsrc
GStreamer
播放教程09——数字音频传输
转载地址:包含很多译文http://blog.csdn.net/sakulafly/article/category/1819383目标 本教程展示
GStreamer
是如何进行数字音频传输的。
wangzhen209
·
2015-02-11 09:00
linux
yuv
v4l2
gstreamer
cgo 调用练习, 简单愚蠢命令行词典
gstreamer
是开源跨平台的多媒体框架库,主要是在gnome基础核心库glib之上构建。
yujian0231
·
2015-02-02 15:00
golang
cgo
gstreamer
gstreamer
-plugins-good linux下重新编译error
gstv4l2bufferpool.c:Infunction'gst_v4l2_buffer_new': gstv4l2bufferpool.c:183:3:error:'structv4l2_buffer'hasnomembernamed'input' make:***[libgstvideo4linux2_la-gstv4l2bufferpool.lo]Error1 make:***Wa
zwlq1314521
·
2015-01-21 10:00
gstreamer
一些结构体
GstMapInfotypedefstruct{ GstMemory*memory; GstMapFlagsflags; guint8*data; gsizesize; gsizemaxsize; }GstMapInfo; Astructurecontainingtheresultofamapoperationsuchasgst_memory_map().Itcontainsthedataands
zwlq1314521
·
2015-01-15 14:00
gstreamer
串流播放的命令
以Freescale平台为例,实时码流命令行如下:Server侧(发送方):gst-launch-vvideotestsrc!video/x-raw-yuv,width=640,height=480!vpuenccodec=avc!rtph264paypt=96!udpsinkhost=10.1.205.202port=1234Client侧(接收方):gst-launch-vvvudpsrcpo
coroutines
·
2015-01-14 11:00
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他