Thanks for your suggestion. Tried but unfortunately still have the same issue. I'm running Debian 8 (RASPBIAN) on the Raspberry Pi.
Any other ideas?
Quote:
Originally Posted by c4170001
I've had that problem before. Try downloading the source, patching it and then compiling it. Once you've done that, cd into the librtmp folder (inside the RTMPDump source folder, e.g. /root/rtmpdump/librtmp), and enter these commands:
Code:
cp librtmp.so.1 /usr/lib
cp librtmp.so.1 /usr/lib64
cp librtmp.so.1 /lib
cp librtmp.so.1 /usr/lib/x86_64-linux-gnu
Tested on a brand new instance of Debian 8 x64 and works perfectly.
|