View Single Post
  #31  
Old 04-27-2017, 07:26 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Bongacams record in Away mode or PRVT?


First get your parameters:


C:\MISC\STREAMLINK>set url=https://bongacams.com/Kira

C:\MISC\STREAMLINK>streamlink.exe --stream-url https://bongacams.com/Kira best
rtmp://94.199.250.59:1935/bongacams conn=S:guest198661 conn=S:c27574aeeeecf666a12b4fbd68acf4c5 conn=B:0 conn=S:02132f3d93f408fce67fe6e972cf0c93 flashVer=WIN\2024,0,0,186 live=1 pageUrl=https://bongacams.com/Kira playpath=stream_Kira?uid=e78cedc414ffd8f0c45354e09 c471dcd realtime=1 swfUrl=https://bongacams.com/swf/chat/BCamChat.swf?cache=201704211040 tcUrl=rtmp://94.199.250.59:1935/bongacams

C:\MISC\STREAMLINK>pause
Press any key to continue . . .


rtmp://94.199.250.59:1935/bongacams
conn=S:guest198661
conn=S:c27574aeeeecf666a12b4fbd68acf4c5
conn=B:0
conn=S:02132f3d93f408fce67fe6e972cf0c93
flashVer=WIN\2024,0,0,186
live=1
pageUrl=https://bongacams.com/Kira
playpath=stream_Kira?uid=e78cedc414ffd8f0c45354e09 c471dcd
realtime=1
swfUrl=https://bongacams.com/swf/chat/BCamChat.swf?cache=201704211040
tcUrl=rtmp://94.199.250.59:1935/bongacams



Translate this to rtmpdump:



@FOR /f %%b IN ('DT') DO @set d=%%b

rtmpdump -v -r "rtmp://94.199.250.59:1935/bongacams" ^
-a "bongacams" ^
-f "WIN\2024,0,0,186" ^
-W "https://bongacams.com/swf/chat/BCamChat.swf?cache=201704211040" ^
-p "https://bongacams.com/Kira" ^
-C S:guest813943 ^
-C S:3084b1c487d0973bea87a96e22ebbc82 ^
-C B:0 ^
-C S:55fb47075cec063e67cd602f53580d03 ^
-y "stream_Kira?uid=e78cedc414ffd8f0c45354e09c471 dcd" ^
-o "CarrieYv_%d%.flv"




C:\MISC\CAMS>rtmpdump -v -r "rtmp://94.199.250.59:1935/bongacams" -a "bongacams" -f "WIN\2024,0,0,186" -W "https://bongacams.com/swf/chat/BCamChat.swf?cache=201704211040" -p "https://bongacams.com/Kira" -C S:guest813943 -C S:3084b1c487d0973bea87a96e22ebbc82 -C B:0 -C S:55fb47075cec063e67cd602f53580d03 -y "stream_Kira?uid=e78cedc414ffd8f0c45354e09c471 dcd" -o "CarrieYv_2017-04-27_14-20-23.flv"
RTMPDump v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
865.549 kB / 459.98 sec



I changed a few params from yesterday's test batch file, I think only -p, -y, -r.

Last edited by j_cool : 04-27-2017 at 08:15 AM.
Reply With Quote