Skip to content

Releases: jkcoxson/JitStreamer

Change pairing program event loop

29 Apr 22:19
Compare
Choose a tag to compare

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

21 Apr 16:57
Compare
Choose a tag to compare
v0.1.2

Replace old upload route

Initial Release

31 Mar 19:31
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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"
    ]
}