Quote:
Originally Posted by meskman
Hi guys,
Cannot compile rtmpdump with KSV path on my raspberry pi.
|
Suppose you are doing something wrong.
I've just checked on Raspberry Pi v1 with the latest Raspbian and everything was perfect.
Code:
# setup raspberry before use
sudo raspi-config
sudo apt update
sudo apt upgrade
sudo apt-get install build-essential git libssl1.0-dev
git clone https://github.com/BurntSushi/rtmpdump-ksv.git
cd rtmpdump-ksv
make