Added stream status shared memory page (temporary system)
This commit is contained in:
parent
76b5a91da6
commit
25699ef8b2
6 changed files with 27 additions and 0 deletions
|
@ -394,6 +394,7 @@ namespace Mist {
|
|||
}
|
||||
}
|
||||
updateMeta();
|
||||
if (streamStatus){streamStatus.mapped[0] = hasPush ? STRMSTAT_READY : STRMSTAT_WAIT;}
|
||||
static bool everHadPush = false;
|
||||
if (hasPush) {
|
||||
hasPush = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue