Completed
Connecting the WebCam
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build a Rust WebAssembly Frontend App With Yew
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What We'll Build yew vp9 video streaming app
- 3 Setup
- 4 Creating basic yew app structure
- 5 Running bare-bones app
- 6 How to call browser javascript frameworks from rust
- 7 Creating the skeleton of the yew app
- 8 Running the skeleton app
- 9 Connecting the WebCam
- 10 Testing Webcam with the Browser
- 11 Setting up the VP9 WebCodec Encoder
- 12 Things go sideways!! installing local libraries via cargo patch
- 13 Setting up the VP9 Encoder Part 2
- 14 Testing VP9 Encoding with the browser
- 15 Communicating Producer and Consumer using get_context
- 16 Connecting the Consumer to the Context
- 17 Debugging
- 18 Demo and Conclusions