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

[bug] Sometimes Camera track is not published #639

Open
scognito opened this issue Nov 18, 2024 · 0 comments
Open

[bug] Sometimes Camera track is not published #639

scognito opened this issue Nov 18, 2024 · 0 comments

Comments

@scognito
Copy link

Describe the bug
On Web and Linux version, sometimes the camera stream from the caller is not started.

To Reproduce
It happens at least 1/20 of times. Just make a call

Expected behavior
The camera Stream should start

Platform information
Web, Linux

  • Flutter version: 3.24.3
  • Plugin version: 2.3.0
  • Flutter target OS: Web/Linux
  • Flutter target OS version:
  • Flutter console log:

What we see from the livekit dashboard is that we request the track

{"track_source":"CAMERA","track_id":"TR_VCWAaU3i22kSnW","participant_id":"PA_NkcCapD5jpzo","participant_identity":"QA Test Panel","event":"TRACK_PUBLISH_REQUESTED","time_stamp":"2024-11-18T12:51:44.408187Z"}

But we don't get a published log entry, like this one:
{"track_source":"CAMERA","track_id":"TR_VC4QFrx3yMbgu5","participant_id":"PA_AVibCzpWzZCK","participant_identity":"QA Test Panel","event":"TRACK_PUBLISHED","time_stamp":"2024-11-18T13:31:18.000621Z"}

Is there a way to understand why it is not published?

Thanks

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

1 participant