Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterCodecs ¶
func RegisterCodecs(m *webrtc.MediaEngine) error
RegisterCodecs forces PCMA audio, the rest is default
func ServeStreams ¶
func ServeStreams()
Types ¶
type Config ¶
type Config struct { sync.RWMutex Server ServerSettings `json:"server"` Streams map[string]StreamSettings `json:"streams"` }
type ServerSettings ¶
type ServerSettings struct {
HTTPPort string `json:"http_port"`
}
Click to show internal directories.
Click to hide internal directories.