MCPcopy Create free account
hub / github.com/deepch/RTSPtoWebRTC / ServerST

Struct ServerST

config.go:30–37  ·  view source on GitHub ↗

ServerST struct

Source from the content-addressed store, hash-verified

28
29//ServerST struct
30type ServerST struct {
31 HTTPPort string `json:"http_port"`
32 ICEServers []string `json:"ice_servers"`
33 ICEUsername string `json:"ice_username"`
34 ICECredential string `json:"ice_credential"`
35 WebRTCPortMin uint16 `json:"webrtc_port_min"`
36 WebRTCPortMax uint16 `json:"webrtc_port_max"`
37}
38
39//StreamST struct
40type StreamST struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected