PREMIUM ACCOUNTS

Support downtopc by buying or renewing your premium account using below links:







Partners
warezload

movieblogarea download
katzdownload

Udemy Mastering webRTC real time video and screen share

Category: Courses / Others
Author: AD-TEAM
Date added: 21.01.2024 :46:11
Views: 2
Comments: 0










Description material

Udemy Mastering webRTC real time video and screen share


Download Free Download : Udemy Mastering webRTC real time video and screen share
mp4 | Video: h264,1920X1080 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:8.65 GB


Files Included :

1 - Introduction.mp4 (23.29 MB)
MP4
3 - Getting the codebase for a specific video.mp4 (61.11 MB)
MP4
4 - How I code.mp4 (23.8 MB)
MP4
5 - What is webRTC and what does it do.mp4 (27.38 MB)
MP4
6 - But its 2023 Why would I use webRTC over an SDK Zoom.mp4 (11.17 MB)
MP4
10 - A few UI updates.mp4 (121.3 MB)
MP4
11 - Constraints overview getSupportedConstraints and getCapabilities.mp4 (137.93 MB)
MP4
12 - Changing resolution framerate aspect ratio applyConstraints.mp4 (126.87 MB)
MP4
13 - Recording a feed MediaRecorder and webRTC.mp4 (179.63 MB)
MP4
14 - Update buttons.mp4 (63.72 MB)
MP4
15 - Capturing the screen.mp4 (151.64 MB)
MP4
16 - Getting available inputoutputs with enumerateDevices.mp4 (133.5 MB)
MP4
17 - Loading up inputoutput options.mp4 (147.54 MB)
MP4
7 - Project file setup.mp4 (17.54 MB)
MP4
8 - getUserMedia where everything starts.mp4 (155.27 MB)
MP4
9 - Play the feed getTracks and MediaStreamTracks.mp4 (109.7 MB)
MP4
18 - Section Demo Overview.mp4 (115.45 MB)
MP4
19 - rtcPeerConnection and signaling.mp4 (36.49 MB)
MP4
20 - Signaling Part 1 SDP.mp4 (16.6 MB)
MP4
21 - Signaling Part 2 ICE and STUN.mp4 (43.46 MB)
MP4
22 - File Structure.mp4 (56.07 MB)
MP4
23 - local RTC.mp4 (123.8 MB)
MP4
24 - setLocalDescription.mp4 (41.28 MB)
MP4
25 - Socketio and HTTPS setup.mp4 (72.35 MB)
MP4
26 - Connection TaskList.mp4 (30.86 MB)
MP4
27 - Connection TaskList part 2.mp4 (101.18 MB)
MP4
28 - emit newOffer.mp4 (73.55 MB)
MP4
29 - Emit iceCandidates.mp4 (82.12 MB)
MP4
30 - Load existing and new offers on all clients.mp4 (79.92 MB)
MP4
31 - Create answer.mp4 (86.19 MB)
MP4
32 - Error handling the signaling process.mp4 (73.29 MB)
MP4
33 - Emitting answer.mp4 (75.39 MB)
MP4
34 - Listening for answer and setRemoteDescriptionanswer.mp4 (69.84 MB)
MP4
35 - Apply ICE candidates Part 1.mp4 (83.35 MB)
MP4
36 - Apply ICE candidates Part 2.mp4 (54.93 MB)
MP4
37 - Add tracks from remote peer MAGIC.mp4 (66.74 MB)
MP4
38 - Loading on another device on the same network.mp4 (35.06 MB)
MP4
39 - Project Demo.mp4 (46.11 MB)
MP4
40 - Project Structure and Frontend Setup.mp4 (29.14 MB)
MP4
41 - Backend Setup.mp4 (56.28 MB)
MP4
42 - Creating a JWT link to simulate scheduling.mp4 (71.95 MB)
MP4
43 - Add ReactRouter for our frontend.mp4 (38.97 MB)
MP4
44 - Setup JoinVideo route and get the decoded data in React.mp4 (63.34 MB)
MP4
45 - Add starting components.mp4 (75.7 MB)
MP4
46 - Wire up redux and make callStatus reducer.mp4 (56.79 MB)
MP4
47 - Add action buttons bootstrap and fontawesome.mp4 (68.22 MB)
MP4
48 - getUserMedia and store the stream in redux.mp4 (76.71 MB)
MP4
49 - Create peerConnection and store it in redux.mp4 (53.75 MB)
MP4
50 - Thinking through where our functions belong a few bug fixes.mp4 (61.73 MB)
MP4
51 - Abstracting the Video and Audio buttons.mp4 (79 MB)
MP4
52 - Adding the local video feed.mp4 (91.21 MB)
MP4
53 - Add our tracks to the peerConnection.mp4 (71.42 MB)
MP4
54 - Enable and disable mute the local video feed.mp4 (64.85 MB)
MP4
55 - Display local video inputs camera options.mp4 (105.96 MB)
MP4
56 - Set new video device on select.mp4 (73.15 MB)
MP4
57 - replaceTracks.mp4 (84.6 MB)
MP4
58 - Abstract DropDown component.mp4 (27.28 MB)
MP4
59 - Set up AudioButton component.mp4 (104.32 MB)
MP4
60 - Switch Audio Input and Output Devices.mp4 (111.52 MB)
MP4
61 - Start mute unmute audio.mp4 (109.62 MB)
MP4
62 - Organize offers on backEnd and add uuid.mp4 (58.79 MB)
MP4
63 - createOffer once the tracks are shared.mp4 (127.02 MB)
MP4
64 - Add Dashboard markup for professional.mp4 (31.33 MB)
MP4
65 - Optional Overview of markup.mp4 (22.18 MB)
MP4
66 - Authenticate professional.mp4 (80.22 MB)
MP4
67 - socket refactoring.mp4 (80.37 MB)
MP4
68 - Reorganize Appointment Data.mp4 (31.18 MB)
MP4
69 - Pull Appointment Data.mp4 (88.46 MB)
MP4
70 - Listen for offers on the client.mp4 (103 MB)
MP4
71 - Create join video route for professional.mp4 (49.32 MB)
MP4
72 - Add Call Info to Professional Video Page.mp4 (39.25 MB)
MP4
73 - Create Answer and set Descriptions.mp4 (93.3 MB)
MP4
74 - Review Task List and Cheer for Our Progress.mp4 (67.02 MB)
MP4
75 - Emit Answer Up To Server.mp4 (80 MB)
MP4
76 - Listen for New Answer On the Client.mp4 (115.95 MB)
MP4
77 - Emit Ice Candidates To Server.mp4 (93.01 MB)
MP4
78 - Send Ice Candidates to clients.mp4 (118.7 MB)
MP4
79 - Add Ice Candidates to Peer Connection.mp4 (123.48 MB)
MP4
80 - AddTracks and VICTORY test app.mp4 (60.34 MB)
MP4
81 - Fix 2 small bugs.mp4 (26.52 MB)
MP4
82 - Make the HangupButton do something.mp4 (48.36 MB)
MP4
83 - ReplaceTracks on change device.mp4 (78.38 MB)
MP4
84 - Drawing Out And Explaining The Process.mp4 (356.05 MB)
MP4
86 - Setting up a hopefully free AWS server to run our app on.mp4 (901.21 MB)
MP4
87 - Getting a Domain Setting It To Point At Our Server Install Apache.mp4 (363.68 MB)
MP4
88 - Pulling files onto our server from github and building React.mp4 (419.36 MB)
MP4
90 - Vhost Telling Apache Where Our Sites Are.mp4 (176.29 MB)
MP4
92 - HTTPS and Reverse Proxy Vhost.mp4 (492.56 MB)
MP4








Join to our telegram Group
Information
Users of Guests are not allowed to comment this publication.
Choose Site Language
Keep downtopc Online Please

PREMIUM ACCOUNTS

Support downtopc by buying or renewing your premium account using below links: