Merge branch 'development' into LTS_development
This commit is contained in:
commit
7629b00a4c
10 changed files with 65 additions and 17 deletions
|
@ -328,6 +328,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;
|
||||
|
|
|
@ -1119,7 +1119,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