All Projects → maxgalbu → Xbmc.plugin.video.nba

maxgalbu / Xbmc.plugin.video.nba

Licence: gpl-3.0
Kodi plugin to watch NBA games with nba league pass

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Xbmc.plugin.video.nba

Mobius
C# and F# language binding and extensions to Apache Spark
Stars: ✭ 929 (+2111.9%)
Mutual labels:  streaming
Badusb botnet
👥😈 Infect a pc with badusb and establish a connection through telegram.
Stars: ✭ 32 (-23.81%)
Mutual labels:  streaming
Sound
core sound data structures and interfaces
Stars: ✭ 37 (-11.9%)
Mutual labels:  streaming
Webrtc
Pure Go implementation of the WebRTC API
Stars: ✭ 8,399 (+19897.62%)
Mutual labels:  streaming
Webaudio Wav Stream Player
instantly play remote wav streams using fetch API + WebAudio
Stars: ✭ 28 (-33.33%)
Mutual labels:  streaming
Pulsar
Apache Pulsar - distributed pub-sub messaging system
Stars: ✭ 10,118 (+23990.48%)
Mutual labels:  streaming
Rdf Dereference.js
Dereference any URL for its RDF contents
Stars: ✭ 18 (-57.14%)
Mutual labels:  streaming
Essentialnowplaying
A now playing tool intended to be used with OBS.
Stars: ✭ 40 (-4.76%)
Mutual labels:  streaming
Icecast
Icecast for Docker
Stars: ✭ 27 (-35.71%)
Mutual labels:  streaming
Pulsar Beam
Pulsar Beam is a streaming service via HTTP built on Apache Pulsar.
Stars: ✭ 37 (-11.9%)
Mutual labels:  streaming
Gitter Api
[production-ready] Gitter API implementation for php 7.0+ allowing sync, async and streaming access.
Stars: ✭ 11 (-73.81%)
Mutual labels:  streaming
Soundwaveinteractive
Interactive Sound Board for Mixer. Microsoft shut Mixer down, so this application no longer works. RIP Mixer.
Stars: ✭ 27 (-35.71%)
Mutual labels:  streaming
Taliesin
Lightweight audio streaming server
Stars: ✭ 35 (-16.67%)
Mutual labels:  streaming
Pothosblocks
A collection of core processing blocks
Stars: ✭ 7 (-83.33%)
Mutual labels:  streaming
Video Stream.js
🔜 📼 Video stream middleware for express.js
Stars: ✭ 37 (-11.9%)
Mutual labels:  streaming
Httpms
Media server with RESTful API and Web interface. Think of it as your very own Spotify!
Stars: ✭ 18 (-57.14%)
Mutual labels:  streaming
React Native Streaming Audio Player
Streaming audio player for both iOS and android
Stars: ✭ 33 (-21.43%)
Mutual labels:  streaming
Mediaelement
HTML5 <audio> or <video> player with support for MP4, WebM, and MP3 as well as HLS, Dash, YouTube, Facebook, SoundCloud and others with a common HTML5 MediaElement API, enabling a consistent UI in all browsers.
Stars: ✭ 7,767 (+18392.86%)
Mutual labels:  streaming
Podlive Macos
Never miss a live streaming podcast!
Stars: ✭ 40 (-4.76%)
Mutual labels:  streaming
Saber
Window-Based Hybrid CPU/GPU Stream Processing Engine
Stars: ✭ 35 (-16.67%)
Mutual labels:  streaming

NBA League pass Build Status

As of October 2017, in order to login correctly, you need to go into the addon settings and change your username with your account's email.

Introduction

International NBA League Pass is an online service offering streaming video of NBA games.

This XBMC plugin features:

  • Archive and condensed games for the current NBA season and previous seasons, starting from 2012/2013
  • Home and Away feeds for archive games
  • Highlights and Top Plays
  • NBA TV live (League Pass Premium is required)
  • Live game support
  • Fanart from feeds, and thumbnails

The first version of this plugin was written by robla. Petros Tsampoukas then modified it to work with the 2012 and 2013 NBA seasons, and added images. It requires a valid International League Pass account.

Installation

Requirements

As of 24 March 2014, all games require XBMC/Kodi v13 (Gotham) or higher versions. The archive and condensed games used to work in Frodo but the streams switched to using encryption with HLS, which does not work with Frodo due to faulty cookie support.

From the kodi repositories

Go into Addons > Install from repository > Video Addons > NBA League Pass > Install

Using a zip file

First download the latest version from the download page. Then install the addon from a zip file in xbmc (instructions).

You can also download an unreleased (nightly) version from GitHub releases. This version is automatically updated every time a commit is made to the repository, so it always has the latest changes.

Using git

#if you are on OSX/linux:
cd ~/.xbmc/addons

#if you are on Windows:
cd c:\Users\<username>\AppData\Roaming\XBMC\addons

#Clone the repository:
git clone https://github.com/maxgalbu/xbmc.plugin.video.nba

#To get the latest changes:
git pull

Issues and discussions

If you have a bug to report, please report it on BitBucket or GitHub.

If you have a question or want to discuss an improvement, please head to the Kodi forums topic for this plugin.

Changes

Changelog:

See changelog.txt

Potential new features:

  • Playoff mode: hide the next game of a playoff series
  • Filter for favorite team: only show games from your three favorite teams

Changelog of robla's version:

0.1.6- bugfix for missing 2012 finals games
0.1.1- bugfix for missing 2012 finals games
0.1.0- added listing for complete 2011/2012 season
0.0.9- fix for new domain watch.nba.com
0.0.8- fix for playoff game recaps
0.0.7- fix for archived playoff games
0.0.6- fix for strange schedule js response
0.0.5- apply quality settings for highlights, high = 720p
0.0.4- added highlights and scores
0.0.3- video idx check
0.0.2- initial release
0.0.1- initial test version

Producing a new zip version

zip -r plugin.video.nba.v0_6_6.zip -x\*/.hg/\* -x\*/.hgignore -x\*/docs/\* -x\*/*.pyc -x\*/*.pyo plugin.video.nba/
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].