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

How to capture this stream?

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

joejones15 06-30-2017 05:04 PM

How to capture this stream?


 
Code:

http://www.vipbox.live/rugby/459211/2/jaguaresvs-southern-kings-live-stream-online.html

cabulo 06-30-2017 06:01 PM

Re: How to capture this stream?


 
starting from here..


rtmpdump -r "rtmp://89.248.163.3:1935/zmtvliveme/"
-a "zmtvliveme/"
-f "WIN 26,0,0,131"
-W "http://static.zoomtv.me/player/7.12/jwplayer.flash.swf"
-p "http://www.zoomtv.me/embed.php?v=rugby1"
-C S:c1uaf4t0kG
-C S:1498867004
-C S:76efe74317144283d493fd0b8c2a8c9c
-C S:V>JWhui^@2ESdu0?}>AN
--live
-y "c1uaf4t0kG"
-o "2017-07-01_12-56-41_c1uaf4t0kG.flv"


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
WARNING: Trying different position for client digest!
Processing connect
app : zmtvliveme/
flashVer : WIN 26,0,0,131
swfUrl : http://static.zoomtv.me/player/7.12/jwplayer.flash.swf
tcUrl : rtmp://89.248.163.3:1935/zmtvliveme/
pageUrl : http://www.zoomtv.me/embed.php?v=rugby1
live : yes
Playpath : c1uaf4t0kG
Saving as : 2017-07-01_12-56-41_c1uaf4t0kG.flv
INFO: Metadata:
INFO: duration 0.00
INFO: width 640.00
INFO: height 360.00
INFO: videodatarate 781.25
INFO: framerate 25.00
INFO: videocodecid 7.00
INFO: audiodatarate 39.06
INFO: audiosamplerate 22050.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 10.00
INFO: comment Jaguares
INFO: encoder Lavf57.71.100
INFO: filesize 0.00
WARNING: ignoring too small audio packet: size: 0

joejones15 06-30-2017 06:32 PM

Re: How to capture this stream?


 
Is it possible with livestreamer?

j_cool 07-01-2017 02:58 AM

Re: How to capture this stream?


 
I heard from beardypig that ffmpeg and rtmpdump open rtmp streams in different ways.
Who knows how livestreamer/streamlink work here.
See if it works with rtmpdump, and if it does you know your parameters are right.
Then try with livestreamer. You must use librtmp parameters with livestreamer, like with ffmpeg.

spacechild 07-27-2017 10:33 AM

Re: How to capture this stream?


 
Quote:

Originally Posted by cabulo (Post 92408)
starting from here..


rtmpdump -r "rtmp://89.248.163.3:1935/zmtvliveme/"
-a "zmtvliveme/"
-f "WIN 26,0,0,131"
-W "http://static.zoomtv.me/player/7.12/jwplayer.flash.swf"
-p "http://www.zoomtv.me/embed.php?v=rugby1"
-C S:c1uaf4t0kG
-C S:1498867004
-C S:76efe74317144283d493fd0b8c2a8c9c
-C S:V>JWhui^@2ESdu0?}>AN
--live
-y "c1uaf4t0kG"
-o "2017-07-01_12-56-41_c1uaf4t0kG.flv"


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
WARNING: Trying different position for client digest!
Processing connect
app : zmtvliveme/
flashVer : WIN 26,0,0,131
swfUrl : http://static.zoomtv.me/player/7.12/jwplayer.flash.swf
tcUrl : rtmp://89.248.163.3:1935/zmtvliveme/
pageUrl : http://www.zoomtv.me/embed.php?v=rugby1
live : yes
Playpath : c1uaf4t0kG
Saving as : 2017-07-01_12-56-41_c1uaf4t0kG.flv
INFO: Metadata:
INFO: duration 0.00
INFO: width 640.00
INFO: height 360.00
INFO: videodatarate 781.25
INFO: framerate 25.00
INFO: videocodecid 7.00
INFO: audiodatarate 39.06
INFO: audiosamplerate 22050.00
INFO: audiosamplesize 16.00
INFO: stereo TRUE
INFO: audiocodecid 10.00
INFO: comment Jaguares
INFO: encoder Lavf57.71.100
INFO: filesize 0.00
WARNING: ignoring too small audio packet: size: 0


