• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 8
[RELEASE] NFL.com (video) add-on
#31
any chance of something like this for nfl gamepass?

i have a subscription for that and would love to be able to watch it from xbmc.
Image
Reply
#32
neghar Wrote:Been a little while heh.. I've searched for an answer, as it appears only this addon and SOME of my video files have a small amount of green to them. I never really noticed it but True Blood seems to have a green tint on the screens with black. When I open those episodes up in VLC or GOM player they do not have it. As far as I can tell this addon is the only one that has this, and its much more obvious here.. all the colors are off and a huge green bar on the top. Ive tried ice films, food network, cartoon network, adult swim and some others but they look fine. Ive updated xbmc a couple times most recently to e391fde from 8/22, updated video drivers.. I'm about to completely uninstall xbmc and see if something got corrupted, but I dont want to lose everything I've set up Sad Unfortunately I love this plugin so much I'm willing to do just that!!

I think the key here is that, most all but a couple of the team sites (dallas,colts), the videos are .mp4. The add-ons that you spoke of use .flv accept icefilms, they use divx.

Play a video from one of the nfl categories, take a look at the xbmc.log, you should find something like this -
Code:
16:26:30 T:3772 M:2637021184  NOTICE: Mode: 3
16:26:30 T:3772 M:2637021184  NOTICE: URL: 09000d5d8219808b
16:26:30 T:3772 M:2637021184  NOTICE: Name: Falcons vs. Jaguars highlights
16:26:30 T:3772 M:2637017088  NOTICE: 09000d5d8219808b
16:26:31 T:3772 M:2637017088  NOTICE: Resolved URL -----> http://a.video.nfl.com/films/s2011/nflcom/p03/110819_ghl_prewk2_atl_jac_highlights_2000k.mp4
16:26:31 T:2600 M:2638135296  NOTICE: DVDPlayer: Opening: http://a.video.nfl.com/films/s2011/nflcom/p03/110819_ghl_prewk2_atl_jac_highlights_2000k.mp4
16:26:31 T:2600 M:2638135296 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
16:26:31 T:3020 M:2638135296  NOTICE: Creating InputStream
16:26:31 T:3020 M:2636939264  NOTICE: Creating Demuxer
16:26:32 T:3020 M:2633379840  NOTICE: Opening video stream: 0 source: 256
16:26:32 T:3020 M:2633379840  NOTICE: Creating video codec with codec id: 28
16:26:32 T:3020 M:2634100736  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10


Do you get the same results?
Code:
Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
Reply
#33
divingmule Wrote:Do you get the same results?
Code:
Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10

