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 - MJPEG stream to file

I have problem with saving MJPEG stream to file. When I stream MJPEG using such pipeline: gst-launch filesrc location=thirdmovie640…

gstreamer pipeline mjpeg
How to write opencv mat to gstreamer pipeline?

I want to add some opencv processes to a gstreamer pipeline and then send it over udpsink. I'm able to …

c++ opencv gstreamer
MediaCodec and Camera: colorspaces don't match

I have been trying to get H264 encoding to work with input captured by the camera on an Android tablet …

android colors h.264 gstreamer rtp
GStreamer vs FFmpeg

I try to record a Video with the OpenCV Framework an would like to save that into an Matroska(mkv) …

opencv ffmpeg gstreamer
Loading shared libs that depend on other shared libs

Problem: I am building Android app in Eclipse which uses shared lib libgstreamer-0.10.so (GStreamer-android NDK Bundle libs compiled for …

android linker android-ndk gstreamer
How to stream via RTMP using Gstreamer?

I am attempting to stream video and audio using Gstreamer to an RTMP Server (Wowza) but there are a number …

streaming gstreamer rtmp wowza
How to implement a video widget in Qt that builds upon GStreamer?

I want to use Qt to create a simple GUI application that can play a local video file. I could …

c++ qt gstreamer
Streaming MP4 Video File on Gstreamer

I am working on gstreamer for first time and trying to Stream an MP4 Video file from a server to …

udp video-streaming gstreamer mp4 rtp
How to convert y4m file to yuv?

I searched the internet and Stack Overflow, but I could not find an answer: Does anyone know how to convert …

ffmpeg gstreamer yuv
Play RTP video stream using Qt?

I want to create a Qt widget that can play incoming RTP streams where the video is encoded as H264 …

c++ qt video-streaming gstreamer