package
1.1.4
Repository: https://github.com/teocci/go-stream-av.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

AVSync drops incorrect packets to make A/V sync.
No description provided by the author
FilterDemuxer wraps origin Demuxer and Filter into a new Demuxer, when read this Demuxer filters will be called.
FixTime fixes incorrect packet timestamps.
No description provided by the author
WaitKeyFrame drops packets until first video key frame arrived.
Walltime makes packets reading speed as same as walltime, effect like ffmpeg -re option.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
Filters type combines multiple Filters into one, ModifyPacket will be called in order.