All Projects → inickt → LazyMan-iOS

inickt / LazyMan-iOS

Licence: MIT license
A simple app that lets you stream every live and archived NHL and MLB game from any of your iOS devices.

Programming Languages

swift
15916 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to LazyMan-iOS

Cloudstream 2
CloudStream 2 is an android streaming app for movies, tv-shows and anime
Stars: ✭ 120 (+64.38%)
Mutual labels:  streaming, chromecast
Rhythmbox-Chromecast
Send all your music to your Chromecast (Audio) within Rhythmbox
Stars: ✭ 17 (-76.71%)
Mutual labels:  streaming, chromecast
mysportsfeeds-node
NodeJS wrapper for the MySportsFeeds Sports Data API
Stars: ✭ 62 (-15.07%)
Mutual labels:  mlb, nhl
mysportsfeeds-api
Feature requests for the MySportsFeeds Sports Data API.
Stars: ✭ 44 (-39.73%)
Mutual labels:  mlb, nhl
Gnome Shell Extension Cast To Tv
Cast files to Chromecast, web browser or media player app over local network.
Stars: ✭ 200 (+173.97%)
Mutual labels:  streaming, chromecast
Streaming
r/freemediaheckyeah
Stars: ✭ 147 (+101.37%)
Mutual labels:  streaming, chromecast
chromecast-api
📺 Chromecast Node.js module
Stars: ✭ 122 (+67.12%)
Mutual labels:  streaming, chromecast
Chromecast Desktop Audio Streamer
Stream the sound of your desktop to your Chromecast Audio device
Stars: ✭ 196 (+168.49%)
Mutual labels:  streaming, chromecast
Immortal
Prevent expiration of signed iOS applications & bypass 3 free signed applications per device limit
Stars: ✭ 43 (-41.1%)
Mutual labels:  jailbreak, cydia-impactor
mysportsfeeds-r
R wrapper functions for the MySportsFeeds Sports Data API
Stars: ✭ 27 (-63.01%)
Mutual labels:  mlb, nhl
jailm8-windows
A windows app that provides several different jailbreak utilities, pre-compiled and ready to use
Stars: ✭ 21 (-71.23%)
Mutual labels:  jailbreak
chromecast-mqtt-connector
Make your Chromecast devices discoverable and controllable via MQTT.
Stars: ✭ 40 (-45.21%)
Mutual labels:  chromecast
uvc-streamer
MJPEG webcam network streamer for linux
Stars: ✭ 25 (-65.75%)
Mutual labels:  streaming
qubes-video-companion
Securely stream webcams and share screens across virtual machines *THIS PROJECT IS CURRENTLY STILL IN DEVELOPMENT (Mostly finishing switch to MJPEG for big performance boost; see FAQ)*
Stars: ✭ 38 (-47.95%)
Mutual labels:  streaming
checkra1n-linux
checkra1n installer for all linux platforms
Stars: ✭ 44 (-39.73%)
Mutual labels:  jailbreak
WWDChrome
Chrome extension which lets you watch WWDC Developer Videos in Google Chrome (thus not having to use Safari)
Stars: ✭ 18 (-75.34%)
Mutual labels:  streaming
Nougat
Android notification shade for iOS
Stars: ✭ 25 (-65.75%)
Mutual labels:  jailbreak
Chromecast
Chromecast desktop app: Node.js, Electron, React & Material-UI.
Stars: ✭ 49 (-32.88%)
Mutual labels:  chromecast
jailbreak-detection
Sample iOS App to test Jailbreak Detection Bypass
Stars: ✭ 18 (-75.34%)
Mutual labels:  jailbreak
live-cryptocurrency-streaming-flutter
A Flutter app with live cryptocurrency updates, powered by Ably
Stars: ✭ 26 (-64.38%)
Mutual labels:  streaming

LazyMan-iOS

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.

Features

  • 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

Screenshots

Installation

Non-jailbroken Installation

Requirements

  • iOS 9 and above
  • A computer with Cydia Impactor (iTunes need to be installed on Windows)
  1. 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.
  2. Download the latest LazyMan for iOS .ipa here.
  3. 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.
  4. 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.

Reinstallation/Upgrades

  1. Download the most recent release, if necessary.
  2. Drag the .ipa onto your device in Cydia Impactor. Install.

Jailbroken Installation

Requirements

  • iOS 9 and above
  • Should work on all Jailbreaks, however only tested with Cyida
  1. Add https://repo.nickt.dev/ as a repo in Cydia.

  2. 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.

Manual Installation

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.

Contributing

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.

Setup

  1. Clone repo

  2. pod install

Building

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].