How to encode webcam to H.264 and stream through ethernet?

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

How to encode webcam to H.264 and stream through ethernet?

ang083
I did this gst-command :

gst-launch-1.0 v4l2src device=/dev/video0 io-mode="dmabuf" !
"video/x-raw,format=UYVY,width=1920,height=1080,framerate=30/1" !
videoconvert! omxh264enc! rtph264pay! udpsink host=192.168.1.13 port=7272

pipeline is running on server side.

May I know what is the gst-launch-1.0 command line on the client side?

Is there any way to improve my gst-command pipeline?

Thanks



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel