Documentation ¶ Index ¶ type Core func New(args []string) (*Core, bool) func (p *Core) Log(level logger.Level, format string, args ...interface{}) func (p *Core) Wait() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Core ¶ type Core struct { // contains filtered or unexported fields } Core is an instance of rtsp-simple-server. func New ¶ func New(args []string) (*Core, bool) New 创建一个服务核心对象 func (*Core) Log ¶ func (p *Core) Log(level logger.Level, format string, args ...interface{}) Log is the main logging function. func (*Core) Wait ¶ func (p *Core) Wait() Wait waits for the Core to exit. Source Files ¶ View all Source files api.go core.go externalauth.go hls_muxer.go hls_server.go hls_source.go httplogwriter.go ip.go metrics.go path.go path_manager.go pprof.go publisher.go reader.go rtmp_conn.go rtmp_server.go rtmp_source.go rtsp_conn.go rtsp_server.go rtsp_session.go rtsp_source.go source.go stream.go Click to show internal directories. Click to hide internal directories.