There must be some token issue I can't still figure out: since Zoom TV have updated their swf player (from 6.7.4 to 7.1.2), the old token -T "Q!lrB@G1)ww(-dQ4J4" is not working anymore, although - from the page regex - it seems to be still the same.

Maybe the old token has been replaced with a new obfuscated one. If so, I hope someone will be able to find it out.

cabulo 07-27-2017 12:01 PM

Re: How to capture this stream?


 
I found these urls with HLS Stream Detector:

Code:

http://www.nbastreams.me/american-football/158520/1/espn-live-stream-online.html

http://ak-hls-brs-espn1.espn.go.com/hls/live/218616/p/espn1-p.m3u8
http://ak-hls-brs-espn1.espn.go.com/hls/live/218616/p/espn1-p-200/espn1-p-200.m3u8
http://ak-hls-brs-espn1.espn.go.com/hls/live/218616/p/espn1-p-1200/espn1-p-1200.m3u8
http://ak-hls-brs-espn1.espn.go.com/hls/live/218616/p/espn1-p-3500/espn1-p-3500.m3u8
http://ak-hls-brs-espn1.espn.go.com/hls/live/218616/p/espn1-p-4500/espn1-p-4500.m3u8

There are many channels on that website, I am not sure if all streams are working in the same way.

By the way, drop me a pm if you have a clue how could I find secure token on cams.com.

Cheers,

cabulo.

spacechild 07-27-2017 05:33 PM

Re: How to capture this stream?


 
Quote:

Originally Posted by cabulo (Post 93066)
I found these urls with HLS Stream Detector:

Code:

http://www.nbastreams.me/american-football/158520/1/espn-live-stream-online.html

http://ak-hls-brs-espn1.espn.go.com/hls/live/218616/p/espn1-p.m3u8
http://ak-hls-brs-espn1.espn.go.com/hls/live/218616/p/espn1-p-200/espn1-p-200.m3u8
http://ak-hls-brs-espn1.espn.go.com/hls/live/218616/p/espn1-p-1200/espn1-p-1200.m3u8
http://ak-hls-brs-espn1.espn.go.com/hls/live/218616/p/espn1-p-3500/espn1-p-3500.m3u8
http://ak-hls-brs-espn1.espn.go.com/hls/live/218616/p/espn1-p-4500/espn1-p-4500.m3u8

There are many channels on that website, I am not sure if all streams are working in the same way.

By the way, drop me a pm if you have a clue how could I find secure token on cams.com.

Cheers,

cabulo.

As far as I can see, cams.com has no secure token.
To catch rtmp streams from that site is very simple.
You don't even need rtmpdump.

Just put on VLC the rtmp stream in the following mode:

rtmp://208.88.182.5/cams/[model]/[model]

where [model] is the name of the girl you want to see

Then set your VLC player on "loop" mode, and here you are.

cabulo 07-27-2017 06:02 PM

Re: How to capture this stream?


 
I am after slight variety about what to see on cams.com,

there is no token on "free" shows, may be on "private" shows.

You are interested in cams as much as I am interested in football,
but I thought maybe there is some similarity between how you get your football token
and about how to get my peep-show token.


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

tienhinhconcho2018 07-27-2017 10:41 PM

Re: How to capture this stream?


 
H??n 400 t?*u b?¨ cá»§a Quá??ng Trị Ä‘?? v?*o khu neo Ä‘á?*u an to?*n Ä‘á»? tr??nh b??o

I. Nhiá»?u v??ng H?* TÄ©nh lo ngá??i l?© qu?©t, sá??t lá»? Ä‘á??t khi b??o số 4 đổ bá»™

Ä??°á»?ng Ä‘i cá»§a c??n b??o số 4Trong 24 Ä‘á??n 48 giá»? tiá??p theo, b??o số 4 di chuyá»?n đốn theo h?°á»›ng T??y, má»—i giá»? Ä‘i Ä‘?°á»?c khoá??ng 15km, Ä‘i v?*o Ä‘á??t liá»?n c??c tỉnh từ Nghệ An Ä‘á??n Quá??ng B?¬nh v?* suy yá??u th?*nh ??p thá??p nhiệt đới, sau Ä‘?? ??p thá??p nhiệt đới n?*y Ä‘á??u Ä‘i s??u v?*o lá»?c địa v?* suy yá??u th?*nh má»™t v??ng thá??p tr??n khu vá»±c Trung L?*o.

