Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

Bongacams record in Away mode or PRVT?

(http://stream-recorder.com/forum/showthread.php?t=22824)

JasonSm 03-22-2017 11:56 PM

Bongacams record in Away mode or PRVT?


 
Hello guys.
I would like to ask your advice. Some times ago i found few recordings from bonga wich contains free chat & rec from camera when model was in "away" mode. In was one file without splitting. I`m sure that record wasnt dropped when model chanched status, bcs she turn pc to camera and there was "away" mode on bonga. Looks like there is a way to find hole stream from source without md5 hash in rtmp stream link.. Have anybody suggestion how was made this rec?

ragex 03-23-2017 05:48 AM

Re: Bongacams record in Away mode or PRVT?


 
Md5 in the rtmp stream? you mean the random stream path is a md5 hash? :D
Yea, they disabled the "away" stream.
Simple reason for that was that the model could see you recording since you did show up as as guest in their chat while you was recording.

JasonSm 03-23-2017 11:55 PM

Re: Bongacams record in Away mode or PRVT?


 
Quote:

Originally Posted by ragex (Post 90535)
Md5 in the rtmp stream? you mean the random stream path is a md5 hash? :D
Yea, they disabled the "away" stream.
Simple reason for that was that the model could see you recording since you did show up as as guest in their chat while you was recording.

yep, in some source i find that stream path after uid?= is md5 hash wich consists from name&time. =)
BTW about simple reason - i dont understand what do u mean.

ragex 03-24-2017 06:53 AM

Re: Bongacams record in Away mode or PRVT?


 
Quote:

Originally Posted by JasonSm (Post 90548)
yep, in some source i find that stream path after uid?= is md5 hash wich consists from name&time. =)
BTW about simple reason - i dont understand what do u mean.

Hmmm. I need to look into that.
The "simple" reason was that people did sit and record the models while they was away. The models could see that and reported it to the devs and they fixet it. :)

JasonSm 03-24-2017 07:32 AM

Re: Bongacams record in Away mode or PRVT?


 
Maybe i`m wrong, but...
Here 2 links from rtmpdum

rtmpdump -r "rtmp://31.192.113.102:1935/bongacams" -a "bongacams" -f "WIN 20,0,0,306" -W "http://ru.bongacams.xxx/AlisaFist" -C S:guest882398 -C S:af58f06f085827000d5c5456b777260c -C B:0 -C S:eac9916a66c0742fe44717cad23305ab -y "stream_AlisaFist?uid=11b9144b67675b21838cb7ae3777 0187" -o "2017-03-24_04-22-42_stream_AlisaFist.flv"

rtmpdump -r "rtmp://31.192.124.102:1935/bongacams" -a "bongacams" -f "WIN 20,0,0,306" -W "http://ru.bongacams.xxx/AlisaFist" -C S:guest882398 -C S:af58f06f085827000d5c5456b777260c -C B:0 -C S:76c3dffd93dad4b68f6f04275512c06d -y "stream_KillersTits?uid=2825aedfd30c68d4e89731cb7d b110b7" -o "2017-03-24_04-23-01_stream_KillersTits.flv"

And in both links guest882398 = af58f06f085827000d5c5456b777260c. If change login - this param will be different, but always equal login, so its const data. Then we have another hash in both links its different, maybe this is time. And then after uid= we see another hash. Probably its generated from first 2 hashes. But How...
Anyway, i think that there is only 2 way to make rec from other statuses (not in free) 1) try to understand how hash is generated 2) somehow find source direct stream URL without any hashes.

abering 04-09-2017 12:11 PM

Re: Bongacams record in Away mode or PRVT?


 
The way to record a free chat:
0. First you need to download and install vlc if it does not already exist.
1. Download the latest streamlink:
Streamlink-builds.s3.amazonaws.com/nightly/windows/streamlink-latest.exe
2. In the config streamlink (% appdata% \ streamlink \ streamlinkrc) write default-stream = best (not to specify the quality each time).
3. Download the plugin:
Https://raw.githubusercontent.com/xk...s/bongacams.py
4. Copy the plugin in program files (x86) \ Streamlink \ pkgs \ streamlink \ plugins

How to use:
- open cmd.exe
Streamlink link for chat (https://ru.bongacams.com/MODELNAME), to
Redirect output to file: -o filename
Example: streamlink https://www.bongacams.com/MODELNAME -o filename

Stream is downloaded before the model goes offline or in private.
But I do not know how to download a private chat. This was possible before using RTMPDumpHelper+rtmpsrv. I could go to private chat, run RTMPDumpHelper and then get out of the private chat, but the stream continues to download)). But now if you leave a private chat, the stream falls.

Can anyone tell me a way to record a private chat?

