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

Re: yycast new security & still problem


Ok I've just found one site. Just add this on rtmp.c or if you don't know where to put it you'd better wait for some to release a new compiled version

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