Documentation ¶
Index ¶
- type Server
- func (s *Server) Handler() http.Handler
- func (s *Server) Initialize() error
- func (s *Server) PublishEvent(auth model.ChannelAuth, live bool, thumb grabber.Result)
- func (s *Server) SetOauth(clientID, clientSecret string)
- func (s *Server) SetSecret(secret string)
- func (s *Server) SetWebhook(u string) error
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 (*Server) PublishEvent ¶
func (*Server) SetWebhook ¶
Click to show internal directories.
Click to hide internal directories.