View Single Post
  #8  
Old 05-01-2018, 11:13 AM
everix1992 everix1992 is offline
Junior Member
 
Join Date: Feb 2014
Posts: 5
everix1992 is on a distinguished road
Default

Re: record chaturbate hidden that that I tipped


Thanks for the info j_cool. I am on Windows and so I was stuck using rtmpsuck. I hadn't realized that it was making the Command.txt file, so I was able to fix my issues with the information in there. Here's what the parameters looked like:

Code:
rtmpdump
-r"rtmp://edge124.stream.highwebmedia.com/live-edge"
-a"live-edge"
-f"WIN 29,0,0,140"
-W"https://chaturbate.com/static/flash/CBV_2p680.swf"
-p"https://chaturbate.com/sexycollegecouplexx/"
-CS:[my username here]
-CS:sexycollegecouplexx
-CS:2.680
-CS:[my password hash]
-CS:[my room password]
-CS:{"username":"[my username here]","org":"PHX","expire":1525137044,"sig":"4a5f0bb4cf991608af8cd24d12d37c98d5ecc1ec0382630f061d068ef91a69b6","room":"sexycollegecouplexx"}
--live
-y"mp4:wowz://origin128.stream.highwebmedia.com/live-origin/sexycollegecouplexx-sd-e8745ad3c88b1122678fc9af76001378b941b068487d76993f3b84220ae7b4d7_trns_h264_1080p"
-o"2018-04-30_08-10-15_sexycollegecouplexx-sd-e8745ad3c88b1122678fc9af76001378b941b068487d76993f3b84220ae7b4d7_trns_h264_1080p.flv"
I've put below what I was originally sending. It looks like you don't necessarily need to change your parameters when the show becomes hidden as long as they are properly set up before (mine weren't).

Code:
Code:
rtmpdump
-r"rtmp://edge124.stream.highwebmedia.com/live-edge"
-a"live-edge"
-f"WIN 29,0,0,140"
-W"https://chaturbate.com/static/flash/CBV_2p680.swf"
-p"https://chaturbate.com/sexycollegecouplexx/"
-CS:[my username here]
-CS:sexycollegecouplexx
-CS:2.680
-CS:[my password hash]
--live
-y"mp4:wowz://origin128.stream.highwebmedia.com/live-origin/sexycollegecouplexx-sd-e8745ad3c88b1122678fc9af76001378b941b068487d76993f3b84220ae7b4d7_trns_h264_1080p"
-o"2018-04-30_08-10-15_sexycollegecouplexx-sd-e8745ad3c88b1122678fc9af76001378b941b068487d76993f3b84220ae7b4d7_trns_h264_1080p.flv"
Notably, I was leaving out the "room password" and the "edge auth" string (the parameter that contains your sig). Password hash / Room Password / Edge Auth string are all pulled from the start_defchat function. You can see those parameters there.
Reply With Quote