Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 06-30-2017, 06:04 PM
joejones15 joejones15 is offline
Senior Member
 
Join Date: Mar 2015
Posts: 222
joejones15 is on a distinguished road
Default

How to capture this stream?


Code:
http://www.vipbox.live/rugby/459211/2/jaguaresvs-southern-kings-live-stream-online.html
Reply With Quote
  #2  
Old 06-30-2017, 07:01 PM
cabulo cabulo is offline
Senior Member
 
Join Date: Jan 2017
Posts: 102
cabulo is on a distinguished road
Default

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
Reply With Quote
  #3  
Old 06-30-2017, 07:32 PM
joejones15 joejones15 is offline
Senior Member
 
Join Date: Mar 2015
Posts: 222
joejones15 is on a distinguished road
Default

Re: How to capture this stream?


Is it possible with livestreamer?
Reply With Quote
  #4  
Old 07-01-2017, 03:58 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

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.
Reply With Quote
  #5  
Old 07-27-2017, 11:33 AM
spacechild spacechild is offline
Junior Member
 
Join Date: Apr 2014
Posts: 27
spacechild is on a distinguished road
Default

Re: How to capture this stream?


Quote:
Originally Posted by cabulo View Post
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.

Last edited by spacechild : 07-27-2017 at 02:44 PM.
Reply With Quote
  #6  
Old 07-27-2017, 01:01 PM
cabulo cabulo is offline
Senior Member
 
Join Date: Jan 2017
Posts: 102
cabulo is on a distinguished road
Default

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.
Reply With Quote
  #7  
Old 07-27-2017, 06:33 PM
spacechild spacechild is offline
Junior Member
 
Join Date: Apr 2014
Posts: 27
spacechild is on a distinguished road
Default

Re: How to capture this stream?


Quote:
Originally Posted by cabulo View Post
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.
Reply With Quote
  #8  
Old 07-27-2017, 07:02 PM
cabulo cabulo is offline
Senior Member
 
Join Date: Jan 2017
Posts: 102
cabulo is on a distinguished road
Default

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
Reply With Quote
  #9  
Old 07-27-2017, 11:41 PM
tienhinhconcho2018 tienhinhconcho2018 is offline
Member
 
Join Date: Jun 2017
Posts: 36
tienhinhconcho2018 is on a distinguished road
Default

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
Reply With Quote
  #10  
Old 07-28-2017, 03:10 AM
spacechild spacechild is offline
Junior Member
 
Join Date: Apr 2014
Posts: 27
spacechild is on a distinguished road
Default

Re: How to capture this stream?


Quote:
Originally Posted by cabulo View Post
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
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 01:25 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons