HTTP Adap fix
This commit is contained in:
parent
eebc187513
commit
ea7f18c3fb
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ namespace Connector_HTTP{
|
|||
}
|
||||
}
|
||||
if (tag.isKeyframe){
|
||||
if (FlashBuf != ""){
|
||||
if (FlashBuf != "" && !FlashFirstVideo && !FlashFirstAudio){
|
||||
Flash_FragBuffer.push(FlashBuf);
|
||||
#if DEBUG >= 4
|
||||
fprintf(stderr, "Received a fragment. Now %i in buffer.\n", (int)Flash_FragBuffer.size());
|
||||
|
|
Loading…
Add table
Reference in a new issue