Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incoming video stream error and freeze #12

Open
AdamBuchweitz opened this issue Jul 20, 2023 · 2 comments
Open

Incoming video stream error and freeze #12

AdamBuchweitz opened this issue Jul 20, 2023 · 2 comments

Comments

@AdamBuchweitz
Copy link

After I connect to a room with an incoming video stream I receive this error. Immediately, or shortly after, the video stream freezes.

ArgumentException: An item with the same key has already been added. Key: TR_AMYztorQqvg26S
System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) (at <6aa56e57ab504395b555cf3ed50fa53d>:0)
System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) (at <6aa56e57ab504395b555cf3ed50fa53d>:0)
LiveKit.Room.OnEventReceived (LiveKit.Proto.RoomEvent e) (at ./Library/PackageCache/io.livekit.livekit-sdk@60ae9e2e41/Runtime/Scripts/Room.cs:94)
LiveKit.Internal.FfiClient+<>c.<FFICallback>b__33_0 (System.Object resp) (at ./Library/PackageCache/io.livekit.livekit-sdk@60ae9e2e41/Runtime/Scripts/Internal/FFIClient.cs:149)
@FabienDanieau
Copy link

Same here

@burakkaraceylan
Copy link

burakkaraceylan commented Jan 16, 2024

Freezing happens after around 10 seconds. The VideoStreamEvent messages stop coming. AudioStreamEvent messages keep flowing. There are no errors on the server side. Error happens on both Macbook Pro M3 and Windows 11, editor and builds. Unity version 2021.3.9f1

Also opened an issue on rust-sdk repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants