ffmpeg-over-ip is a client-server system that enables remote execution of FFmpeg commands on a machine with GPU access while controlling it from another environment such as a container or virtual machine. It allows applications without direct GPU access to offload video transcoding tasks to a remote server, improving performance without requiring complex passthrough setups. The system works by coordinating commands through a lightweight protocol while using a shared filesystem to exchange media data. It supports real-time streaming of outputs as they are processed, making it suitable for media servers and live workflows. The architecture includes authentication and command rewriting to adapt differences between client and server environments. It is designed to be flexible, supporting multiple clients connected to a single server instance. Overall, it provides an efficient way to extend hardware capabilities across networked systems.
Features
- Client-server architecture for remote FFmpeg execution
- GPU acceleration without direct passthrough
- Real-time streaming of processed output
- Support for TCP and Unix socket communication
- Authentication with signed message exchange
- Path and codec rewriting for environment compatibility