Page 1 of 1

[DONE] NBA.COM

PostPosted: Fri Feb 10, 2012 9:09 am
by podenko
is there a NBA plug in for Serviio out there?

http://www.nba.com/rss/highlights.rss
Don`t work on my Panasonic vt30 + serviio 0.62

Re: NBA.COM

PostPosted: Fri Feb 10, 2012 10:51 am
by Illico
This rss feed does not have direct video link.
You have to create a plugin to parse the rss link and find video url.

EDIT:

For example the first item link : http://www.nba.com/video/games/kings/20 ... index.html

Check "var loadThisVideo = '/video/games/kings/2012/02/09/0021100387_okc_sac_recap.nba';"

GET : http://www.nba.com//video/games/kings/2 ... ap.nba.xml
You will found:
<files>
<file bitrate="420" type="small">
/games/kings/2012/02/09/0021100387_okc_sac_recap.nba_nba_288x162.flv
</file>
<file bitrate="420mp4" type="small">
/games/kings/2012/02/09/0021100387_okc_sac_recap.nba_nba_ipad.mp4
</file>
<file bitrate="556" type="large">
/games/kings/2012/02/09/0021100387_okc_sac_recap.nba_nba_576x324.flv
</file>
</files>

Then video link type large :
http://nba.cdn.turner.com/nba/big/games ... 76x324.flv

Re: [DONE] NBA.COM

PostPosted: Fri Feb 10, 2012 9:16 pm
by Illico