View Single Post
  #236  
Old 07-17-2014, 12:08 AM
RedPenguin RedPenguin is offline
Member
 
Join Date: Feb 2012
Posts: 85
RedPenguin is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by gorilla.maguila View Post
Another clone:

Code:
else if (strstr(pageUrl, "streamify.tv"))
{
     SendCommand(r, "keGoVidishStambolSoseBardovci", TRUE);
     RTMP_SendCreateStream(r);
}
Exact same command but for the server "zenex.tv". (Must be a clone).

else if (strstr(pageUrl, "zenex.tv"))
{
SendCommand(r, "keGoVidishStambolSoseBardovci", TRUE);
RTMP_SendCreateStream(r);
}

EDIT: For some reason right now the server works without this command but I clearly seen it being sent via Wireshark when I played a channel from it.

Last edited by RedPenguin : 07-17-2014 at 12:40 AM.
Reply With Quote