View Single Post
  #5  
Old 10-20-2011, 12:19 PM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

Re: rodom.tv - How to watch live with rtmpdump


Quote:
Originally Posted by KSV View Post
you need to send two http requests before using RTMPdump. it will register your ip address with their rtmp server and you will be allowed to watch.

Pseudo code:
Code:
  $cc   = new cURL();
  $html = $cc->get("http://www.rodom.tv/watch/lnk");

  $cc->headers[] = "Referer: http://www.rodom.tv/watch/lnk";
  $response      = $cc->get("http://www.rodom.tv/watch/index.php?option=com_watchtv&view=template&r=13191300781054893&cm=lnk");
if it returns notmember instead of notlogged try after changing your ip.
Is it your script ? How could I implement this in my batchfile with RTMPdump?
Reply With Quote