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 > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 12-14-2015, 10:58 PM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

Is it possible to download when pageURL and Referer are protected?


Hi,

Is it possible to download from the below site?
The problem i am facing is that both page and referer urls are redirecting to protected sites. They say the stream is protected.

Site-
http://cdn8.crichd.in/star-sports-2-live-streaming

Referer - http://biggestplayer.me/streamcrjeje...620&height=490

page - http://theactionlive.com/livegamecr2... 0&stretching=

As a result, the below regex doesn't work -
Code:
<item>
<title>Star Sports 1 HTTP Regex</title>
<link>http://178.18.31.64:8081/liverepeater/201767/playlist.m3u8?wmsAuthSign=$doregex[getwmsAuthSign]</link>
<regex>
<name>getwmsAuthSign</name>
<expres>.file:"(.*?)"</expres>
<page>http://theactionlive.com/livegamecr2.php?id=starsports1&width=620&height=490&stretching=</page>
<referer>http://biggestplayer.me/streamcrjeje.php?id=201767&width=620&height=490</referer>
<agent>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36</agent>
<cookieJar></cookieJar>
</regex>
Can anybody help?
Thanks a bunch!
Reply With Quote
  #2  
Old 12-15-2015, 05:38 AM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: Is it possible to download when pageURL and Referer are protected?


You need something like this for your OS



Or this:

Reply With Quote
  #3  
Old 12-15-2015, 08:20 AM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

Re: Is it possible to download when pageURL and Referer are protected?


Looks good.
What are these called bro? Are these self-coded by you? :-)

I sometimes feel most of the rtmpdump stuffs are only available for windows, refreshing to see these for mac!

Going mad trying to understand how to sniff the parameters. Right now stuck with rtmpsuck :-(
I understand i can sniff urls more efficiently using rtmpsuck than wireshark.

Anyways, let me know if you want to share these tools info. Thanks bro. you have already helped a lot to get me started!
Reply With Quote
  #4  
Old 12-15-2015, 09:09 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Is it possible to download when pageURL and Referer are protected?


Quote:
Originally Posted by iamsumit View Post
Looks good.
What are these called bro? Are these self-coded by you? :-)

I sometimes feel most of the rtmpdump stuffs are only available for windows, refreshing to see these for mac!

Going mad trying to understand how to sniff the parameters. Right now stuck with rtmpsuck :-(
I understand i can sniff urls more efficiently using rtmpsuck than wireshark.

Anyways, let me know if you want to share these tools info. Thanks bro. you have already helped a lot to get me started!
hi

try this

Code:
<item>
<title>http://cdn8.crichd.in/star-sports-2-live-streaming</title>
<link>$doregex[get-m3u8]</link>

<regex>
<name>get-m3u8</name>
<expres>file: "(.*?)"</expres>
<page>http://biggestplayer.me/streamcrjeje.php?id=$doregex[get-id]</page>
<referer>http://theactionlive.com/</referer>
</regex>

<regex>
<name>get-id</name>
<expres>id='(.*?)'</expres>
<page>http://theactionlive.com/livegamecr2.php?id=starsports2</page>
<referer>http://cricfree.sx/update/starsports2.php</referer>
<agent>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36</agent>
</regex>
</item>
Reply With Quote
  #5  
Old 12-15-2015, 09:32 AM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

Re: Is it possible to download when pageURL and Referer are protected?


Thanks man. It worked!!
I knew i was mixing up the page and referer. Any tips to not mix them? rtmpsuck? Or the tools that Denis showed?
Anyways, thanks so so much to you! been stuck on this for hours now. ;-)
Reply With Quote
  #6  
Old 12-15-2015, 10:39 AM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: Is it possible to download when pageURL and Referer are protected?


Quote:
Originally Posted by iamsumit View Post
Looks good.
What are these called bro? Are these self-coded by you? :-)

I sometimes feel most of the rtmpdump stuffs are only available for windows, refreshing to see these for mac!

Going mad trying to understand how to sniff the parameters. Right now stuck with rtmpsuck :-(
I understand i can sniff urls more efficiently using rtmpsuck than wireshark.

Anyways, let me know if you want to share these tools info. Thanks bro. you have already helped a lot to get me started!
You can find some apps and scripts here:

Code:
http://www.streamhub.hk/forum/showthread.php?182-Swiss-TV-%28German-French-Italian-English%29-Thanks-to-D_M_W
Code:
http://www.streamhub.hk/forum/showthread.php?285-Borg-TV
Code:
http://streameo.altervista.org/forum/
Code:
http://www.kerman.hr/forum/index.php?topic=17946.0
Reply With Quote
  #7  
Old 12-15-2015, 11:38 AM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

Re: Is it possible to download when pageURL and Referer are protected?


Wow! amazing list. Let me get back to you on this once i have tried some of them :-))
Reply With Quote
  #8  
Old 12-15-2015, 12:14 PM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

Re: Is it possible to download when pageURL and Referer are protected?


Hmmmm...
just saw a couple of them -
How to run SwissTV/Script Loader in Mac? i tried curl instead of wget command on that page, but doesnt work.
Also saw the 1st two playlists/playlist player from your massive list, but they only seem to have windows executable files etc.
I will look at more of them as and when i get more time

But i guess my main question is how do you run these things on mac? Or only a few of these are mac compatible?
Thanks once again bud..

P.S.- page source is what i was looking for but seems like the link is deprecated. Can you re-upload. Thanks.

Last edited by iamsumit : 12-15-2015 at 02:09 PM.
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 09:21 AM.


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