A simple app that lets you stream every live and archived NHL and MLB game from any of your iOS devices for free. Based on the original LazyMan project. You can learn more at /r/LazyMan on Reddit. Big thanks to @StevensNJD4 for making this possible.
- NHL/MLB game playback
- AirPlay (may need to mirror screen first)
- Chromecast streaming
- Quality selection (including auto)
- Feed/CDN selection
- Audio selection (radio, language, ballpark)
- Subtitles
- Scrubbing (for live and archived games)
- iPad picture in picture support
- Easy date selection
- Favorite team selection
Requirements
- iOS 9 and above
- A computer with Cydia Impactor (iTunes need to be installed on Windows)
- Download and install Cydia Impactor. This is a trusted application that is commonly used to load jailbreaks or sideloaded apps. You can read more about it here.
- Download the latest LazyMan for iOS
.ipa
here. - Open Cydia Impactor, plug in your device, and drag the .ipa onto the window. Install. You will be prompted to enter your Apple ID and password. This is never saved. If you have two factor authentication on your account, you will have to go here and generate an app-specific password to use.
- Trust the app on your phone in
Settings
->General
->Profiles & Device Management
.
If you do not have a developer account, the app will have to be reinstalled every 7 days.
- Download the most recent release, if necessary.
- Drag the
.ipa
onto your device in Cydia Impactor. Install.
Requirements
- iOS 9 and above
- Should work on all Jailbreaks, however only tested with Cyida
-
Add https://repo.nickt.dev/ as a repo in Cydia.
-
Install the LazyMan-iOS package (dev.nickt.lazyman-ios).
And thats it! The app will be installed as a system application, and you can launch it from your home screen. The app will only work while in a jailbroken state, however.
You can opt in to beta releases by adding https://repo.nickt.dev/beta/ as a repo in Cydia.
You can download the latest .deb release from here. If you want to manually install use dpkg -i [deb file]
in a shell on your iOS device.
Requirements
LazyMan for iOS is build on Swift 5.1 using Xcode 11.3. Cocoapods is required to install dependencies. dpkg, and ldid2 are required to build a .deb
for jailbroken devices.
-
Clone repo
-
pod install
Makefile
Run make
to produce release builds. An .ipa
and .deb
should be produced in the build
directory.
Xcode
If building to a simulator, no changes are needed. If building to a device, first set your development team.