python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
gst-launch: 'SETUP stream 0 and SETUP stream 1'
When I run gst-launch-1.0 rtspsrc location='rtspt://localhost:8554/mystream', the output suggests that two streams are being established:
Setting pipeline to PAUSED ...
Pipeline is live and does not n...
John M.
Votes: 0
Answers: 1
GStreamer udpsink with ipv6 host doesn't work
I'm trying to send with gstreamer (version 1.18.4) a videostream with udpsink ipv6 and gst-launch-1.0 but it doesn't work, nothing is received on the client side.
My commands are:
client:
gst-launch-1...
JoScha15
Votes: 0
Answers: 1
Why gstreamer GST-LAUNCH buffering frequently while running?
Im running a simple command on Ubuntu 18.04 release.
gst-launch-1.0 playbin uri=https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm
This command opens a example vide...
muradaltay
Votes: 0
Answers: 0
gst-launch-1.0 erroneous pipeline: could not link queue2 to videoconvert0
I am trying to send a video source to three outputs: multicast, filesystem, and (resized video) display with gst-launch-1.0.
This is the command,
gst-launch-1.0 videotestsrc ! x264enc ! tee name...
john
Votes: 0
Answers: 1