NBA International League Pass - Add-on

  Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
BlueCop Offline
bipedal omnivore
Posts: 1,654
Joined: May 2004
Reputation: 70
Post: #11
Apple apps generally uses HTTP Live Streaming

I am not sure but they might be using apple fairplay drm on streams. You wouldn't be able to play any of those.

the segmented mp4 sounds like a version of http live streaming. It might be a Akamia http streaming with flash access drm. They use this on Fox.com now.

I would try to put something together if I had an account. I don't really watch sports so I don't have an interest in subbing.

robla: you seem to have done some research. Do you have any code working for the replays?
find quote
robla Offline
Member
Posts: 58
Joined: Mar 2012
Reputation: 2
Post: #12
(2012-03-14 01:02)BlueCop Wrote:  Apple apps generally uses HTTP Live Streaming

I am not sure but they might be using apple fairplay drm on streams. You wouldn't be able to play any of those.

the segmented mp4 sounds like a version of http live streaming. It might be a Akamia http streaming with flash access drm. They use this on Fox.com now.

I would try to put something together if I had an account. I don't really watch sports so I don't have an interest in subbing.

robla: you seem to have done some research. Do you have any code working for the replays?

@BlueCop
I wrote a little addon which is working fine on the archived stuff. However I need to do some code cleanup .
Would be great if I could use your repository? I got no ipad/iphone to debug/follow the nba.tv app .. So I debugged the nba.tv flash player.
This uses adobe HDS with fragmented mp4 files every 2 sec.. they use the isom (ftypisom) container with atoms that ffmpeg and every player I tried can't handle... but it's not protected/encrypted by drm.
find quote
robla Offline
Member
Posts: 58
Joined: Mar 2012
Reputation: 2
Post: #13
(2012-03-12 23:01)Mikkelmic Wrote:  Are there any Add-on for archive games, that sure would be great!?

BlueCop allowed me to use his repository ..
I imported the little addon I wrote for the international NBA league pass..
I got the international league pass only and have no idea if an US account would work with nba.tv/nbatv

http://code.google.com/p/bluecop-xbmc-re....video.nba

sadly the live games won't work.. but archived games are available around 1-2 hours after the games are finished
(This post was last modified: 2012-03-18 11:34 by robla.)
find quote
InVAMPED Offline
Junior Member
Posts: 40
Joined: Mar 2012
Reputation: 1
Post: #14
Amazing work robla! Ill try test it out cheers
find quote
InVAMPED Offline
Junior Member
Posts: 40
Joined: Mar 2012
Reputation: 1
Post: #15
Sorry to be annoying but how can I install this? I have tried updating the BlueCop's repo but it doesn't show up, do I have to manually add it?

thanks
find quote
robla Offline
Member
Posts: 58
Joined: Mar 2012
Reputation: 2
Question  RE: NBA Internaional League Pass - Add-on Post: #16
(2012-03-22 02:20)InVAMPED Wrote:  Sorry to be annoying but how can I install this? I have tried updating the BlueCop's repo but it doesn't show up, do I have to manually add it?

thanks

You could do a checkout on BlueCops repo (you need a svn client for this) and copy the complete folder plugin.video.nba to your xbmc addons folder..

The best solution would be if BlueCop would be so kind to add the plugin to the repos addons.xml listing

I am not sure if BlueCop allows me to run his repo addon generator "addons_xml_generator.py" and check in the newly generated addons.xml file.

For the time being I added the addon zip file (install via xbmc install from zip) to the BlueCop repo downloads
http://code.google.com/p/bluecop-xbmc-re...loads/list
find quote
Huar Offline
Junior Member
Posts: 15
Joined: Feb 2010
Reputation: 0
Post: #17
I'm getting "dependencies not met" error msg on eden RC2.
find quote
robla Offline
Member
Posts: 58
Joined: Mar 2012
Reputation: 2
Post: #18
(2012-03-22 09:13)Huar Wrote:  I'm getting "dependencies not met" error msg on eden RC2.

You need to install httplib2. Carb0 posted a link
http://www.2shared.com/file/-d9Nvecf/scr...plib2.html
find quote
Huar Offline
Junior Member
Posts: 15
Joined: Feb 2010
Reputation: 0
Post: #19
thanks, it's working nice now.
why is there no 3000kbit/s option though?
find quote
robla Offline
Member
Posts: 58
Joined: Mar 2012
Reputation: 2
Post: #20
(2012-03-22 16:51)Huar Wrote:  thanks, it's working nice now.
why is there no 3000kbit/s option though?


see above ... it uses HDS .. http://forum.xbmc.org/showthread.php?tid...pid1046268
find quote
Post Reply