Avatar apply stream data error: "ovrAvatar2Streaming_DeserializeRecording failed with NotFound"
Hi I am trying to synchronize avatar poses over the network. For this I send the byte array I get from OvrAvatarEntity.RecordStreamData_AutoBuffer(lod, ref tempArray); When I try to apply this to the avatar with OvrAvatarEntity.ApplyStreamData(in slice) I get the error: "[ovrAvatar2 OvrAvatarAPI_Streaming] Operation (ovrAvatar2Streaming_DeserializeRecording) failed with result (NotFound)". This seems to be because the result returned from this external call ovrAvatar2Streaming_DeserializeRecording(entityId, sourceBuffer, bytes) to the oculus api on line 87 in OvrAvatarAPI_Streaming.cs is NotFound. Does anybody know what this result code means or what could cause it? As far as I can tell my byte array gets transferred correctly and the entityId is set as well.2.6KViews1like3Comments