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.

GStreamer rtp stream to vlc

I'm having some trouble figuring out how to create a simple rtp stream with gstreamer and display it on vlc. …

streaming gstreamer vlc
Using Gstreamer to serve RTSP stream, working example sought

We are trying to get Gstreamer working on a DM368 Leopardboard*, we've successfully persuaded it to create a test video (…

video streaming gstreamer rtsp vlc
decode a mp4 video with gstreamer

I want to play a mp4 video in Gstreamer, but i got an error with the x264dec which is …

gstreamer h.264 video-processing decoding x264
Webcam streaming using gstreamer over UDP

Here is what I'm trying: gst-launch -v udpsrc port=1234 ! fakesink dump=1 I test with: gst-launch -v audiotestsrc ! udpsink host=127.0.0.1 port=1234 …

gstreamer
Python extract wav from video file

Related: How to extract audio from a video file using python? Extract audio from video as wav How to rip …

python audio video ffmpeg gstreamer
Stream H.264 video over rtp using gstreamer

I am newbie with gstreamer and I am trying to be used with it. My first target is to create …

video-streaming h.264 gstreamer rtp
Playing an incoming RTP stream with GStreamer

I'm developing a GStreamer application and struggling bit with implementing a player for incoming RTP streams. I am trying to …

video-streaming gstreamer
How do I view gstreamer debug output?

How to view the output of functions like GST_CAT_INFO, GST_DEBUG etc? Do I need to compile gstreamer …

gstreamer
Capturing h.264 stream from camera with Gstreamer

I'm trying to capture H264 stream from locally installed Logitech C920 camera from /dev/video0 with Gstreamer 1.0 v4l2src …

h.264 gstreamer v4l2
How to display avi video with gstreamer?

I want to write an object tracking program which needs to play the tracked result. As gstreamer is a good …

video gstreamer