GStreamer: network pipeline with local video source
pier
piecs14 at gmail.com
Mon Jun 26 13:42:33 UTC 2017
I want to convert this script, that created a gstreamer pipeline with example
video source:
#!/bin/sh
gst-launch-1.0 \
audiotestsrc ! \
audioresample ! audio/x-raw,channels=1,rate=16000 ! \
opusenc bitrate=20000 ! \
rtpopuspay ! udpsink host=127.0.0.1 port=5002 \
videotestsrc ! \
video/x-raw,width=320,height=240,framerate=15/1 ! \
videoscale ! videorate ! videoconvert ! timeoverlay ! \
vp8enc error-resilient=1 ! \
rtpvp8pay ! udpsink host=127.0.0.1 port=5004
In a similar gstreamer pipeline, with the difference that i don't want
audio/video testsrc, but starting from a local mp4 video in the same
directory in which the script has been launched.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/GStreamer-network-pipeline-with-local-video-source-tp4683551.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list