Documentation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Secure bool // set secure cookies BaseURL string // base URL HLSBase *url.URL // base URL for web playback AdvertiseRTMP string // base URL to advertise for RTMP ingest AdvertiseLive *url.URL // base URL to advertise for direct HTTP streams Channels ingest.Manager // contains filtered or unexported fields }
func (*Server) Initialize ¶
func (s *Server) Initialize()