Skip to content

A simple WebRTC implementation consisting of no remote peer but streaming video to another element using Peer Connection. This is to ignore Signalling part which if implemented, would have complicated the system.

prashantsihag03/simple-WebRTC-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

simple-WebRTC-Implementation

A simple WebRTC implementation consisting of no remote peer but streaming video to another element using Peer Connection. This is to ignore Signalling part which if implemented, would have complicated the system.

Two RTCPeerConnection instance are created on the same webpage and offer, answer, ice candidates are exchanged between them thus, leaving out actual signalling part.

About

A simple WebRTC implementation consisting of no remote peer but streaming video to another element using Peer Connection. This is to ignore Signalling part which if implemented, would have complicated the system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published