plugin_rtp

package module
v0.0.0-...-504413c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2020 License: MIT Imports: 2 Imported by: 0

README

plugin-rtp

rtp 插件用于给rtsp、webrtc 提供基础功能 主要作用是将RTP包解码传入引擎中

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RTP

type RTP struct {
	NALU
}

func (*RTP) PushPack

func (rtp *RTP) PushPack(pack *RTPPack)

type RTPPack

type RTPPack struct {
	Type RTPType
	rtp.Packet
}

type RTPType

type RTPType int
const (
	RTP_TYPE_AUDIO RTPType = iota
	RTP_TYPE_VIDEO
	RTP_TYPE_AUDIOCONTROL
	RTP_TYPE_VIDEOCONTROL
)

func (RTPType) String

func (rt RTPType) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL