Fixes and improvements to generic push-input handling
This commit is contained in:
parent
7b1652498b
commit
5e2b29466b
5 changed files with 6 additions and 4 deletions
|
@ -198,6 +198,7 @@ namespace Mist{
|
|||
if (nProxy.userClient.getData()){
|
||||
nProxy.userClient.finish();
|
||||
}
|
||||
nProxy.streamName = streamName;
|
||||
char userPageName[NAME_BUFFER_SIZE];
|
||||
snprintf(userPageName, NAME_BUFFER_SIZE, SHM_USERS, streamName.c_str());
|
||||
unsigned int attempts = 0;
|
||||
|
|
|
@ -927,7 +927,6 @@ namespace Mist {
|
|||
snprintf(userPageName, NAME_BUFFER_SIZE, SHM_USERS, streamName.c_str());
|
||||
nProxy.userClient = IPC::sharedClient(userPageName, PLAY_EX_SIZE, true);
|
||||
}
|
||||
nProxy.streamName = streamName;
|
||||
bufferLivePacket(thisPacket);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue