gst-launch-1.0 -v souphttpsrc location=http://192.168.0.90/mjpg/video.mjpg \
! multipartdemux \
! queue \
! jpegdec \
! videoconvert \
! autovideosink sync=false
sudo apt install gnuradio
sudo apt install cmake
sudo apt install swig
sudo apt install git
sudo apt install autoconf
sudo apt install libtool-bin
sudo apt install pkg-config
And some othet helpfull tools at https://www.blackhillsinfosec.com/intro-to-software-defined-radio-and-gsm-lte/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |