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

publish video track only displays TRACK_PUBLISH_REQUESTED but no TRACK_PUBLISHED #422

Open
Thintin914 opened this issue Sep 4, 2024 Discussed in #421 · 1 comment
Open

Comments

@Thintin914
Copy link

Thintin914 commented Sep 4, 2024

Hello I want to publish my camera to video track. Here's a short video of what I'm working on:
https://share.cleanshot.com/3DPjqSgf

After I called room.local_participant().publish_track(), the room event received LocalTrackPublished event. And Livekit dashboard received TRACK_PUBLISH_REQUESTED event.

I found post about this issue here:
https://app.slack.com/client/T01KVSV78P7/C048FRL1N2C
It suggested that my client didn't send media packets at all.

But I did call rtc_source.capture_frame(&*video_frame); after the video track is published.
Please help.

Project here:
https://github.com/Thintin914/shalloville_public
Go to src/networking/rtc/video/mod.rs to see the code.

@Thintin914
Copy link
Author

Related code here:
#421 (comment)

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