Hulu Plugin Development Thread - Developers only!

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
vinaykagarwal Offline
Junior Member
Posts: 8
Joined: Jan 2009
Reputation: 0
Post: #261
BlueCop Wrote:already committed the updated code to my repo.

BlueCop, Can I get your updated code?

Updated: Just found it at http://code.google.com/p/bluecop-xbmc-repo/
(This post was last modified: 2011-03-30 00:02 by vinaykagarwal.)
find quote
opm881 Offline
Junior Member
Posts: 38
Joined: May 2010
Reputation: 0
Post: #262
ChinaXBMCer Wrote:Any chance you can incorporate an X-Forwarded-For http request header spoof like you did the Daily Show plugin for those of us outside the US?

http://forum.xbmc.org/archive/index.php/t-79148.html

Not sure how easily you could use Dimmuxx's fix for the Daily Show plugin, but it went like this:



Right now with a few ports blocked and the Firefox Modify Headers addon, I can watch Hulu abroad through Firefox - would love it to work in XBMC as well.

Wait, does this mean you can watch it WITHOUT using a vpn?
find quote
kgoerbig Offline
Junior Member
Posts: 8
Joined: Nov 2010
Reputation: 0
Post: #263
What's the possibility of using the huludesktop app through this plugin to play video from hulu without launching the huludesktop app?
find quote
CrippledIguana Offline
Junior Member
Posts: 5
Joined: May 2011
Reputation: 0
Post: #264
Anyone found a solution? I was so pumped to find this plugin but it looks like I can't get anything to play.
find quote
anarchintosh Offline
Fan
Posts: 550
Joined: Jul 2010
Reputation: 4
Post: #265
ChinaXBMCer Wrote:Any chance you can incorporate an X-Forwarded-For http request header spoof like you did the Daily Show plugin for those of us outside the US?

http://forum.xbmc.org/archive/index.php/t-79148.html

Not sure how easily you could use Dimmuxx's fix for the Daily Show plugin, but it went like this:



Right now with a few ports blocked and the Firefox Modify Headers addon, I can watch Hulu abroad through Firefox - would love it to work in XBMC as well.
i'm going to try hacking a few US-only plugins with this and see if it makes them work in UK. seems almost too easy Wink

CrippledIguana Wrote:Anyone found a solution? I was so pumped to find this plugin but it looks like I can't get anything to play.

for now you can use icefilms addon, it provides most of the same content
find quote
highlandsun Offline
Senior Member
Posts: 152
Joined: Mar 2009
Reputation: 0
Post: #266
Nice to see Bluecop has continued to run with this. The get-flash-videos plugin needs to get some corresponding updates, they haven't updated since February.
find quote
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #267
it was nice to see you resurrect it to begin with. thanks for all the rtmpdump work. it is much appreciated.
(This post was last modified: 2011-07-25 21:42 by BlueCop.)
find quote
mr.b Offline
Senior Member
Posts: 165
Joined: May 2007
Reputation: 0
Post: #268
BlueCop,

is there a time-to-live on the SMIL? what are your thoughts on any pre-processing or caching of smil and/or other data either 1)on the local machine on which XBMC runs, or 2)some other machine whether it be on the same network or publicly accessible on the internet. It might even be something that could be run on GoogleAppEngine if none of the required python libs are c-based or require socket connections.
find quote
BlueCop Offline
bipedal omnivore
Posts: 1,657
Joined: May 2004
Reputation: 70
Post: #269
the rtmp auth tokens expire. it is minutes but I am not sure the exact time. I am not sure cacheing will be very effective because you'll need a new smil to get a newer auth token anyway.
find quote
mr.b Offline
Senior Member
Posts: 165
Joined: May 2007
Reputation: 0
Post: #270
BlueCop Wrote:the rtmp auth tokens expire. it is minutes but I am not sure the exact time. I am not sure cacheing will be very effective because you'll need a new smil to get a newer auth token anyway.

k, gotcha, thanks for the explanation.

what about general episode data for some of your plugins. What if there was a repo which had, for purposes of illustration (I haven't thought it all the way through), a sqlite DB updated on some timely bases (daily/hourly/whatever) and/or updates stored in timestamped SQL-dumps. The idea is that the plugin wouldn't have to do all of the HTTP/HTML requests and processing (beautifulsoup,etc). Just brainstorming a bit - I've been trying to work through some ways to optimize plugins - even started a thread re: persistence in the script dev forum but no one seems to have anything to say on it. If you'd prefer to take this discussion elsewhere let me know.

thanks
find quote
Post Reply