View Single Post
  #152  
Old 09-12-2013, 10:37 AM
gorilla.maguila gorilla.maguila is offline
Member
 
Join Date: Dec 2012
Posts: 62
gorilla.maguila is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


@KSV

Please add this:

Code:
else if (strstr(pageUrl, "yycast.com"))
{
 SendCommand(r, "trajkoProkopiev", TRUE);
 RTMP_SendCreateStream(r);
}
Reply With Quote