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 having some trouble figuring out how to create a simple rtp stream with gstreamer and display it on vlc. …
streaming gstreamer vlcI want to play a mp4 video in Gstreamer, but i got an error with the x264dec which is …
gstreamer h.264 video-processing decoding x264Here is what I'm trying: gst-launch -v udpsrc port=1234 ! fakesink dump=1 I test with: gst-launch -v audiotestsrc ! udpsink host=127.0.0.1 port=1234 …
gstreamerI am newbie with gstreamer and I am trying to be used with it. My first target is to create …
video-streaming h.264 gstreamer rtpI'm developing a GStreamer application and struggling bit with implementing a player for incoming RTP streams. I am trying to …
video-streaming gstreamerHow to view the output of functions like GST_CAT_INFO, GST_DEBUG etc? Do I need to compile gstreamer …
gstreamerI'm trying to capture H264 stream from locally installed Logitech C920 camera from /dev/video0 with Gstreamer 1.0 v4l2src …
h.264 gstreamer v4l2I want to write an object tracking program which needs to play the tracked result. As gstreamer is a good …
video gstreamer