Skip to content

Instantly share code, notes, and snippets.

apt update
apt install ca-certificates apt-transport-https wget
sudo add-apt-repository ppa:softwareradiosystems/srsran
apt install software-properties-common ca-certificates apt-transport-https wget
sudo add-apt-repository ppa:softwareradiosystems/srsran
apt-get install srsran -y
apt install uhd-host
uhd_images_downloader
history
@V0rt
V0rt / gnuradio_install.md
Last active June 9, 2020 18:21
Gnuradio dev env
@V0rt
V0rt / gstreamer.md
Created April 14, 2020 22:14
gstreamer hints, tips and tricks

Play from Axis Cam

gst-launch-1.0 -v souphttpsrc location=http://192.168.0.90/mjpg/video.mjpg \
	! multipartdemux \
	! queue \
	! jpegdec \
	! videoconvert \
	! autovideosink sync=false