NewChromantics / PopH264

Low-level, minimal H264 decoder & encoder library for windows, hololens/uwp, ios/tvos/macos, linux, android/quest/magic leap. CAPI for use with c#, unreal, swift
http://poph264.com/
Mozilla Public License 2.0
84 stars 15 forks source link

Decoder fails if we drip feed data #89

Open SoylentGraham opened 9 months ago

SoylentGraham commented 9 months ago

If we send byte by byte, we'll end up cutting up packets.

We should be able to deal with this.