- Learning WebRTC
- Dan Ristic
- 197字
- 2021-07-16 13:53:42
Using WebRTC in your browser
Now that you know which browser to use, we will jump right in and try out WebRTC right now! Navigate your browser to the demo application available at https://apprtc.appspot.com/. If you use Chrome, Firefox, or Opera, you should see a drop-down notification that looks similar to this:

Click on Allow to start streaming your audio and video input to the web page. You might have to configure your microphone or web camera settings to get them to work. Once you allow browser access to your camera and microphone, you should see a video feed of yourself from your camera.
The page should generate a custom ID for your current session. You should see this reflected in the URL of the page, such as https://apprtc.appspot.com/r/359323927. Simply copy and paste this URL into another browser window, either on your own computer or another one, and load the web page. Now, if everything works correctly, you should see two video feeds—one from your first client and another from the second. It should start to make sense why WebRTC is a powerful solution. This is how easy WebRTC makes real-time communication in the browser.
- SPSS數據挖掘與案例分析應用實踐
- SQL Server 從入門到項目實踐(超值版)
- Azure IoT Development Cookbook
- 三維圖形化C++趣味編程
- Animate CC二維動畫設計與制作(微課版)
- Nginx Essentials
- STM32F0實戰:基于HAL庫開發
- 正則表達式經典實例(第2版)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- Developing SSRS Reports for Dynamics AX
- Clojure for Machine Learning
- PHP 7從零基礎到項目實戰
- OpenCV Android Programming By Example
- 創意UI Photoshop玩轉移動UI設計
- WildFly Cookbook