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

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

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

iamsumit 12-14-2015 09:58 PM

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!

-D3n1s- 12-15-2015 04:38 AM

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


 
You need something like this for your OS



Or this:


iamsumit 12-15-2015 07:20 AM

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!

biezom 12-15-2015 08:09 AM

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


 
Quote:

Originally Posted by iamsumit (Post 81695)
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>


iamsumit 12-15-2015 08:32 AM

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. ;-)

-D3n1s- 12-15-2015 09:39 AM

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


 
Quote:

Originally Posted by iamsumit (Post 81695)
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

iamsumit 12-15-2015 10:38 AM

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 :-))

iamsumit 12-15-2015 11:14 AM

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.


All times are GMT -6. The time now is 07:30 AM.