掌握 Webrtc 第一部分 - 实时视频、点对点
Mastering Webrtc Part 1 - Real-Time Video, Peer-To-Peer
- 1 - Course Overview
- 3 - Getting the codebase for a specific video
- 4 - Housekeeping How I code
- 5 - What is webRTC and what does it do
- 6 - But its 2023 Why would I use webRTC over an SDK Zoom
- 7 - Project file setup
- 8 - getUserMedia where everything starts
- 9 - Play the feed getTracks and MediaStreamTracks
- 10 - A few UI updates
- 11 - Constraints overview getSupportedConstraints and getCapabilities
- 12 - Changing resolution framerate aspect ratio applyConstraints
- 13 - Recording a feed MediaRecorder and webRTC
- 14 - Update buttons
- 15 - Capturing the screen
- 16 - Getting available inputoutputs with enumerateDevices
- 17 - Loading up inputoutput options
- 18 - Course WrapUp video