I did. Thanks for looking into this! I hope you can help.
Code:
NOTICE: Name: Bears vs. Giants highlights
17:10:06 T:1352  NOTICE: 09000d5d821a91a0
17:10:06 T:1352  NOTICE: Resolved URL -----> http://a.video.nfl.com/films/s2011/nfl-total-access/p03/110822_ghl_nflta_prwk3_chi_vs_nyg_new_1200k.mp4
17:10:06 T:1352    INFO: Scriptresult: Success
17:10:06 T:2792   DEBUG: XFILE::CPluginDirectory::WaitOnScriptResult- plugin returned successfully
17:10:06 T:1352    INFO: Python script stopped
17:10:06 T:1352   DEBUG: Thread XBPyThread 1352 terminating
17:10:06 T:2792   DEBUG: CPlayerCoreFactory::GetPlayers(http://a.video.nfl.com/films/s2011/nfl-total-access/p03/110822_ghl_nflta_prwk3_chi_vs_nyg_new_1200k.mp4)
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/rtmp/mms/udp
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: streams
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: flv/aacp/sdp
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mp2
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdfile
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
17:10:06 T:2792   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
17:10:06 T:2792   DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
17:10:06 T:2792   DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
17:10:06 T:2792   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
17:10:06 T:2792   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
17:10:06 T:2792   DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
17:10:06 T:2792   DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
17:10:06 T:2792  NOTICE: DVDPlayer: Opening: http://a.video.nfl.com/films/s2011/nfl-total-access/p03/110822_ghl_nflta_prwk3_chi_vs_nyg_new_1200k.mp4
17:10:06 T:2792 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
17:10:06 T:5992   DEBUG: Thread CDVDPlayer start, auto delete: 0
17:10:06 T:5992  NOTICE: Creating InputStream
17:10:06 T:5992   DEBUG: CFileCache::Open - opening <films/s2011/nfl-total-access/p03/110822_ghl_nflta_prwk3_chi_vs_nyg_new_1200k.mp4> using cache
17:10:06 T:5992   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcurl.dll)
17:10:06 T:2792   DEBUG: ------ Window Init (DialogBusy.xml) ------
17:10:06 T:2792   DEBUG: waiting for python thread 3 to stop
17:10:06 T:2792   DEBUG: python thread 3 destructed
17:10:07 T:2792   DEBUG: Building didl for object 'http://a.video.nfl.com/films/s2011/nfl-total-access/p03/110822_ghl_nflta_prwk3_chi_vs_nyg_new_1200k.mp4'
17:10:12 T:5992   DEBUG: FileCurl::Open(085DD428) http://a.video.nfl.com/films/s2011/nfl-total-access/p03/110822_ghl_nflta_prwk3_chi_vs_nyg_new_1200k.mp4
17:10:12 T:5992    INFO: XCURL::DllLibCurlGlobal::easy_aquire - Created session to http://a.video.nfl.com
17:10:13 T:5992  NOTICE: Creating Demuxer
17:10:13 T:5992   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avutil-50.dll)
17:10:13 T:6784   DEBUG: Thread XFILE::CFileCache start, auto delete: 0
17:10:13 T:5992   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avcore-0.dll)
17:10:13 T:5992   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avcodec-52.dll)
17:10:13 T:5992   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avformat-52.dll)
17:10:13 T:5992   DEBUG: CDVDDemuxFFmpeg::Open - probing detected format [mov,mp4,m4a,3gp,3g2,mj2]
17:10:13 T:5992   DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info starting
17:10:13 T:5992   DEBUG: CDVDDemuxFFmpeg::Open - av_find_stream_info finished
17:10:13 T:5992    INFO: ffmpeg[1768]: Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'http://a.video.nfl.com/films/s2011/nfl-total-access/p03/110822_ghl_nflta_prwk3_chi_vs_nyg_new_1200k.mp4':
17:10:13 T:5992    INFO: ffmpeg[1768]:   Metadata:
17:10:13 T:5992    INFO: ffmpeg[1768]:     major_brand     : mp42
17:10:13 T:5992    INFO: ffmpeg[1768]:     minor_version   : 0
17:10:13 T:5992    INFO: ffmpeg[1768]:     compatible_brands: isommp42
17:10:13 T:5992    INFO: ffmpeg[1768]:     creation_time   : 2011-08-23 05:09:39
17:10:13 T:5992    INFO: ffmpeg[1768]:   Duration: 00:02:22.17, start: 0.000000, bitrate: 1108 kb/s
17:10:13 T:5992    INFO: ffmpeg[1768]:     Stream #0.0(eng): Video: h264 (High), yuv420p, 768x432 [PAR 108:108 DAR 16:9], 1058 kb/s, 29.97 fps, 29.97 tbr, 29970 tbn, 59.94 tbc
17:10:13 T:5992    INFO: ffmpeg[1768]:     Metadata:
17:10:13 T:5992    INFO: ffmpeg[1768]:       creation_time   : 2011-08-23 05:09:39
17:10:13 T:5992    INFO: ffmpeg[1768]:     Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 45 kb/s
17:10:13 T:5992    INFO: ffmpeg[1768]:     Metadata:
17:10:13 T:5992    INFO: ffmpeg[1768]:       creation_time   : 2011-08-23 05:09:41
17:10:13 T:5992   DEBUG: CDVDInputStreamFile::SetReadRate - set cache throttle rate to 269629 bytes per second
17:10:13 T:5992  NOTICE: Opening video stream: 0 source: 256
17:10:13 T:5992  NOTICE: Creating video codec with codec id: 28
17:10:13 T:5992   DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:yes DXVA:yes
17:10:13 T:5992   DEBUG: FactoryCodec - Video:  - Opening
17:10:13 T:5992   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/swscale-0.dll)
17:10:13 T:5992   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avfilter-1.dll)
17:10:13 T:5992  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
Reply
#34
frieten Wrote:any chance of something like this for nfl gamepass?

