View Single Post
  #9  
Old 02-26-2013, 01:28 AM
gorilla.maguila gorilla.maguila is offline
Member
 
Join Date: Dec 2012
Posts: 62
gorilla.maguila is on a distinguished road
Default

Re: Help with LiveFlash.tv


Thanks KSV

Code:
 else if (strstr(pageUrl, "liveflash.tv"))
            {
              SAVC(kaskatija);
              enc = pbuf;
              enc = AMF_EncodeString(enc, pend, &av_kaskatija);
              enc = AMF_EncodeNumber(enc, pend, ++r->m_numInvokes);
              *enc++ = AMF_NULL;
              av_Command.av_val = pbuf;
              av_Command.av_len = enc - pbuf;
              SendInvoke(r, &av_Command, FALSE);

              RTMP_SendCreateStream(r);
            }
Reply With Quote