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