Documentation
¶
Overview ¶
Package web provides the HTTP server and WebSocket endpoint for remote control.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents the HTTP server with WebSocket support
func NewServer ¶
func NewServer( addr string, handler *events.Handler, ustreamerAddr string, videoDevice string, ) *Server
NewServer creates a new web server
type VideoSettings ¶
VideoSettings holds configurable ustreamer parameters
func DefaultVideoSettings ¶
func DefaultVideoSettings() VideoSettings
DefaultVideoSettings returns the default video settings
Click to show internal directories.
Click to hide internal directories.