Skip to content

Instantly share code, notes, and snippets.

View KelsOnFire's full-sized avatar
🎯
Focusing

KelsOnFire

🎯
Focusing
  • Airbus
  • Toulouse
View GitHub Profile
@KelsOnFire
KelsOnFire / stream_example.md
Created June 25, 2022 20:02 — forked from reinzor/stream_example.md
GStreamer UDP stream examples

MJPEG

Server (Ubuntu 16.04)

gst-launch-1.0 -v filesrc location= /home/rein/Videos/big_buck_bunny_720p_30mb_0_0.mp4 ! decodebin ! videoconvert ! jpegenc ! rtpjpegpay ! udpsink host=localhost port=5000

Client (Ubuntu 16.04)