This repository was archived by the owner on Oct 10, 2023. It is now read-only.
Tags: unpause-live/SwiftVideo
Tags
Small bugfixes (#23) Reorder composer bind command so that binding an asset to the element happens after the callback. This is important incase an asset needs to do some asynchronous preparation before being attached to the composer. Handshake bugfix and fix some linter errors in the rtmp stack Allow multilevel app paths in rtmp stack (fixes UStream compatibility) Flavor server can now reuse connections for multiple sessions
Add CUDA as a backend for GPGPU (#18) This PR adds CUDA as a GPGPU option. You can enable it in the build on Linux by setting the environment variable CUDA_VER to the cuda version you want to build against. For example, `$ CUDA_VER="10.1" swift build` Additionally the test suite has now been moved off of the jonathonf PPA repo and builds FFmpeg from git.