Two small fixes to repair rtmp re-pushing
This commit is contained in:
parent
1a3c23d5d7
commit
fefd0e2f6f
2 changed files with 2 additions and 0 deletions
|
@ -777,6 +777,7 @@ namespace Mist {
|
|||
counter++;
|
||||
if (counter > 8){
|
||||
sending = true;
|
||||
myMeta = meta_out;
|
||||
negotiatePushTracks();
|
||||
for (std::deque<JSON::Value>::iterator it = preBuf.begin(); it != preBuf.end(); it++){
|
||||
bufferPacket((*it));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue