transfer webcam to other machine

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

transfer webcam to other machine

Jerry Geis-2
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

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