Skip to content

UIKit0/WebRTC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


                          +---------------+
                          |               |
                     +--> + dtls::Context |
                     |    |               |
                     |    +---------------+
                     |
      +---------+    |    +---------+
      |         |    |    |         |
      |  Agent  + ---+--> + Stream  +
      |         |         |         |
      +---------+         +----+----+
                               |     
                               |     
                               V
                        +------+------+    
                        |             |    
                        |  Candidate  + 
                        |             |
                        +------+------+                         +---------------+
                               |                                |               | 
                               +------------------------------> +  dtls::Parser |
                               |                                |               |
                               |                                +---------------+ 
                               | 
                               |                                +---------------------+
                               |                                |                     |
                               +------------------------------> + rtc::ConnectionUDP  |
                               |                                |                     |
                               |                                +---------------------+
                               | 
                               |                                +---------------------+
                               |                                |                     |
                               +------------------------------> + stun::Reader        |
                                                                |                     |
                                                                +---------------------+
                        

                                                  

About

Experimental C++ library which implements WebRTC meant to be used to stream to the web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.8%
  • Shell 4.0%
  • HTML 3.5%
  • CMake 1.6%
  • Other 1.1%