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)

@KelsOnFire
KelsOnFire / opendds-get-started.md
Created February 16, 2021 15:51
OpenDDS - Get started

OpenDDS - Get started

Command

opendds_idl xxx.idl
tao_idl --idl-version 4 --unknown-annotations ignore -as xxx.idl
tao_idl --idl-version 4 --unknown-annotations ignore -as xxxTypeSupport.idl