GStreamer is a versatile open-source multimedia framework.
0
votes
1answer
26 views
How to retrieve error messages from gstreamer? (C API)
I am trying to initialize a gstreamer pipeline via the C API. The code looks similar to this:
[...]
pipeline = (GstPipeline*)gst_pipeline_new(nullptr);
if(!pipeline) {
//error
return;
}
...
0
votes
0answers
5 views
Limiting send rate of gstreamer's udpsink
Is there a way to limit gstreamer's udpsink, if I'm sending out data without demultiplexing it?
I have a pipe that needs to send out the stream unmultiplexed.
filesrc ! tee name=t ! tsdemux ! ...
-1
votes
0answers
9 views
Gstreamer error : Could not initialise Xv output
I am trying to run an .avi file with Gstreamer.
The code is:
gst-launch filesrc location = 1.avi decodebin2 name=dec ! queue ! ffmpegcolorspace ! autovideosink dec. ! queue ! audioconvert ! ...
2
votes
0answers
27 views
How to pass/return a structure from dbus using C programming?
I am building a music player using gstreamer-1.0. I am using sqlite3 to store meta data of the mp3 files. And I would like to use dbus for communication between gstreamer and database. This is ...
0
votes
1answer
14 views
Gstreamer AAC -> AAC but changing bitrate
I am new with Gstreamer and I have not found on the web any solution to my problem (I only found how to convert from a certain format to another...). I would like to change the bitrate (from a high ...
0
votes
0answers
12 views
gstreamer server with password [migrated]
I am using gstreamer (gst-launch) to create a network video stream by piping it into tcpserversink. However, I'd like to add authentication to that -- is there a way to get it to require username and ...
0
votes
0answers
13 views
GStreamer Pipeline for RTP without needing SDP file
Is there an example of packaging a videotestsrc stream in RTP so that VLC can read it without an SDP file?
I'm basing my assumption that there's a way on the fact that the HDHomeRun TV tuner ...
0
votes
1answer
8 views
GStreamer videotestsrc to RTP
I'm just trying to get an RTP sample working, but every example I've seen doesn't execute due to missing plugins or incorrect pins.
This seems the most promising, but, although the server and client ...
0
votes
1answer
15 views
Video Mixing Options
I am working on a bigger project of video-wall and want to display multiple sources of videos on a single display.
something like this --
What are all my options?
Java with JMF
Python with ...
0
votes
2answers
15 views
“Your GStreamer installation is missing a plug-in.” (GstURIDecodeBin)
I have: gstreamer-sdk, gstreamer-ffmpeg, gstreamer-plugins-good, bad, and ugly. I googled everywhere for this error and have found nothing relevant. I'm going a little nuts trying to figure out this ...
0
votes
0answers
14 views
How to let sink know EOS before last sink_render called?
I implemented a gstreamer video sink plugin for an embedded platform. Now it basically works, but it turns out that the playbin based on this video sink will not callback for GstMessage with msg type ...
0
votes
1answer
21 views
gStreamer-Sharp Dynamic pads not linking
EDIT: I forgot to mention this is working with an axis encoder.
I've recently started using gStreamer-sharp and I can get a video playing with playbin but I need my video to be live, thus a need to ...
0
votes
1answer
66 views
Piping video from Raspberry Pi to Desktop running OpenCV
I'm looking for some hints. I've got my Pi running OpenCV, but I'm about to take on a project which will need several IP cameras, all piping video to OpenCV. I'm curious if it's possible to use the ...
0
votes
1answer
28 views
Gstreamer and QWidgets
After reading this discussion: Draw on top of xoverlay using Qt I've ended up with this code:
class Player : public QGst::Ui::VideoWidget { ... }
void Player::play() {
QGst::PipelinePtr pipeline = ...
0
votes
0answers
36 views
pipeline Gstremer video streaming with delay
Is it possible to give some delay in between before sending demuxed, h264-decoded output to autovideosink in gstreamer pipeline. If so can anybody post sample pipeline to do that.
The pipeline which I ...
0
votes
1answer
37 views
Understanding GStreamer Pipelines
I have a sort of abstract question, along with a concrete example. I'm just now starting to work with GStreamer and I'm trying to understand the flow of pipelines. I want to have a good intuition for ...
0
votes
0answers
38 views
Problems with making gst-plugins-bad-1.0.6 [camerabin2]
I got problems with camerabin2 when i try to install Gstreamer ver1.0.6, all plugins were good except gst-plugins-bad which when i try to compile tells me this :
make -C camerabin2
make[4]: ...
1
vote
1answer
28 views
specify soundcard with python-gstreamer
Can I please have advice on how to specify a soundcard for output in a gstreamer pipeline using python-gstreamer (pygst).
On a linux system I have provided names for the soundcards in ...
-1
votes
0answers
36 views
How can gstreamer play PCM file, programming(C prefer), not gst-launch
I can play a PCM(RAW data, NOT wav format file) file, using the following command:
gst-launch filesrc location=./44K_16bits.pcm ! audio/x-raw-int, width=16, depth=16, endianness=1234, channels=2, ...
0
votes
1answer
43 views
Two-way audio for software ip camera
I am trying to setup a raspberry pi box with a usb camera as a IP Camera that can be viewed from a a generic android IP Camera monitor app. I've found some examples on how to get the video stream, and ...
0
votes
1answer
41 views
Audio Stream using Python/Tornado to act a “radio”
I'm creating a little project in Python that uses Tornado to host a RESTful API for retrieving, searching and adding audio files. So far I can output an audio file via
...
0
votes
1answer
13 views
GStreamer, streaming and taking a shot at the same time
Does GStreamer (Linux) support streaming and taking a shot in a different resolution at the same time?
I need to stream a V4L device at 720p using h264. Everything is workings so far. Now I want to ...
0
votes
0answers
16 views
Wowza text chat
The Wowza Media Server has an example of a live text chat stream. The inbound data is expected to be udp: and the outbound stream is rtmp:. Beyond that I have little information except that it works ...
0
votes
1answer
29 views
pocketsphinx python gstreamer audio rate
I'm using pocketsphinx on linux, and I've been using the source code from the CMU tutorial. I'm trying to upload the HUB4 dictionary, language model, and acoustic model.
I had it working before when ...
1
vote
1answer
158 views
Capturing jpegs from an h264 stream with gstreamer on a Raspberry Pi
I have one of the new camera add-ons for a Raspberry Pi. It doesn't yet have video4linux support but comes with a small program that spits out a 1080p h264 stream. I have verified this works and got ...
0
votes
1answer
19 views
Cannot use “gst_tag_id3_genre_count()” or any other id3 related api in my program
I am trying to build a music player using gstreamer-0.10. I have to fetch metadata including the album art. I am able to fetch all the metadata except the album art. I guess i have to use id3 related ...
0
votes
0answers
18 views
How to scale the video in playbin2
After going through this link.
I am able to extract the images for the pipeline using the caps set as 'image/png' but when try to set the caps to 'image/png, width=100, height=100' the dimension ...
0
votes
0answers
28 views
No key frames when sending H263 with gstreamer
I'm trying to stream H263 via RTP with gstreamer 1.0. It works just fine aside from no key frames being sent. The command line looks like this:
gst-launch-1.0 videotestsrc pattern=ball ! avenc_h263 ! ...
1
vote
1answer
35 views
get gstreamer audioconvert to output signed 32-bit floats from -1 to 1
Trying to figure out how to get gstreamer to output raw audio data as signed 32-bit floats in the range of -1 to 1.
Here's what I've got so far, but these values are unsigned and not in the scale of ...
0
votes
0answers
31 views
Gstreamer muxing vorbis into mkv resulting in “stream headers missing or malformed”
I'm trying to learn to use gstreamer to demux/mux,decode/encode media files. So after reading the documentation, I am trying to write a program that opens a webm file, demuxes it, converts the video ...
0
votes
0answers
21 views
RTP/RTCP: Can I use SDES to transmit custom information as part of a session?
I have a RTP sender/receiver (using gstreamer) and from what I understand, RTP/RTCP has a mechanism to transmit certain session information called SDES. I would like to take advantage of the "PRIV" ...
0
votes
0answers
12 views
gstreamer pipeline only generates mono stream
I'm trying to get UPNP streaming to work. Rygel runs fine, however, all I get is a mono stream, even if the input is stereo. Doing some debugging, I replicated Rygel's gstreamer pipeline with
...
0
votes
0answers
48 views
Why video is not playing on Android?
Why my video isn't playing in VideoView on Android emulator? Input video is encoded in h.264 codec, baseline profile (320x240), by x264enc (from GStreamer) and is in mp4 format, muxed by mp4mux. My ...
0
votes
0answers
12 views
How to test a gstreamer audio pipeline with VLAN ID
I am able to test audio streaming using pipeline with a multicast address. I do not know whether it is possible to add VLAN interface along with multicast address in gstreamer pipeline to test audio ...
0
votes
1answer
44 views
GStreamer memory buffer usage
I'm experimenting with gstreamer on an embedded system and I'm wondering if there is a way to determine the maximum amount amount of memory gstreamer will use. If I have a simple source -> filter ...
0
votes
0answers
55 views
streaming V4L device to website/native application
I am looking for a way to stream a V4L device directly to a user's application (only one user per stream, no audio). The streaming should be low latency (just a few milliseconds). Client Operating ...
0
votes
0answers
24 views
Gstreamer Streams Suitable for Wowza
I wish to build a gstreamer pipeline that can stream to a Wowza server and be passed through the server pretty much untouched. As near as I can tell from what I read about Wowza and audio, this ...
0
votes
0answers
30 views
RTSP- How to fallow example on CentOS6/can not find header file
I am new in RTSP:D
I have searched internet and found this tutorials.
http://www.ip-sense.com/linuxsense/how-to-develop-a-rtsp-server-in-linux-using-gstreamer/#comment-682
According the article, I ...
0
votes
0answers
39 views
How to seek with gstreamer in python?
I made a simple audio player with python but my seeking doesn't work. Below, you see my code. I mostly took advice from their tutorial at http://pygstdocs.berlios.de/pygst-tutorial/seeking.html.
...
0
votes
1answer
75 views
Finding shared library dependencies when linking executable
I am attempting to cross-compile gstreamer for ARM hosts on a Ubuntu 12.04 (32-bit) build system. None of what I'm about to describe happens with the i686-linux-gnu GCC. I am compiling on Ubuntu ...
0
votes
0answers
37 views
Gstreamer, playbin get Appsrc for audio and video stream
Good day, is it posible to use playbin and appsrc for playing video and audio stream at once? Now i found off example how to get appsrc out of playbin.
struct _App
{
GstElement *playbin;
...
0
votes
0answers
35 views
Qt and Gstreamer on Mac Os
Good day,i created an application where i use Gstreamer library. I am started develop on linux, but now needed ported this solution on Mac. When i builded new version i got many crashes, some warning ...
0
votes
1answer
60 views
Gstreamer Android changing pipeline state issue
I am working at a player based on gstreamer tutorials. For this I created a pipeline using:
pipeline = gst_pipeline_new("audio-player");
//adding also 3 gstreamer elements
appsrc = ...
0
votes
0answers
56 views
gstreamer 1.0 seeking within an mpegts not working as expected
I have a bunch of mpegts video files obtained from a Silicondust HDHomerun tuner. Seeking was really slow in gstreamer 0.10 (see my previous post). Now seeking is greatly improved (in 1.0.6), but ...
0
votes
1answer
63 views
gstreamer choose one channel and convert to mono (deinterleave)
i'm creating an audio stream from an audio server and streaming it to the receiver and I would like the receiver to choose one channel and convert it to mono.
The code below is the pipeline of my ...
0
votes
1answer
56 views
Gstreamer Extract frame from stream
I'm trying to stream video across a network. Currently I'm using gstreamer. However, once it gets to the other side of the network I need to be able to do add in some stuff to the frame.
I was ...
3
votes
2answers
173 views
How to connect to a UDP video broadcast with GStreamer in C
I have a small program that uses the GStreamer library to play videos from local files and videos on webservers using HTTP. How does one go about connecting to a UDP video broadcast in C using ...
0
votes
1answer
89 views
GStreamer: Introduce delay/gap/shift to audio
I have the following pipeline setup in gstreamer:
two pulse audio sources (pulsesrc) from two seperate usb audio interfaces and one pulse audio sink (pulsesink). I'm combining the two incoming audio ...
0
votes
1answer
92 views
Gstreamer audiomixer implementation for audio conference , cancel user[1] contribution when streaming to user[1]
Below is the 'theoretical' pipeline that would cancel of particular user's audio contribution in an audio conference mixer. Theory goes like, we invert the user's audio samples from the original and ...
0
votes
2answers
72 views
How to convert audio/music to video with static image (commandline) [closed]
I have an audio file which I would like to convert to a video. If possible, I would like to use a static image for appearing at the video. I have investigated a couple possible solutions, but non of ...

