### ## Raspberry Pi Instructions for Live Streamer for GoPro Heros. ## http://www.toolsforgopro.com/live ### ### ## Requirements ### - Raspberry Pi 3 or newer. - Raspbian Buster ### ## Step 1: Installations of dependencies. ## Open a terminal and copy and paste the following: ### sudo apt-get update sudo apt-get install qt5-default libqt5bluetooth5 libqt5svg5 libqt5multimedia* qt5-image-formats-plugins sudo apt-get install qtdeclarative5-* qml-module-qtquick* qtquickcontrols5-* qtconnectivity5-dev sudo apt-get install libavcodec58 libavformat58 libswscale5 openssl ### ## Step 2: Extract and run the Live Streamer app. ### cd ~/Downloads tar xfvz herostreamerpi.tar.gz ./herostr ## Note: You can also open the "herostr" file by double clicking on it.