GStreamer is a versatile open-source multimedia framework.
0
votes
0answers
6 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
6 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
18 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
4 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
20 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
14 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
15 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
10 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
26 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
27 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
15 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
23 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
0answers
13 views
Video output scrables using intervideo sink src pair
Though the documentation says, intervideo/audio elements can't be used
effectively with gst-launch, it can be used in a least common factor,
for testing eg: pipeline
gst-launch-1.0 videotestsrc ! ...
0
votes
1answer
36 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
37 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
42 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
34 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
126 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
55 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
49 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
40 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 ...
0
votes
1answer
54 views
Streaming mp3 with RTP using gstreamer in Windows
I used the following pipelines in Ubuntu to stream mp3 and it worked fine.
Sender:
gst-launch filesrc location=/home/file.mp3 ! mad ! audioconvert ! audio/x-raw-int,channels=1,depth=16,width=16, ...
0
votes
2answers
98 views
Why do I get these artifacts when using Microsoft MPEG-TS Demultiplexer and H.264 decoder on a H.264 MPEG-TS stream?
I have written a live push filter that gets an mpeg-ts stream containing h.264 video and aac audio. I set up a directshow pipeline and configure the output pins. I can render the h.264 stream but I ...
0
votes
0answers
13 views
add new gstreamer capability
I want to add a new capability to existing capability list in gstreamer. Can anybody help me to understand following questions.
What is a data class in gstreamer?
How can I add a new capability by ...
0
votes
0answers
35 views
implement client-server RTSP application with Gstreamer server
I have some problems I try to build an client-server appliation using RTSP Gstreamer sever
but I don't know how to do that, it API is not very clear to my. in ...
0
votes
0answers
79 views
How to get GStreamer for Windows and for Android work together with h264 over RTP?
My goal is to capture video, encode it with x264, stream it over RTP, receive it on Android, decode and display with as low latency as possible to get.
The encoder/sender machine is Windows 7 with OSS ...
0
votes
0answers
202 views
RTSP gstreamer pipepline to Android VideoView
I'm trying to construct a gstreamer pipeline on a Panda to RTSP video+audio to Android 4.1.2 app. The Android app uses:
videoView.setVideoURL(Uri.parse(":rtsp://..."))
to view the video. On the ...
0
votes
0answers
48 views
Why stream of GStreamer not paused?
Good day i start develop Video player application, my task is playing video frame by frame(some frames i must to skip) i use GStreamer library and Qt framework.I created my own pipeline code ...
0
votes
1answer
79 views
Playing Audio with pipeline in Gstreamer (C#)
I've been struggling with GStreamer for a while because I can't find any C# examples/tutorials.
As far as I know, Gstreamer uses pipelines in order to decode and then be able to send, for instance a ...
0
votes
1answer
116 views
wrapping h264 stream into mp4 with gstreamer
how can I wrap pure h.264 stream into mp4 using Gstreamer so that I can seek to specific location in video? Gstreamer is used because of it's licence requirements, so please do not offer ffmpeg!
0
votes
1answer
29 views
Does gstreamer element with incrementing suffix index mean a possible memory leak?
I wrote a simple code based on gstreamer-1.0 to decode a certain file for loop using playbin, and each time the playbin created the element mpeg2dec element, the element has a new name. The name at ...
1
vote
1answer
86 views
How to prebuffer an incoming network stream with gstreamer?
I'm using gstreamer to stream audio over the network. My goal is seemingly simple: Prebuffer the incoming stream up to a certain time/byte threshold and then start playing it.
I might be overlooking a ...
0
votes
0answers
41 views
Import GST in Python fail in Win8 64bit gstream python
System is Windows 8 64bit.
Python 2.7 32bit.
Have installed:
GStreamer-WinBuilds-GPL-x86-Beta04-0.10.7.msi
GStreamer-WinBuilds-SDK-GPL-x86-Beta04-0.10.7.msi
Gstreamer-sdk-x86-2012.11.msi
But if ...
1
vote
1answer
95 views
Gstreamer streaming over udp
I have ported gstreamer to android and I am using eclipse (juno). Now, I am able to receive audio stream over udp, but when I try to give any video clip as input, I get the error, ...
0
votes
2answers
94 views
Limitations of gst_parse_launch()?
From what i understand, gst_parse_launch() creates a new pipeline based on command line syntax describing the pipeline. It automatically takes care of all the intricate details of request pads, ...
2
votes
2answers
230 views
Adding Gstreamer support to an android NDK project
I've installed the latest android SDK bundle as well as the latest android NDK on windows 7.
I've set up my environment and am able to run the hellojni example from the NDK installation package.
...
2
votes
1answer
78 views
Gstreamer video output position tracking and seeking
I am using gstreamer (gst-launch) to capture camera and save the stream as both video and image frame. The problem of the pipeline is, when the pipeline finishes (by interrupt) the video record, it ...
0
votes
1answer
37 views
Gstreamer elements memory leak
How to find memory leak problem in the gstreamer elements/plugins? How to analyse the gst refcount for memory/object leak/refcount? any examples?
I am using appsrc and appsink to push and pull ...
2
votes
1answer
147 views
Using Gstreamer to display audio-less video while recording audio+video
My Logitech C920 webcam provides a video stream encoded in h264. I'm using this "capture" tool to access the data:
So I can view live video:
/usr/local/bin/capture -d /dev/video0 -c 100000 -o | \
...
0
votes
1answer
52 views
GStreamer External Clock
I am using GStreamer in my media player application to play TS files. Though I am able to play audio & video, not able to use PCR for synchronization.
When googled, found the documentation for ...
0
votes
1answer
45 views
Calculate TS File Duration
I am working on a media player application : Which plays ISDB-T audio and video.
I am using GStreamer for decoding & rendering.
For AV Sync to work perfectly, I should regulate file reads: so ...
0
votes
2answers
284 views
streaming video into a gstreamer rtsp server
I am trying to build an rtsp video server based on gstreamer.
In my case I need the client to connect to the server and start streaming video to the server.
I have read some tutorials on this subject ...
0
votes
1answer
95 views
Playing .AVI file with GStreamer SDK in Windows
I want to play an .AVI file using GStreamer in Windows 7. GStreamer SDK was installed as given in this link. Then a GStreamer SDK project was created and the following code was added to a C file as ...
0
votes
1answer
57 views
gstreamer output-selector does not allow saving to file
I want to listen to an audiostream from alsasrc continuously, and at the same time be able to save snippets to file. I will push a button with 'record' or 'stop'.
I think I need the following ...
0
votes
0answers
353 views
Gstreamer/NDK in IntelliJ Idea
After some time of frustration in Eclipse, trying to get Gstreamer to work, I've decided to use IntelliJ IDEA instead.
Can someone explain me how can I set up NDK and Gstreamer to use in my project? ...
0
votes
0answers
74 views
Mac Os X filed to load dylib library (Gstreamer SDK)
Good day i start porting my application om Mac OS(10.8), i install Gstreamer SDK link needed libs and include files, code here:
find_path(GLIB_INCLUDE_DIR NAMES glib.h HINTS ...
0
votes
1answer
52 views
Use gst-launch in eclipse android
I have configured gstreamer in eclipse(juno). I need to develop a media player accepting mpeg-ts over udp. So, I need to use the udpsrc plugin for the same. For that, I need to use the tool ...
0
votes
1answer
62 views
FFDEC_H264 dropping non-key frames
I am working on a sample GStreamer application to play MPEG2TS Video.
My pipeline is:
appsrc ! h264parse ! ffdec_h264 ! ffmpegcolorspace ! ximagesink
If I pump the data without setting any ...
-4
votes
1answer
207 views
sample ts files for mpeg-ts player [closed]
I configured gstreamer on eclipse and built a media player accepting transport stream files. Now for testing, I want to download some ts files but I am not getting any. I already tried the link, ...
0
votes
0answers
61 views
GStreamer and dynamic subtitles
I am new to GStreamer and am trying to encode a video stream (for now v4l2src) with a subtitle stream and muxed into a matroska container. I am able to pass in a .srt file with subtitles that are then ...

