-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make parsing of H.264 NALUs optional
By default, the H264Packet.Unmarshal performs reassembly of FU-A NALUs. Not only is this ineficient, it also assumes that no packet reordering or packet loss ever happens. Make this optional.
- Loading branch information
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters