Documentation
¶
Index ¶
- Constants
- Variables
- func New() plugins.Pluggable
- func NewAttr() m.Attributes
- func NewSettings() m.Attributes
- func NewStates() (states map[string]plugins.ActorState)
- type ControllerMedia
- func (c ControllerMedia) StreamHLSLLInit(w http.ResponseWriter, r *http.Request)
- func (c ControllerMedia) StreamHLSLLM3U8(w http.ResponseWriter, r *http.Request)
- func (c ControllerMedia) StreamHLSLLM4Fragment(w http.ResponseWriter, r *http.Request)
- func (c ControllerMedia) StreamHLSLLM4Segment(w http.ResponseWriter, r *http.Request)
- func (c ControllerMedia) StreamMSE(w http.ResponseWriter, r *http.Request)
Constants ¶
View Source
const (
// Name ...
Name = "media"
)
Variables ¶
View Source
var F embed.FS
Functions ¶
Types ¶
type ControllerMedia ¶
type ControllerMedia struct {
}
ControllerMedia ...
func (ControllerMedia) StreamHLSLLInit ¶
func (c ControllerMedia) StreamHLSLLInit(w http.ResponseWriter, r *http.Request)
func (ControllerMedia) StreamHLSLLM3U8 ¶
func (c ControllerMedia) StreamHLSLLM3U8(w http.ResponseWriter, r *http.Request)
func (ControllerMedia) StreamHLSLLM4Fragment ¶
func (c ControllerMedia) StreamHLSLLM4Fragment(w http.ResponseWriter, r *http.Request)
func (ControllerMedia) StreamHLSLLM4Segment ¶
func (c ControllerMedia) StreamHLSLLM4Segment(w http.ResponseWriter, r *http.Request)
func (ControllerMedia) StreamMSE ¶
func (c ControllerMedia) StreamMSE(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.