Quote:
Originally Posted by iamsumit
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>