mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
audio injector requires two UUIDs
This commit is contained in:
parent
4fe2e25bf0
commit
b3909da5f0
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ void AudioInjector::injectAudio(UDPSocket* injectorSocket, sockaddr* destination
|
|||
|
||||
// calculate the number of bytes required for additional data
|
||||
int leadingBytes = numBytesForPacketHeader((unsigned char*) &PACKET_TYPE_INJECT_AUDIO)
|
||||
+ NUM_BYTES_RFC4122_UUID
|
||||
+ NUM_BYTES_RFC4122_UUID
|
||||
+ sizeof(_position)
|
||||
+ sizeof(_orientation)
|
||||
|
|
Loading…
Reference in a new issue