PDA

View Full Version : Dinostream protected by referer


Fran008
10-19-2017, 05:35 AM
Hello eveyone.

I have created a link that, once activated, creates a link to a media container.

1- You access http://futbolgratis.in/referer8.php in a web browser
2- Now you can load the address to the media container from http://jmir.homelinux.com:83/load.php

The problem is that you only can watch that stream if you load the page with curl in php and insert www.dinostream.pw as a referer. I want to do the same thing from LiveStreamsPro... but it does not work.

<item>
<title>Dinostream</title>
<link>$doregex[rtmp]|Referer=http://www.dinostream.pw</link>
<regex>
<name>rtmp</name>
<expres>m3u8:"(.*?)"</expres>
<page>http://jmir.homelinux.com:83/load.php</page>
</regex>
</item>

Does anybody know how to load the stream including the referer? Thanks.