Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckUserFunc ¶
type CheckUserFunc func(*url.URL) (model.ChannelAuth, error)
type DeJitter ¶
type DeJitter struct {
// contains filtered or unexported fields
}
DeJitter fixes timestamps that got rounded to the nearest millisecond. It assumes a standard framerate is in use and nudges the timestamp on each packet.
type PublishFunc ¶
type Server ¶
type Server struct { rtmp.Server CheckUser CheckUserFunc Publish PublishFunc }
func (*Server) ListenAndServe ¶
Click to show internal directories.
Click to hide internal directories.