A program to activate JIT across the far reaches of the internet
This program runs on a Linux server and requires the following:
- rusty_libimobiledevice
- A working Rust and C dev environment
You do not need to build this software yourself, there is a public instance. You can find support at the JitStreamer Discord server
Note: These are rough building instructions for Linux
- Install the following software:
- git
- autoconf
- automake
- libtool
- pkg-config
- build-essential
- Clone the repository and run
cargo build --release
- Run JitStreamer and it will create an initial config file. Edit it with a text editor.
- Set up your own VPN. TailScale is recommended for most users as it requires minimal setup. Otherwise use options like WireGuard, OpenVPN, or ZeroTier.
- Run
sudo ./target/release/jit_streamer
- Run with the environment variable
RUST_LOG=info
to see debug information.