Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JessicaPlugin = InstallPlugin(jessicaConfig)
Functions ¶
This section is empty.
Types ¶
type JessicaBase ¶ added in v4.2.0
type JessicaBase struct { Subscriber IsWebSocket bool }
type JessicaConfig ¶
func (*JessicaConfig) OnEvent ¶
func (j *JessicaConfig) OnEvent(event any)
func (*JessicaConfig) ServeHTTP ¶
func (j *JessicaConfig) ServeHTTP(w http.ResponseWriter, r *http.Request)
type JessicaFLV ¶
type JessicaFLV struct {
JessicaBase
}
func (*JessicaFLV) OnEvent ¶
func (j *JessicaFLV) OnEvent(event any)
func (*JessicaFLV) WriteFLVTag ¶
func (j *JessicaFLV) WriteFLVTag(tag FLVFrame)
type JessicaH26x ¶ added in v4.2.0
type JessicaH26x struct {
JessicaBase
}
func (*JessicaH26x) OnEvent ¶ added in v4.2.0
func (j *JessicaH26x) OnEvent(event any)
type JessicaSubscriber ¶
type JessicaSubscriber struct { JessicaBase // contains filtered or unexported fields }
func (*JessicaSubscriber) OnEvent ¶
func (j *JessicaSubscriber) OnEvent(event any)
Click to show internal directories.
Click to hide internal directories.