Quote:
Originally Posted by pro88
Yes 4.2.1.
I've decided to use an older version of capturebate-node from the repository - which is allowing further progress but rtmpdump is failing with the following error:
DEBUG: Property: <Name: level, STRING: error>
DEBUG: Property: <Name: code, STRING: NetStream.Play.Failed>
DEBUG: Property: <Name: description, STRING: security>
DEBUG: Property: <Name: clientid, NUMBER: 940681682.00>
I've tried installing both precompiled rtmpdump (ksv) and patching the main rtmpdump version - and both have the security error.
Really stuck on this one and not sure how to proceed. Any help appreciated 
|
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.