Skip to content

Instantly share code, notes, and snippets.

View fxadecimal's full-sized avatar
👨‍💻

fxadecimal

👨‍💻
View GitHub Profile
@reinzor
reinzor / stream_example.md
Last active July 2, 2024 19:46
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)