package
0.0.0-20220810103442-526236f3c40f
Repository: https://github.com/yaxiongwu/remote-control-server.git
Documentation: pkg.go.dev

# Functions

IsLaterTimestamp returns true if timestamp1 is later in time than timestamp2 factoring in timestamp wrap-around.
IsTimestampWrapAround returns true if wrap around happens from timestamp1 to timestamp2.
No description provided by the author
NewBuffer constructs a new Buffer.
No description provided by the author
No description provided by the author

# Variables

Logger is an implementation of logr.Logger.

# Structs

No description provided by the author
Buffer contains all packets.
No description provided by the author
No description provided by the author
BufferOptions provides configuration options for the buffer.
No description provided by the author
No description provided by the author
VP8 is a helper to get temporal data from VP8 packet header VP8 Payload Descriptor 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 +-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+ |X|R|N|S|R| PID | (REQUIRED) |X|R|N|S|R| PID | (REQUIRED) +-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+ X: |I|L|T|K| RSV | (OPTIONAL) X: |I|L|T|K| RSV | (OPTIONAL) +-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+ I: |M| PictureID | (OPTIONAL) I: |M| PictureID | (OPTIONAL) +-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+ L: | TL0PICIDX | (OPTIONAL) | PictureID | +-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+ T/K:|TID|Y| KEYIDX | (OPTIONAL) L: | TL0PICIDX | (OPTIONAL) +-+-+-+-+-+-+-+-+ +-+-+-+-+-+-+-+-+ T/K:|TID|Y| KEYIDX | (OPTIONAL) +-+-+-+-+-+-+-+-+ */.