package
1.8.6-4
Repository: https://github.com/dadav/go2rtc.git
Documentation: pkg.go.dev

# README

H265

Payloader code taken from pion library branch h265. Because it's still not in release. Thanks to @kevmo314.

Useful links

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Deprecated: DecodeStream - find and return first AU in AVC format useful for processing live streams with unknown separator size.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SafariPay - generate Safari friendly payload for H265 https://github.com/AlexxIT/Blog/issues/5.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Payloader payloads H265 packets.
goland:noinspection GoSnakeCaseUsage.

# Type aliases

H265FragmentationUnitHeader is a H265 FU Header +---------------+ |0|1|2|3|4|5|6|7| +-+-+-+-+-+-+-+-+ |S|E| FuType | +---------------+.
H265NALUHeader is a H265 NAL Unit Header https://datatracker.ietf.org/doc/html/rfc7798#section-1.1.4 +---------------+---------------+ |0|1|2|3|4|5|6|7|0|1|2|3|4|5|6|7| +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |F| Type | LayerID | TID | +-------------+-----------------+.