i have a subscription for that and would love to be able to watch it from xbmc.

Yeah I would love to have something like that also, but it's not available in the USStaredamn directv.

I imagine they are using the same (HLS of some sort) type streaming method that they are using for 'Preseason Live' that I looked at. Basically they are splitting the video in to two second mp4 files for witch you have to make a get request for each one. I've experimented, a little, with trying to make a M3U8 playlist, but haven't been able to get seamless playback.

Anyway, we would really need someone outside the US to develop it.
Reply
#35
neghar Wrote:I did. Thanks for looking into this! I hope you can help.

Looks like it's using the proper codec. I don't think I'm going to be of much help here. What OS are you using?
Reply
#36
divingmule Wrote:Looks like it's using the proper codec. I don't think I'm going to be of much help here. What OS are you using?

Win 7 64bit. I also have an ATI HD3800 but the threads Ive found are not completely my problem, I'm going to reinstall tonight.. looking like my best bet.
Reply
#37
Try changing the render method in - Settings>Video>Playback. Maybe try without DXVA. You could for debugging issues install the stable 10.1 (or any other build)in portable mode without disturbing your current setup. You just install to a different directory and create a shortcut to the new xbmc.exe with the -p switch.
Reply
#38
divingmule Wrote:Maybe try without DXVA.

Wow.. I could have sworn I tried this last week.. The plugin works fantastic now!! My episodes of true blood are still greenish but thats ok Smile Ok, GF is home.. gotta cook dinner and retire my research tonight! Thanks!!
Reply
#39
Update version 0.3
fix for colts team site

Repo and links in the first post updated.
Reply
#40
divingmule Wrote:Yeah I would love to have something like that also, but it's not available in the USStaredamn directv.

I imagine they are using the same (HLS of some sort) type streaming method that they are using for 'Preseason Live' that I looked at. Basically they are splitting the video in to two second mp4 files for witch you have to make a get request for each one. I've experimented, a little, with trying to make a M3U8 playlist, but haven't been able to get seamless playback.

Anyway, we would really need someone outside the US to develop it.

wish i knew more about the stuff i would love to give it a go. if anyone wants to help me with doing it i'd be happy to orginise it for other people from outside the US.

gamepass is truly awesome, love watching stuff in 4 boxes Smile just a PITA that i have to watch it at my computer because there are so many things to click on i can't stand sitting in my loungeroom having to get up to click everything lol.
Image
Reply
#41
frieten Wrote:any chance of something like this for nfl gamepass?

i have a subscription for that and would love to be able to watch it from xbmc.


Yea if we have a directv account with Sunday Ticket on it, is it possible to access that through xbmc? I know directv allows for streaming of the games live on a computer or even a mobile device so the needed functionality should be there on their end.
XBMC System:
Windows 7, E8400, 2GB Ram, 8800GTS, 12.3 “Frodo”, Aeon Nox 4.1.9

Gaming Rig:
Windows 7, i72600k, 8GB Ram, Radeon HD 6950 2 GB, 128GB SSD.
Reply
#42
I joined the forum to ask about this too....I'm thinking about getting the ATV2 and would love to know if I have the NFL Sunday ticket to go package it something can be built....would love to be able to transport Sunday Ticket to my friend's house!
Reply
#43
Please start a new thread about a direct tv add on, this is more for nfl.com and team sites than it is for live games. Thanks!

EDIT:

I think my post is more than kind in response to the question. I actually said please and thanks, while answering their question and pointing them in a direction to possibly get the add on made. I guess if you look for negativity in your daily life long enough, you can find it everywhere you look.
Reply
#44
mrdally204 Wrote:Please start a new thread about a direct tv add on, this is more for nfl.com and team sites than it is for live games. Thanks!

mrdally chill out..damn that's why we are hear to ask question!!!
Reply
#45
Just wanted to drop a line to the dev and say thanks sooooo much for this app.

I absolutely LOVE it!!!
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 8

Logout Mark Read Team Forum Stats Members Help
[RELEASE] NFL.com (video) add-on1