gstreamer

How to build gstreamer-sharp with monodevelop/xamarin?

匿名 (未验证) 提交于 2019-12-03 01:12:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: i'm developer of AudioCuesheetEditor, an application for editing audio cuesheets. The new Version should be able to play back sound, so I would like to use gstreamer as backend. I investigated a bit in gstreamer and found out, that I need to use version 1.x with gstreamer-sharp 0.99.x binding. No problem, downloaded gstreamer-sharp 0.99.0, opened the solution with monodevelop (on linux) or xamarin (on windows) and tried to build the dll, but that didn't work. I get the error "namespace Gst.GLib" not found. I'm developing with

Use (Python) Gstreamer to decode audio (to PCM data)

匿名 (未验证) 提交于 2019-12-03 01:10:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm writing an application that uses the Python Gstreamer bindings to play audio, but I'm now trying to also just decode audio -- that is, I'd like to read data using a decodebin and receive a raw PCM buffer. Specifically, I want to read chunks of the file incrementally rather than reading the whole file into memory. Some specific questions: How can I accomplish this with Gstreamer? With pygst specifically? Is there a particular "sink" element I need to use to read data from the stream? Is there a preferred way to read data from a pygst

Write in Gstreamer pipeline from opencv in python

匿名 (未验证) 提交于 2019-12-03 01:10:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to stream some images form opencv using gstreamer and I got ome issues with the pipeline. I'm new to gstreamer and opencv in general. I compiled opencv 3.2 with gstreamer for python3 on a raspberry pi 3. I have a little bash script that I use with raspivid raspivid -fps 25 -h 720 -w 1080 -vf -n -t 0 -b 2000000 -o - | gst-launch-1.0 -v fdsrc ! h264parse ! rtph264pay config-interval=1 pt=96 ! gdppay ! tcpserversink host=192.168.1.27 port=5000 I wanted to translate this pipeline in order to use it from opencv and feed into it images

Capturing h.264 stream from camera with Gstreamer

匿名 (未验证) 提交于 2019-12-03 01:06:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to capture H264 stream from locally installed Logitech C920 camera from /dev/video0 with Gstreamer 1.0 v4l2src element. v4l2-ctl --list-formats shows that camera is capable to give H264 video format: # v4l2-ctl --list-formats ioctl: VIDIOC_ENUM_FMT ... Index : 1 Type : Video Capture Pixel Format: 'H264' (compressed) Name : H.264 ... But pipeline # gst-launch-1.0 -vvv v4l2src device=/dev/video0 ! video/x-h264, width=800, height=448, framerate=30/1 ! fakesink keeps giving me not-negotiated (-4) error: /GstPipeline:pipeline0

GStreamer rtp stream to vlc

匿名 (未验证) 提交于 2019-12-03 01:00:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm having some trouble figuring out how to create a simple rtp stream with gstreamer and display it on vlc. I've installed GStreamer 0.10.30 and VLC 1.1.3. My only requirement is to use MPEG4 or H.264 codecs. Right now, I can stream the GStreamer videotestsrc through this simple pipeline: gst-launch videotestsrc ! ffenc_mpeg4 ! rtpmp4vpay ! udpsink host=127.0.0.1 port=5000 which outputs the "caps" needed by the client to receive the stream: /GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps = application/x-rtp, media=(string)video

Gstreamer, rtspsrc and payload type

匿名 (未验证) 提交于 2019-12-03 00:58:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm having difficulties in retrieving rtsp stream from a specific camera, because the rtp payload type the camera is providing is 35 (unassigned) and payload types accepted by the rtph264depay plugin are in range [96-127]. The result is that gstreamer displays ann error like: <udpsrc0> error: Internal data flow error. <udpsrc0> error: streaming task paused, reason not-linked (-1) Other cameras that I have tested are working because they define a good payload type. FFmpeg, MPlayer and other tools play the stream, although they may display a

Centos6.3 安装rhythmbox播放器

£可爱£侵袭症+ 提交于 2019-12-03 00:55:10
这几天折腾了一下Centos 6.3,基本的开发使用环境搭建都使用官方的说明文档基本没碰到什么问题,当一切妥当之后,开始跑跑自己code。本人有个习惯code的时候先打开音乐播放器,这时候忽然发现Centos 本身不带有音乐播放器,索性装一个。原来在Ubuntu上面一直使用rhythmbox,这次还用她吧。 yum install rhythmbox 本以为到此就结束了。挂载磁盘,找到Win7中到音乐文件,播放文件。TNN的解码错误,需要添加另外的解码插件。 好吧,那就安装插件,可是这个插件太TM的恶心了,要么找不到,找到了又要安装很多依赖,没办法谁让用的是开源软件呢。最终又是测试,又是google,终于搞定。如下: 1、确保rhythmbox、totme安装成功,具体totme有什用处,暂时不了解。(此处,参考别人的) [root @tian software]# rpm -qa |egrep 'rhythmbox|totem' rhythmbox-0.12.8-1.el6.i686 totem-nautilus-2.28.6-2.el6.i686 totem-pl-parser-2.28.3-1.el6.i686 totem-2.28.6-2.el6.i686 totem-mozplugin-2.28.6-2.el6.i686 2、配置yum库, http://apt.sw

RStudio installation failure under Debian sid: libgstreamer dependency problems

不羁的心 提交于 2019-12-03 00:49:45
I use Debian sid (amd64), rolling updates as often as weekly. I downloaded recently the desktop version 0.99.902 of RStudio from their offical site and issued (as root, of course): dpkg -i rstudio-0.99.902-amd64.deb to no avail: dpkg: dependency problems prevent configuration of rstudio: rstudio depends on libgstreamer0.10-0; however: Package libgstreamer0.10-0 is not installed. rstudio depends on libgstreamer-plugins-base0.10-0; however: Package libgstreamer-plugins-base0.10-0 is not installed. Newer versions (1.0-0) of these 2 packages are installed on the system, but those older ones (0.10

node-gyp - not finding library headers

匿名 (未验证) 提交于 2019-12-03 00:46:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to use a the gstreamer framework in my node addon. I had the following to my to my binding.gyp, but when i run the build command it, the console states that the header is not found. When i compile my gstreamer files outside of node-gyp, it compiles successfully. Does anyone see something wrong with my binding file ? console hello.cc3:25: fatal error: gstreamermm.h: No such file or directory binding.gyp { "targets": [ { "target_name": "addon", "libraries": [ "-lgstreamer-1.0", "-L/usr/inlcude/gstreamer-1.0/gst/" ], "sources": [

Building gstreamer from source in windows using cerbero … issues with building gst-libav-1.0

匿名 (未验证) 提交于 2019-12-03 00:45:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am first time compiling gstreamer from source code and I am facing difficulty in building gst-libav-1.0 in windows. I followed link given in the gstreamer website. only creation of .cerbero.cbc is avoided (as it gives lots more problems ,but default will work it say in site) compiling gstreamer from source code-- gstreamer website ISSUES 1) After running build command I am getting error of " /w32pthreads.h:137:1: error: unknown type name 'INIT_ONCE'" For more detailed error see error.txt file C:\Users\Admin\AppData\Local\Programs\Python