Issue related to "Audio and video UDP streaming"

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Issue related to "Audio and video UDP streaming"

Andres meseguer valenzuela

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


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel