mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-09 18:15:40 +00:00
[obs] add delay to fix startup
this delay is needed to allow the host clock to change so we can validate the session.
This commit is contained in:
parent
240d0ff263
commit
dc3e89e65c
2 changed files with 5 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
B1-202-g3b47a4113f+1
|
B1-203-g240d0ff263+1
|
2
obs/lg.c
2
obs/lg.c
|
@ -175,6 +175,8 @@ static void lgUpdate(void * data, obs_data_t * settings)
|
||||||
!= LGMP_OK)
|
!= LGMP_OK)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
usleep(200000);
|
||||||
|
|
||||||
if (lgmpClientSessionInit(this->lgmp, &udataSize, (uint8_t **)&udata)
|
if (lgmpClientSessionInit(this->lgmp, &udataSize, (uint8_t **)&udata)
|
||||||
!= LGMP_OK)
|
!= LGMP_OK)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue