Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 966 Bytes

File metadata and controls

9 lines (7 loc) · 966 Bytes

The examples in this folder contain sample code to demonstrate common WebRTC cases including:

  • WebRTCTestPatternServer: The simplest example. This program serves up a test pattern video stream to a WebRTC peer.
  • WebRTCServer: This example extends the test pattern example and can act as a media source for a peer. It has two source options:
    • An mp4 file.
    • Capture devices (webcam and microphone). The example includes an html file which runs in a Browser and will connect to a sample program running on the same machine.
  • WebRTCReceiver: A receive only example. It attempts to connect to a WebRTC peer and display the video stream that it receives.