Running video on special port

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

Running video on special port

YRusinov
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.

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