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.

How can I encode a video to h264?

I am trying to send a video file using GNUradio, specifically using GRC. In order to do this I am …

video format h.264 gstreamer gnuradio
WebRTC and gstreamer on linux device

I have small computer (something like Arduino or Raspberry pi) with Linux, camera and gstreamer installed on it. I need …

gstreamer h.264 webrtc
playing a raw video using gst-launch

I've created a raw video file using filesink, I am able to play the file with vlc with the following …

gstreamer vlc gst-launch
dynamically (un)link elements in a running (gstreamer) pipeline?

there are plenty of examples in the gstreamer documentation on constructing and running static pipelines. however, there isn't much about …

audio gstreamer
Gstreamer Missing plugins

I am trying to run certain pipelines on the Command prompt for playing a video and I am often getting …

gstreamer python-gstreamer qtgstreamer
How can I speed up a video by dropping frames?

I've got a video that's 30 minutes long. I want to make a speeded up version that's (say) 15 minutes long. I …

linux video encoding gstreamer
Simple encode and decode pipeline with gstreamer?

I'm trying to create a simple gstreamer1-0 pipeline that encodes and decodes h264 a webcam feed hopefully using the …

gstreamer h.264 encoder decoder
Play audio and video with a Pipeline in Gstreamer

Is there a way make a pipeline that will play any video file (which will contain audio too)? I have …

python c gstreamer pipeline
Streaming Webcam with RTSP

I'm trying a live streaming of video using a web cam attached to my laptop. I am working in Linux …

stream webcam rtsp gstreamer v4l2
Realtime/zero-latency video stream: what codec parameters to use?

I am writing an Android App which encompasses sending and receiving a video stream from a desktop PC. For the …

android video-streaming gstreamer h.264