View Single Post
  #28  
Old 11-17-2014, 03:50 PM
LiquidFilth LiquidFilth is offline
Junior Member
 
Join Date: Nov 2014
Posts: 5
LiquidFilth is on a distinguished road
Default

Re: Start/Stop rtmpdump from your browser (chaturbate support)


It works for me.
As others have mentioned, you really do need that edited RTMPDUMP.
I think I had a similar issue as you guys, you just have to edit the python files path directories.
It needs to be:
Code:
RTMPDUMP_PATH = "C:/Users/XXX/Documents/rtmpdump/rtmpdump.exe"
DOWNLOAD_PATH = "C:/Users/XXX/Documents/streams/"
Rather than:
Code:
RTMPDUMP_PATH = "C:\Users\XXX\Documents\rtmpdump\rtmpdump.exe"
DOWNLOAD_PATH = "C:\Users\XXX\Documents\streams\"
Also, Chaturbate starting using https recently, so you'll need to add that to the greasemonkey script (just add "https://chaturbate.com/*" to the included pages) if you haven't done so already.

Last edited by LiquidFilth : 11-17-2014 at 05:17 PM.
Reply With Quote