Top "Gstreamer" questions

Questions related to GStreamer (also known as Gst), an open source multimedia framework, powering everything from linux servers and linux desktop systems to a host of embedded devices.

what is default path for header file included in c program?

see if i write in any c file like #include "header.h" then it will search this file in current …

c linux gstreamer
how to stream live videos with no latency (ffplay, mplayer) and what kind of wrapper could be used with ffplay?

I have been testing playing multiple live streams using different players because I wanted to get the lowest latency value. …

video ffmpeg video-streaming gstreamer mplayer
How to open a GStreamer pipeline from OpenCV with VideoWriter

I am capturing video frames with OpenCV VideoCapture. The capturing works fine as I am able to use the frames …

c++ opencv video gstreamer
Streaming RTP/RTSP: sync/timestamp problems

I'm having some trouble streaming H.264 video over RTSP. The goal is to live-stream a camera image to an RTSP …

video streaming h.264 gstreamer rtp
Playing RTSP with python-gstreamer

I use gstreamer for playing RTSP stream from IP cameras (like Axis.) I use a command line like this: gst-launch-0.10 …

python h.264 gstreamer rtsp ip-camera
Material to learn GObject and Glib

I am comfortable with C. but need to learn GObject and Glib for gstreamer. All i found on net is …

c gstreamer gnome glib gobject
Gstreamer Error: pipeline could not be constructed: no element "v4l2src"

Am using Ubuntu(14.04) and I am getting this error while trying to use gstreamer. gst-launch-1.0 v4l2src ! video/x-raw,…

gstreamer v4l2
What is the gstreamer caps syntax?

What is the syntax for caps, specifying media capabilities, in gstreamer? Caps are strings that specify the type of media …

gstreamer
gstreamer appsrc test application

I am trying to learn gstreamer appsrc plugin to play AV from a transport stream demultiplexer that I wrote (I …

c gstreamer gstreamer-0.10
What is the reason for giving "internal data flow error" message in gstreamer?

When i tried this command: **gst-launch-0.10 -v rtspsrc location=rtsp://127.0.0.1:8554/test caps="application/x-rtp,media=(string)video,clock-rate=(int)90000, encoding-name=(…

gstreamer