<div dir="ltr">Hello, Colleagues !<div><br></div><div>I successfully watch my video using gst-launch-1.0 locally</div><div>gst-launch-1.0 textoverlay name=overlay ! videoconvert ! videoscale ! autovideosink filesrc location=<my_file.avi> ! decodebin !  videoconvert ! overlay.video_sink</div><div>Now I have to test video stream over local network, I try to launch</div><div><br></div><div>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</div><div><br clear="all"><div>on transmitter and <br></div><div><br></div><div>gst-launch-1.0 udpsrc port=52517 ! x264enc bitrate=2000000 tune=zerolatency ! h264parse ! rtph264pay mtu=1400 ! decodebin ! videoconvert ! xvimagesink<br></div><div>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.</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Best regards,<br>Sincerely yours,<br>Yuriy Rusinov.<br></div></div></div>