Quote:
Originally Posted by gorilla.maguila
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.