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 cannot create a pipeline with gstreamer and I don't know how I can debug it further. gst-launch-1.0 --gst-debug=GST_…
gstreamer gst-launchI have this pipeline : gst-launch -v filesrc location=video.mkv ! matroskademux name=d \ d. ! queue ! ffdec_h264 ! subtitleoverlay name=overlay ! …
gstreamerI'm trying to cross-compile GStreamer. Version is 1.2.3. Host PC's OS is x86 linux and Target system's OS is MIPSEL linux …
linux plugins mips cross-compiling gstreamerI'm new to gstreamer, and I want to stream webcam video through network with mpeg2-ts. I am able to …
video-streaming gstreamer mpeg2-tsI ran pipeline of GStreamer to get data from rtsp server. Then I got error: error: XDG_RUNTIME_DIR not …
linux gstreamer ubuntu-18.04 vaapiI'm working on a videochat application and am having trouble with UDP streaming vs TCP. When I use the pipelines …
streaming udp video-streaming gstreamerI have been trying to get Gstreamer working in Android studio, following their tutorials, see for example here: https://gstreamer.…
android android-ndk gstreamer ndk-buildI am sending an H.264 bytestream over RTP using gstreamer. # sender gst-launch-1.0 filesrc location=my_stream.h264 ! h264parse disable-passthrough=…
gstreamer rtp gstreamer-1.0I'm trying to open an IP camera in OpenCV using gstreamer pipleine. I can open the IPcamera using Gstreamer in …
opencv gstreamer video-capture pipeline gst-launch