Running video on special port

Yuriy Rusinov yrusinov at gmail.com
Tue Nov 26 12:12:53 UTC 2019


Hello, Colleagues !

I successfully watch my video using gst-launch-1.0 locally
gst-launch-1.0 textoverlay name=overlay ! videoconvert ! videoscale !
autovideosink filesrc location=<my_file.avi> ! decodebin !  videoconvert !
overlay.video_sink
Now I have to test video stream over local network, I try to launch

gst-launch-1.0 -e --gst-debug-level=1 textoverlay name=overlay !
videoconvert ! videoscale ! autovideosink filesrc location=<my_file.avi> !
udpsink sync=false async=false host=192.168.0.166 port=52517

on transmitter and

gst-launch-1.0 udpsrc port=52517 ! x264enc bitrate=2000000 tune=zerolatency
! h264parse ! rtph264pay mtu=1400 ! decodebin ! videoconvert ! xvimagesink
on receiver, but I receive no video, which codecs I have to use on
transmitter and receiver ? I never worked with GStreamer before, sorry for
newbie questions.

-- 
Best regards,
Sincerely yours,
Yuriy Rusinov.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20191126/0b92ee25/attachment.html>


More information about the gstreamer-devel mailing list