Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#31
|
|||
|
|||
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 09:15 AM. |
#32
|
|||
|
|||
Re: Bongacams record in Away mode or PRVT?the rtmdump code you posted isn't working at all, btw...
|
#33
|
|||
|
|||
Re: Bongacams record in Away mode or PRVT?Nothing at all may work tomorrow or later today in the day.
I got parameters with streamlink, could had saved it with streamlink as well. All that needed changing from my last day's batch file was -r and -y. Here is brief summary of my findings: http://en.bongacam.org is harder to get parameters than https://www.bongacams.com KSV's rtmpdump works for now if you get right parameters. |
#34
|
|||
|
|||
Re: Bongacams record in Away mode or PRVT?Code:
@echo off SET hour=%time:~0,2% IF "%hour:~0,1%" == " " SET hour=0%hour:~1,1% SET min=%time:~3,2% IF "%min:~0,1%" == " " SET min=0%min:~1,1% SET secs=%time:~6,2% IF "%secs:~0,1%" == " " SET secs=0%secs:~1,1% SET year=%date:~-4% SET month=%date:~3,2% IF "%month:~0,1%" == " " SET month=0%month:~1,1% SET day=%date:~0,2% IF "%day:~0,1%" == " " SET day=0%day:~1,1% SET _my_datetime=%day%-%month%-%year%_%hour%-%min%-%secs% SET file=%_my_datetime% set /p model=Model Username: set model=%model:https://bongacams.com/=% set model=%model:/=% setlocal enableDelayedExpansion set OUT_DIR=bongacams\%model% if not exist %OUT_DIR% (mkdir %OUT_DIR%) streamlink https://bongacams.com/%model% best -o "%OUT_DIR%\%file%_%model%.flv" Last edited by ihryjfbd : 04-29-2017 at 08:55 PM. |
#35
|
|||
|
|||
Re: Bongacams record in Away mode or PRVT?Quote:
As I found out from research MD5 is something like cow to steak, steak to cow, so they don't know themselves really what they are getting back as long as hash is different and number of digits counts, and no matter what digits, is ok. http://stackoverflow.com/questions/1...ypt-md5-hashes Last edited by j_cool : 04-30-2017 at 06:30 AM. |
#36
|
|||
|
|||
Re: Bongacams record in Away mode or PRVT?looks like streamlink plugin doesn`t work for now. Well, we should wait some new release, maybe after that everything will be okay again.
|
#37
|
|||
|
|||
Re: Bongacams record in Away mode or PRVT?You can test the repaired plugin in the new Streamlink version:
https://github.com/streamlink/stream...ases/tag/0.8.1 |
Tags: bongacams |
Thread Tools | |
Display Modes | |
|
|