View Single Post
  #1  
Old 10-19-2017, 05:35 AM
Fran008 Fran008 is offline
Junior Member
 
Join Date: Oct 2017
Posts: 1
Fran008 is on a distinguished road
Default

Dinostream protected by referer


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.

Last edited by Fran008 : 10-19-2017 at 09:28 AM.
Reply With Quote