Nog een poging...
This commit is contained in:
parent
a0cf9af7e2
commit
afa3a46a9b
1 changed files with 3 additions and 0 deletions
|
@ -131,6 +131,9 @@ int main(){
|
||||||
FLVbuffer[6] = ftst % 256;
|
FLVbuffer[6] = ftst % 256;
|
||||||
}
|
}
|
||||||
SendMedia((unsigned char)FLVbuffer[0], (unsigned char *)FLVbuffer+11, FLV_len-15, ts);
|
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
|
FLV_Dump();//dump packet and get ready for next
|
||||||
}
|
}
|
||||||
if ((SWBerr != SWBaseSocket::ok) && (SWBerr != SWBaseSocket::notReady)){
|
if ((SWBerr != SWBaseSocket::ok) && (SWBerr != SWBaseSocket::notReady)){
|
||||||
|
|
Loading…
Add table
Reference in a new issue