Categorygithub.com/OnePlay-Internet/webrtc-proxy
modulepackage
1.1.0
Repository: https://github.com/oneplay-internet/webrtc-proxy.git
Documentation: pkg.go.dev

# README

Webrtc-proxy

A webrtc application that forward RTP packet and data channel between two client

Repository structure

|-- cmd                                  | Program
    |-- signalling                       | Signalling server program
    |-- agent                            | Webrtc-proxy-agent program
|-- data-channel                         | Datachannel package
    |-- datachannel.go                   | Datachannel interface definition
|-- listener                             | RTP listener package
    |-- tcp                              | TCP listener 
    |-- udp                              | UDP listener
|-- signalling                           | Signalling package
    |-- gRPC                             | gRPC signalling client implementation
    |-- websocket                        | websocket signalling client implementation
    |-- signalling.go                    | Signalling interface definition
|-- util                                 | Utilities package
    |-- config                           | Configuration (decode from environment variable)
|-- proxy.go                             | Webrtc-proxy-agent 

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author

# Structs

No description provided by the author