bilbo56 04-17-2017 08:20 AM

Re: Bongacams record in Away mode or PRVT?


 
Quote:

Originally Posted by abering (Post 90850)
The way to record a free chat:
0. First you need to download and install vlc if it does not already exist.
1. Download the latest streamlink:
Streamlink-builds.s3.amazonaws.com/nightly/windows/streamlink-latest.exe
2. In the config streamlink (% appdata% \ streamlink \ streamlinkrc) write default-stream = best (not to specify the quality each time).
3. Download the plugin:
Https://raw.githubusercontent.com/xk...s/bongacams.py
4. Copy the plugin in program files (x86) \ Streamlink \ pkgs \ streamlink \ plugins

How to use:
- open cmd.exe
Streamlink link for chat (https://ru.bongacams.com/MODELNAME), to
Redirect output to file: -o filename
Example: streamlink https://www.bongacams.com/MODELNAME -o filename

Stream is downloaded before the model goes offline or in private.
But I do not know how to download a private chat. This was possible before using RTMPDumpHelper+rtmpsrv. I could go to private chat, run RTMPDumpHelper and then get out of the private chat, but the stream continues to download)). But now if you leave a private chat, the stream falls.

Can anyone tell me a way to record a private chat?

Take me screenshots, I can not enter commands

JasonSm 04-25-2017 12:38 AM

Re: Bongacams record in Away mode or PRVT?


 
Quote:

Originally Posted by abering (Post 90850)
The way to record a free chat:
0. First you need to download and install vlc if it does not already exist.
1. Download the latest streamlink:
Streamlink-builds.s3.amazonaws.com/nightly/windows/streamlink-latest.exe
2. In the config streamlink (% appdata% \ streamlink \ streamlinkrc) write default-stream = best (not to specify the quality each time).
3. Download the plugin:
Https://raw.githubusercontent.com/xk...s/bongacams.py
4. Copy the plugin in program files (x86) \ Streamlink \ pkgs \ streamlink \ plugins

How to use:
- open cmd.exe
Streamlink link for chat (https://ru.bongacams.com/MODELNAME), to
Redirect output to file: -o filename
Example: streamlink https://www.bongacams.com/MODELNAME -o filename

Stream is downloaded before the model goes offline or in private.
But I do not know how to download a private chat. This was possible before using RTMPDumpHelper+rtmpsrv. I could go to private chat, run RTMPDumpHelper and then get out of the private chat, but the stream continues to download)). But now if you leave a private chat, the stream falls.

Can anyone tell me a way to record a private chat?

Can anywone tell me where i`m wrong. i have an error like this:


C:\Users\1>streamlink https://www.bongacams.com/xxx -o filename
[cli][info] Found matching plugin bongacams for URL https://www.bongacams.com/xxx
Available streams: high (best, worst)

C:\Users\1>streamlink https://www.bongacams.com/xxx -o filename bes
t
usage: streamlink-script.py [OPTIONS] <URL> [STREAM]
streamlink-script.py: error: unrecognized arguments: best

C:\Users\1>streamlink https://www.bongacams.com/xxx -best -o filena
me
usage: streamlink-script.py [OPTIONS] <URL> [STREAM]
streamlink-script.py: error: unrecognized arguments: -best

C:\Users\1>streamlink https://www.bongacams.com/xxx worst -o filena
me
[cli][info] Found matching plugin bongacams for URL https://www.bongacams.com/xxx
[cli][info] Available streams: high (best, worst)
[cli][info] Opening stream: high (rtmp)
[cli][error] No data returned from stream
[cli][info] Closing currently open stream...


But with rtmpdump stream is capturing fine.

troller12 04-25-2017 01:17 PM

Re: Bongacams record in Away mode or PRVT?


 
Hi,

the last one is right.If got na data returned from stream then model is not online or private / away etc.Also use the model name you can see in the browserbar.

PS: If you want to record any model/s on that site then write a small batch script what does check every minute whether your model is online and does start recording automatically if your model is up.Now you can do anything else (cut the lawn etc) without to handle the record stuff by yourself anymore.

greetz

tvgplayer 04-25-2017 01:52 PM

Re: Bongacams record in Away mode or PRVT?


 
Quote:

Originally Posted by troller12 (Post 91132)
Hi,

the last one is right.If got na data returned from stream then model is not online or private / away etc.Also use the model name you can see in the browserbar.

PS: If you want to record any model/s on that site then write a small batch script what does check every minute whether your model is online and does start recording automatically if your model is up.Now you can do anything else (cut the lawn etc) without to handle the record stuff by yourself anymore.

greetz

@troller12,

That sounds awesome. Can you help me write a small batch script like that for chaturbate? Thanks!


All times are GMT -6. The time now is 05:50 PM.