Skip to content

Instantly share code, notes, and snippets.

@karu2003
karu2003 / spectrograms.ipynb
Created June 8, 2023 10:17 — forked from MiguelonGonzalez/spectrograms.ipynb
Fun with Continuous Wavelet Transform Spectrograms
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@karu2003
karu2003 / stream_example.md
Created April 18, 2023 13:10 — 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)