rtpengine

package module
v0.0.0-...-389e1dc Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2020 License: MIT Imports: 2 Imported by: 0

README


Pion RTPEngine

A RTP Engine for Go

Pion RTPEngine Slack Widget
Build Status GoDoc Coverage Status Go Report Card


Roadmap

The library is used as a part of our WebRTC implementation. Please refer to that roadmap to track our major milestones.

Community

Pion has an active community on the Golang Slack. Sign up and join the #pion channel for discussions and support. You can also use Pion mailing list.

We are always looking to support your projects. Please reach out if you have something to build!

If you need commercial support or don't want to use public methods you can contact us at team@pion.ly

Contributing

Check out the contributing wiki to join the group of amazing people making this project possible:

License

MIT License - see LICENSE for full text

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine struct {
	// contains filtered or unexported fields
}

Engine handles a stream of incoming RTP/RTCP packets and does the following

- reorders and removes duplicate RTP packets - responds/emits NACKs - emits sender/reciever reports

func NewEngine

func NewEngine(conn io.ReadWriter) (*Engine, error)

NewEngine creates a new engine

func (*Engine) Read

func (e *Engine) Read(b []byte) (int, error)

Read TODO

func (*Engine) Stop

func (e *Engine) Stop()

Stop tears down the Engine and clears any state

func (*Engine) Write

func (e *Engine) Write(b []byte) (int, error)

Write TODO

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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