Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModSrtOption ¶
type ModSrtOption func(option *SrtOption)
type Publisher ¶
type Publisher struct {
// contains filtered or unexported fields
}
func NewPublisher ¶
func (*Publisher) SetSession ¶
func (p *Publisher) SetSession(session logic.ICustomizePubSessionContext)
type SrtServer ¶
type SrtServer struct {
// contains filtered or unexported fields
}
func NewSrtServer ¶
func NewSrtServer(addr string, lal logic.ILalServer, modOptions ...ModSrtOption) *SrtServer
type StreamInfo ¶
type Subscriber ¶
type Subscriber struct {
// contains filtered or unexported fields
}
func NewSubscriber ¶
func (*Subscriber) OnMsg ¶
func (s *Subscriber) OnMsg(msg base.RtmpMsg)
func (*Subscriber) OnStop ¶
func (s *Subscriber) OnStop()
func (*Subscriber) Run ¶
func (s *Subscriber) Run()
Click to show internal directories.
Click to hide internal directories.