Avios icon indicating copy to clipboard operation
Avios copied to clipboard

Realtime H264 decoding library for iOS.

Results 3 Avios issues
Sort by recently updated
recently updated
newest added

Hello, I'm working on a project for IP camera using Websocket (wss protocol). I am trying to decode a h.264 raw frame using avios. In the wss receive method (binary...

Upon opening the .xcodeproj file, one is greeted with this error dialog: > The targets “Avios” and “AviosTests” contains source code developed with Swift 3.x. This version of Xcode does...

First off thanks for this amazing library. It helped me reduce the complexity of my project by 20 fold. I have updated the code to work in Swift 5. I...