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.
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-launchI am new to gstreamer and I want to stream a mp4 video which is having audio and video both …
video-streaming gstreamer rtp libavI'm running into a number of issues attempting to build the GStreamer Android tutorials. My environment is: Mac OS X 7 …
android android-ndk gstreamerI am trying to stream an mpeg2-ts video over RTP using gstreamer. I am using the following pipeline for …
gstreamer rtp mpeg2-tsI'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-launchI 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-launchI 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