View Single Post
  #4  
Old 10-20-2011, 11:47 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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


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.
Reply With Quote