Nog een poging...

This commit is contained in:
Thulinma 2010-11-08 00:00:42 +01:00
parent a0cf9af7e2
commit afa3a46a9b

View file

@ -131,6 +131,9 @@ int main(){
FLVbuffer[6] = ftst % 256;
}
SendMedia((unsigned char)FLVbuffer[0], (unsigned char *)FLVbuffer+11, FLV_len-15, ts);
#ifdef DEBUG
fprintf(stderr, "Sent a tag.\n");
#endif
FLV_Dump();//dump packet and get ready for next
}
if ((SWBerr != SWBaseSocket::ok) && (SWBerr != SWBaseSocket::notReady)){