-
Notifications
You must be signed in to change notification settings - Fork 337
gstreamer
Kazuki Kyakuno edited this page Dec 9, 2021
·
1 revision
gst-launch-1.0 -v videotestsrc ! gdppay ! tcpserversink host=localhost port=5000 gst-launch-1.0 -v tcpclientsrc port=5000 ! gdpdepay ! videoconvert ! autovideosink
gst-launch-1.0 -v videotestsrc ! x264enc ! rtph264pay ! gdppay ! tcpserversink host=localhost port=5000 gst-launch-1.0 -v tcpclientsrc port=5000 ! application/x-rtp,media=video,encoding-name=H264 ! queue ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink sync=false
(c) 2019 ax Inc. & AXELL CORPORATION