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

Update README #236

Merged
merged 11 commits into from
Nov 14, 2023
Merged

Update README #236

merged 11 commits into from
Nov 14, 2023

Conversation

davidzhao
Copy link
Member

No description provided.

@davidzhao davidzhao requested a review from theomonnom November 10, 2023 00:59
@cs50victor
Copy link
Contributor

cs50victor commented Nov 10, 2023

hey @davidzhao , do you mind if the "Receive video frames of a subscribed track" section of the README is also updated as part of this PR? The README doesn't show the current method of receiving video frames and can be a bit confusing to follow.

possible update ( gotten from the wgpu_room example)

let video_stream = NativeVideoStream::new(rtc_track);
while let Some(frame) = async_handle.block_on(video_sink.next()) {
      ....
      let buffer = frame.buffer.to_i420();
      .....
}

I'm open to helping contribute to this PR or putting up a new one after this one is merged.

@davidzhao
Copy link
Member Author

@cs50victor yeah! I'd welcome your feedback here. Let me know if there's anything you think we should change.

@davidzhao davidzhao merged commit 21e2367 into main Nov 14, 2023
14 checks passed
@davidzhao davidzhao deleted the readme-update branch November 14, 2023 17:37
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

Successfully merging this pull request may close these issues.

3 participants