Issue related to "Audio and video UDP streaming"

Andres meseguer valenzuela andres121996 at gmail.com
Mon Oct 19 09:55:33 UTC 2020


I am trying to send video and audio via UDP from windows to myself for
example, but my pipeline does not work. My only purpose is to mux video and
audio, to send it via UDP, and being able to receive it.
Any help, please?

Server: gst-launch-1.0 -v ksvideosrc ! "video/x-raw, height=480" ^ !
videoconvert ^ ! x264enc tune=zerolatency bitrate=3096 byte-stream=true
threads=4 key-int-max=15 intra-refresh=true ^ ! queue ! mpegtsmux name=mux
! queue ! udpsink host=127.0.0.1 port=10003 autoaudiosrc ^ ! audioconvert !
"audio/x-raw,channels=1,rate=48000" ! queue ! opusenc bitrate=128000 !
queue ^ ! mux. -e

Client: gst-launch-1.0 -v udpsrc port=10003 ! tsdemux name=demux demux. ^ !
h264parse ! avdec_h264 ! videoconvert ^ ! autovideosink demux. ! queue !
opusdec ^ audioconvert ! autoaudiosink
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20201019/1a445ecc/attachment-0001.htm>


More information about the gstreamer-devel mailing list