Quote:
Originally Posted by gdunc
Search for this:
Code:
var passwordHash = script.match(/password: '([^']+)'/)[1].replace('\\u003D', '=');
Change it to this:
Code:
var passwordHash = script.match(/password: '(.*?.{120,})'/)[1];
There was a change to the password format within the web page.
Tested working on Windows 8.1 Pro running nodejs 6.8.1
Change sourced from CaptureBate python script by superagentp
|
Not the python script, the RTMPDump script stopped working.
But do you know a way to add user name and passwords to the python script?