Thanks for that quick reply.
Can you reccomend the proper method to install rtmpdump-ksv.
The method I use is as follows, which might be my initial problem...
git clone
https://github.com/BurntSushi/rtmpdump-ksv.git
open terminal in rtmpdump-ksv directory, and run command...
make SYS=posix
make install
i've installed using the command above and tried others as well such as...
make install and...
make
sudo make install prefix=/usr
Thanks for the help.