Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Recording reallifecam.com

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

j_cool 10-30-2016 03:44 AM

Re: Recording reallifecam.com


 
Somebody may try this with rellifecam and post result here

Finally found out how to do it.
For future reference, the solution is to run rtmpsuck(supplied with rtmpdump) on a second computer,
while redirecting rtmp stream traffic on the first computer to the second computer by editing the hosts file.
rtmpsuck acts like a "man-in-the-middle" and intercepts/forwards/captures the rtmp stream data.

http://forums.whirlpool.net.au/archive/1520658

dandalaptop 10-30-2016 06:01 AM

Quote:

Originally Posted by xanathar (Post 87538)
Hello, I would like to know if some people here are still able to record reallifecam streams using rtmpdump. I used to to do it for years but I'm really struggling now with the latest version of flowplayer. I can get the urls and parameters required, however I have some issues finding the secure token. They used to have 2 different secure token (one for free cams and one for premiums). Both were easy to find when decompiling the old swf player. Now things are getting more difficult. According to what I have found, I think they read an encrypted binary file. (The algorithm seem easy though) The swf can be found here: "http://reallifecam.com/static/flowpl...20160913" It would be great if anyone interested in reversing this kind of stuff could have a look. Are there any other options/tools to find the secure tokens ? I guess the token is somewhere in memory. Are there any tools for browsing/searching the browser/flash plugin memory ? We can discuss in private if you want. Reversing is fun and I'm here to learn and share. Thanks



THIá??T Ká?? WEB Tá?*I THIETKEWEBCHUYEN .COM THEO Y?ŠU Cá?¦U TRá»?N G?“I CHá»? 1.990.000 VND -?€€0986.184.211 (VIBER-ZALO) (Mr. Ngá»?c)

Trang web sá?? thiá??t ká?? giao diện theo y??u cá?§u ri??ng, há»?p sá»? th?*ch, phong thá»§y, vá?*n mệnh… Ä‘á»? giá»›i thiệu sá??n phá?©m, dịch vá»?, c?´ng ty, cá»*a h?*ng … Ä‘á»? bá??n ph??t triá»?n kinh doanh kh?´ng ngừng.

TRANG WEB Sá?? Ä???á»?C Bá??O H?€NH VĨNH VIỄN


C??C DỊCH VỤ KH??C:

Quá??n l?? ná»™i dung Fanpage: 900,000 VNÄ?/ Th??ng
Quá??n l?? ná»™i dung Webstie: 700,000 VNÄ?/ Th??ng
Seo google adword
RAO Vá?¶T TRá»?N G?“I CHá»? VỚI 2,000,000 / TH??NG
Vá»›i 2,000,000 bá??n sá?? c??:

- Ä?Ä?ng 1000 nh??m facebook/th??ng (má»—i nh??m từ 5,000 -> 100,000 th?*nh vi??n).

- Ä?Ä?ng 1000 tin/th??ng web rao vá?·t v?* diá»…n Ä‘?*n lá»›n

- Ä?Ä?ng 1000nh??m/th??ng google plus (má»—i nh??m từ 1000 -> h??n 10,000 th?*nh vi??n)


H??y li??n hệ th?´ng tin b??n d?°á»›i ( kh?´ng b?¬nh luá?*n v?*o b?*i viá??t n?*y v?¬ m?¬nh kh?´ng xem lá??i tin nhá??n tá??i Ä‘??y)

+ 0986.184.211 (VIBER-ZALO) (Mr. Ngá»?c) ( bá??n c?? thá»? nhá??n tin Ä‘á»? y??u cá?§u gá»?i lá??i miá»…n ph?*) - 0902.836.561
+ Email: NgocTran@ThietKeWebChuyen.com - SKYPE: confirmdnt
+ Website: ThietKeWebChuyen. com

j_cool 11-06-2016 03:04 AM

Re: Recording reallifecam.com


 
Danda doesn't like my post.

I went too far from cracking flowplayer.swf-20160913.

Can someone crack FilmonPlayer.swf, might be less than 100 tokens there ?

phuongtrinhqn1102 11-06-2016 06:14 AM

