This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
Releases: jkcoxson/JitStreamer
Releases · jkcoxson/JitStreamer
Change pairing program event loop
Fixes some issues that people have had needing to pair and turn on WiFi sync
This program should automatically turn on WiFi sync and remember your pairing code.
There is also a new distribution of Mac files to make it simple.
I didn't feel like compiling for Linux, but if you're using Linux you should know how to build yourself anyways.
New pairing method
v0.1.2 Replace old upload route
Initial Release
Only download these if you are interested in hosting yourself. Otherwise, you can just use the public instance at http://jitstreamer.com/
You will need some sort of usbmuxd client. For Linux, use usbmuxd. For Windows, download iTunes from Apple's website. For Mac, it is built in.
You will need to create a config.json that looks something like
"port": 80,
"host": "0.0.0.0",
"static_path": "../JitStreamerSite/dist",
"database_path": "./database.json",
"plist_storage": "/var/lib/lockdown",
"dmg_path": "/dmg",
"altserver_path": "",
"allowed_ips": [
"69.69"
]
}