![]() |
|
[SUPPORT] Hulu Video Plugin - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [SUPPORT] Hulu Video Plugin (/showthread.php?tid=121023) |
- BlueCop - 2012-02-24 21:42 anilkuj: I am not really interested. I don't want to discourage hulu plus subscriptions. I am not sure it would work the way the plugin does hulu plus. It doesn't use the website cookies for authorization but rather account tokens like applications do. I am also curious how many proxy accounts they have because each account is limited to a single plus tier video at a time. Groovy - Abrasher - 2012-02-25 06:09 locomot1f Wrote:@ Taubin Thie plugin has been fantastic on my atv2. Finally completely replaced many of my other addons as they were constantly buffering as of late. Hulus servers seem much better equipped. My atv1 was only playing the network pre roll... Unchecked it and bing, bang, boom... I've got my Hulu Plus again. Thanks all! Great work here blu. Ad-blocker in DD-WRT - ztas - 2012-02-25 19:44 Hi BlueCop, I'm not using Hulu Plus. I have ad-blocker enabled on my DD-WRT, which blocks the hulu ads(doubleclick.com). I'm not able to play any movies or shows , does it have any effect on playing movies in Hulu? Log http://pastebin.com/aaZKrmyd Thanks for the wonderful add on. Script Failed - loki131 - 2012-02-26 19:58 Hey Guys, been a long time since I've used the hulu plugin and I'm very impressed with the progress that has been made! I've just scanned the last 39 pages assuming the problem I'm having has come up before but unfortunatly it looks like it's just me (oh and I'm certainly glad to see BlueCop is keeping this public!). The issue I'm having is that if I use my login I get a script failed error however if I turn off the login hulu works great... I've turned off the pre-roll and all the ads but I still get the same result. Here is my log file, I'm running Eden beta 3 on win 7 and I do also have hulu desktop installed and working. If anyone has any ideas I would appreciate the help. ![]() Thanks! - razblade77 - 2012-02-27 23:16 BlueCop Wrote:anilkuj: I am not really interested. I don't want to discourage hulu plus subscriptions. real-debrid on hulu just works like any proxy server, it does not give you a free hulu plus account so i for one would like to see support if possible.so anilkuj and BlueCop please make it happen if you can thanks
- teefer22 - 2012-02-28 00:23 Hi bluecop, I was wondering if you might consider adding a very small code addition the next time you bump the version number of the free cable plugin. The code change has to do with the proxy setting. They work great as is for CBS, but I've noticed by copying and pasting pieces of the CBS proxy code with a tiny bit of modification that I can get USA network working for myself. Here are the changes (not all lines were changed, i've included some of the lines so you can see where to add the code) : usa.py: #Get SMIL url and play video def play(): smilurl=common.args.url swfUrl = 'http://www.usanetwork.com/videos/pdk/swf/flvPlayer.swf' if (common.settings['enableproxy'] == 'true'): proxy = True else: proxy = False data = common.getURL(smilurl,proxy=proxy) If you'd rather not add any additional proxy code, I totally understand. As always, thanks for the great work. - BlueCop - 2012-02-28 00:28 teefer22: I believe you are referring to Free Cable. I can give you commit rights to add proxy for stations if you want. I am not sure which ones will work with proxy. - teefer22 - 2012-02-28 02:17 BlueCop Wrote:teefer22: I believe you are referring to Free Cable. oops, sorry about that. You are correct, I was talking about Free Cable. Thanks. I've never done any commits before, if you give me commit rights, I can't accidentally screw up anything that you have done, can I? - JGP7229 - 2012-02-29 02:37 Quick Question.... I'm new to a lot of this but been able to learn quickly. Hulu was working but about a week ago it loads, lets me search but once i click on an episode it plays for about 5 secs and take me back to the screen displaying all the espisodes. Can someone tell me how to correct this. I appreciate any help. Thanks - Zeee1 - 2012-02-29 05:00 JGP7229 Wrote:Quick Question.... Did you change any of the configurations? If so reload the default setting and restart XBMC. Hopefully this helps you. Zeee1 |