transfer webcam to other machine

Jerry Geis jerry.geis at gmail.com
Thu Mar 26 01:21:57 UTC 2020


I am doing this:
  gst-launch-1.0 -v ksvideosrc ! video/x-raw,framerate=15/1 ! queue !
videoscale ! videoconvert ! queue ! x264enc tune=zerolatency bitrate=500
speed-preset=superfast ! rtph264pay ! udpsink host=192.168.1.25 port=16200

and this:gst-launch-1.0 -v udpsrc port=16200 caps = "application/x-rtp,
media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264,
payload=(int)96" ! rtph264depay ! decodebin ! videoconvert ! autovideosink

to transfer the webcam video to the other machine.

Both are wifi laptops (i7 laptops) - and after a few seconds the second
laptop gets very blocky and really cannot see the picture any more.

What should I be using to successfully transfer the webcam to the other
laptop and 0 block/issues?
I do desire the 30 frames a second.

Thanks

Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20200325/46c7835f/attachment.htm>


More information about the gstreamer-devel mailing list