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 on OSX

I'm trying to create a very simply Gstreamer pipeline where I have a source element that is my FaceTime camera …

osx-mountain-lion gstreamer facetime gst-launch
Streaming audio and video in sync for mp4 container using Gstreamer framework

I am new to gstreamer and I want to stream a mp4 video which is having audio and video both …

video-streaming gstreamer rtp libav
Unable to build GStreamer for Android Tutorials

I'm running into a number of issues attempting to build the GStreamer Android tutorials. My environment is: Mac OS X 7 …

android android-ndk gstreamer
How to install gstreamer0.10-ffmpeg on Debian 8 Jessie (No installation candidate)

On a clean Debian 8 installation i had to install some gstreamer-plugins. While most of them were already installed or were …

ffmpeg debian gstreamer apt
Streaming an mpeg2-ts video over RTP using gstreamer

I am trying to stream an mpeg2-ts video over RTP using gstreamer. I am using the following pipeline for …

gstreamer rtp mpeg2-ts
Broadcast RTP Stream with Kurento

I have the following setup: Raspberry Pi with raspicam (CSI camera) sends an RTP stream to a Server in the …

webrtc gstreamer broadcast rtp kurento
Streaming Mp4 video through RTP protocol using Gstreamer in Ubuntu

I'm trying to fetch the video file from my local directory,enable the stream from server and capture these frames …

ubuntu video-streaming gstreamer rtp gst-launch
Gstreamer - Convert command line gst-launch to C code

I have been making a few experiments with GStreamer by using the gst-launch utility. However, ultimately, the aim is to …

c++ c opencv extract gstreamer
How to change aspect-ratio with gstreamer?

I have this command: gst-launch-1.0 ximagesrc startx=1920 starty=0 endx=2943 endy=768 use-damage=0\ ! video/x-raw,framerate=15/1 \ ! videoscale method=0 \ ! video/x-raw,width=640,height=360 \ ! …

scale gstreamer aspect-ratio gst-launch
GStreamer timestamps (PTS) are not monotonically increasing for captured frames

I wrote some code to capture frames from a webcam using GStreamer 1.0 (PyGST). It is important for me to know …

timestamp webcam gstreamer capture video4linux