Re: Recording reallifecam.com


 
xin ch?*o c??c bá??n may xuc dat d?*nh cho trá?» con,video hay lÄ?ng x?? d?*nh cho b?© , can cau oto xuc dat cho be may xuc

j_cool 11-06-2016 09:17 AM

Re: Recording reallifecam.com


 
phuong,

your youtube clip is very interesting, but how about getting secure token from FilmonPlayer.swf ?

You will be able to watch BBC high stream if I get the token.

j_cool 11-07-2016 11:34 AM

Re: Recording reallifecam.com


 
http://stream-recorder.com/forum/sho...0&postcount=20

xanathar 11-07-2016 01:04 PM

Re: Recording reallifecam.com


 
Quote:

Originally Posted by j_cool (Post 88373)
Somebody may try this with rellifecam and post result here

Finally found out how to do it.
For future reference, the solution is to run rtmpsuck(supplied with rtmpdump) on a second computer,
while redirecting rtmp stream traffic on the first computer to the second computer by editing the hosts file.
rtmpsuck acts like a "man-in-the-middle" and intercepts/forwards/captures the rtmp stream data.

http://forums.whirlpool.net.au/archive/1520658

Interesting idea, but I don't really see why we need two computers for this. AFAIK rtmpsuck is already a MITM for the rtmp stream (well a kind of proxy). Actually to use rtmpsuck (As explained in most tutorials) we have to redirect the traffic from port 1935 to a different user. Maybe I don't really understand everything in this method. Anyway this won't help us much regarding the tokens required to record RLC.

Regarding RLC we have what seems to be some sort of tokens. We have to understand how they are used in the flash player. It seems that we can't use them 'raw' and some processing is required. I might be wrong, but some code in the decompiled player seem dedicated to that. I'm not a flash/actionscript programmer so understanding decompiled code is not easy.

To me we have all the network/urls...information needed. The only missing part is the correct tokens.

mckv seemed to be on something when he posted his list of tokens but he disappeared (from this thread at least).

j_cool 11-07-2016 04:50 PM

Re: Recording reallifecam.com


 
xanathar, welcome back.


I did not move one inch with ubuntu after installing it on one of my many ssds.

Next what I would like to do is run rtmpsuck on ubuntu and post result here.

Reading old posts on this forum I see there was a time when rtmpsuck did not work well and KSV patched it.




In windows, on filmon BBC 4 rtmpsuck shows this:

RTMP Proxy Server v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
ERROR: Handshake failed
ERROR: Handshake failed
Closing connection... Closing connection... done!

ERROR: Handshake failed
done!

ERROR: Handshake failed
Closing connection... ERROR: Handshake failed
done!

Closing connection... Closing connection... done!

done!




on reallifecam stream does not appear and rtmpsuck shows this:

RTMP Proxy Server v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935



on ImLive commes half the way and crushes.



I can record free filmon and ImLive streams easily because there is no token,
those extremists from RLC use token for free steams and I know of rtmpsuck only to bypass them.

That guy with 2 computers may had achieved something then, and may be worth trying to replicate,
but how did he run rtmpsuck in windows then when there was no rtmpdumphelper ?
May be easier trying linux than having headache with Microsoft here.

Why rtmpsuck?

MCKV has 100 tokens, none works for umut, and I am far behind you in swf.



In the meantime, something interesting what rtmpdump can do ( content aside ):

rtmpdump -r "rtmp://publish.thewebstream.co/ppv//passionxxx" -W "http://iptv.firestormmedia.tv/flash/player/player.20160518.swf" | "vlc.exe" -

http://stream-recorder.com/forum/sho...57&postcount=2


livestreamer does miracles sometimes too, but not everywhere.

nguyenthanhtam9723 11-07-2016 06:42 PM

Re: Recording reallifecam.com


 
http://caobanlong.org/cach-chon-mua-cao-ban-long-tot/

j_cool 11-07-2016 11:45 PM

Re: Recording reallifecam.com


 
nguyen,

Chinese are settling in Siberia slowly but surely.

Is this about that ? I have something better for you to read:

http://www.france24.com/en/20120928-...iness-tensions


All times are GMT -6. The time now is 09:34 PM.