Ä?á??n 4 giá»? ng?*y 26/7, vị tr?* t??m ??p thá??p nhiệt đới tr??n khu vá»±c bi??n c?°??ng Việt-L?*o. Ä?á»? chá»§ động trong gian m?°a b??o, BCH PCTT&TKCN tỉnh y??u cá?§u BCH PCTT&TKCN c??c huyện, thị x??, c??c sá»? ban ng?*nh tÄ?ng c?°á»?ng tuy??n truyá»?n, truyá»?n th?´ng á»? c??c v??ng cá»*a s?´ng, c??c s?´ng suối, há?? du v??ng Ä‘á?§m ph??, v??ng tr?©ng hoa hồng má?? v?*ng Ä‘á»? quá?§n ch??ng biá??t chá»§ động ph??ng tr??nh. Sá»± việc c?*ng nghi??m trá»?ng h??n khi má»›i Ä‘??y, hai đối t??c cá»§a HDTC l?* LVC v?* P&D bị T??a ??n H?*n Quốc tuy??n bố vá»? ná»?. Khi hệ thống Ä‘?°á»?c Ä‘?°a v?*o sá»* dá»?ng, m??y sá?? vừa b??m vừa lá»?c t??ch r??c tá»± động, b??m Ä‘?°á»?c á»? cá?? thá??y khu vá»±c c?? m?´i tr?°á»?ng khá??c nghiệt nh?° triá»?u c?°á»?ng d??ng cao, trong cống c?? nhiá»?u tá??p chá??t Ä‘á??t Ä‘??. Huá?? ngá?*p s??u trong n?°á»›c

http://hoahong24k.com/hoa-hong-ma-vang

spacechild 07-28-2017 02:10 AM

Re: How to capture this stream?


 
Quote:

Originally Posted by cabulo (Post 93075)
I am after slight variety about what to see on cams.com,

there is no token on "free" shows, may be on "private" shows.

You are interested in cams as much as I am interested in football,
but I thought maybe there is some similarity between how you get your football token
and about how to get my peep-show token.


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

I agree! Anyway, if cams.com uses the same swf (https://secureimage.securedataimages...ewer_4_0_8.swf) for all the shows (public and private), this makes me think there would be no secure rtmp token in any cases.

What might change - for private shows - would be some additional hash parameters related to the user's login credentials.

In this case - a work of regex (through wget or curl) - could be enough to get the additional parameter and pipe out the private stream to any players ;)

spacechild 07-28-2017 02:32 AM

Re: How to capture this stream?


 
Quote:

Originally Posted by joejones15 (Post 92409)
Is it possible with livestreamer?

If you just insert the parameters displayed by rtmpsuck (and shown in the screenshot above), the answer is no.

I'm afraid there must be some new obfuscated token for this kind of streams.
I'm also trying to find out a new solution on vipbox streams, as even the Kodi plugin "SportsDevil" is failing to pipe them out.

I hope someone will be able to provide a valid help ;)

cabulo 07-28-2017 03:26 AM

Re: How to capture this stream?


 
I haven't read before about regex (through wget or curl) way of getting parameters.

What should I read as a guidance or tutorial? Any link?

If you look at parameters from link I posted that was what I got from command.txt
from one "private" I joined that was already running on cams.com. 2$ per minute.

I was surprised how little difference there was between "free" and "private" parameters.

In some other type of show I paid about 2$ to get cloudy film lifted to see
clear view and that was 2$ for the whole length of the show.

There I found that they changed -y and it looked like from model's name
-y "model" to something like -y "sqr99z2kl0"

It would be interesting to learn how they do that.

I would never had got -y "sqr99z2kl0" hadn't I ivested 2$, and looked at it
one time only. There are only few models offering that deal.

What is interesting is when you change some of characters in string sqr99z2kl0
https://www.base64decode.org/ always returns the same, equality sign (=)

This is how painful it would be to get this wihout 2$, if they don't do that on "private"
must be still harder for "private", however simple it looks from outside.

If I get some very specific detail I'll send you PM.

cabulo 07-28-2017 03:36 AM

Re: How to capture this stream?


 
And yes,

somebody is more likely to come with the solution for football than for peep-show.


All times are GMT -6. The time now is 06:48 AM.