• 1
  • 107
  • 108
  • 109(current)
  • 110
  • 111
  • 128
[SUPPORT] Hulu Video Plugin
Well the addon is still pulling up just level 3 as a choice so Hulu Desktop working again has little bearing on the Hulu addon working again.
Reply
well i tried this change on the hulu and hulu beta addon and nothing changes i still cant get it to play and still get the pop up
Reply
I notice that even when i change the CDNS in the common.py i still do not have any of those options in my hulu. its still limelight and the other 2 that have always been there.
Reply
(2014-03-19, 02:30)smoke_tetsu Wrote: Meanwhile... Real Debrid seems to be broken too... still.

Real Debrid must have set their service to work only with AKAMAI... I guess
Reply
Why do people pay for that? Seems you get everything anyway without it
Reply
Pay for what? Hulu Plus? You get HD and more videos with it. No you don't get "everything" without it.
Reply
He is referring to RD, and the answer is because it proxys a US server so our oversea friends can enjoy hulu aswel
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
Still not working today? I was about to try it out again but wanted to check here first.... When I get home I will try it out
Reply
(2014-03-19, 21:55)Lunatixz Wrote: He is referring to RD, and the answer is because it proxys a US server so our oversea friends can enjoy hulu aswel
Yeah it's also worked as an option in the past for when native Hulu+ doesn't work. Not right now though obviously.
Reply
UPDATE - I got it working again

I have not tried it with the original stream_hulu.py file. I used the modified one and chose the darwin-level3 option at the very bottom of the stream choices.

Hulu Beta Plugin, Raspberry Pi - Hulu Plus in HD.

Enjoy again!
Reply
(2014-03-20, 01:11)mattmartinolc Wrote: UPDATE - I got it working again

I have not tried it with the original stream_hulu.py file. I used the modified one and chose the darwin-level3 option at the very bottom of the stream choices.

Hulu Beta Plugin, Raspberry Pi - Hulu Plus in HD.

Enjoy again!


Same here on stable version works from the morning
Actually they changed it on the noon to Level3 then changes it back to darwin-level 3

I believe they try to make our lives harder and there is a good possibility someone from Hulu use this forum to catch up.
Reply
(2014-03-20, 01:22)Johnnymagical Wrote:
(2014-03-20, 01:11)mattmartinolc Wrote: UPDATE - I got it working again

I have not tried it with the original stream_hulu.py file. I used the modified one and chose the darwin-level3 option at the very bottom of the stream choices.

Hulu Beta Plugin, Raspberry Pi - Hulu Plus in HD.

Enjoy again!


Same here on stable version works from the morning
Actually they changed it on the noon to Level3 then changes it back to darwin-level 3

I believe they try to make our lives harder and there is a good possibility someone from Hulu use this forum to catch up.

Well, it was darwin-level3 like you said, I watch one episode of Family guy, and in that time, it changed AGAIN to just level3.

So I changed the following code and now it is working again for the time being without asking me to choose a stream source.

in /language/English/strings.py

FIND:
PHP Code:
<string id="30023">720p 3200k</string

REPLACE WITH:
PHP Code:
<string id="30023">16x9 24fps p009</string

Then in settings pick that as your stream source and level3 as your default CDN. Not only should it work, it should not even ask you to choose a stream source anymore (you know, until they change it six time again over the next 24 hours).

Edit: you could also replace the akamai string of strings.py since akamai seems to be no more so that you can later update your default CDN if they keep flip-flopping it.

FIND:
PHP Code:
<string id="30030">level3</string

REPLACE:
PHP Code:
<string id="30030">darwin-level3</string
Reply
Tongue 
(2014-03-20, 02:51)mattmartinolc Wrote:
(2014-03-20, 01:22)Johnnymagical Wrote:
(2014-03-20, 01:11)mattmartinolc Wrote: UPDATE - I got it working again

I have not tried it with the original stream_hulu.py file. I used the modified one and chose the darwin-level3 option at the very bottom of the stream choices.

Hulu Beta Plugin, Raspberry Pi - Hulu Plus in HD.

Enjoy again!


Same here on stable version works from the morning
Actually they changed it on the noon to Level3 then changes it back to darwin-level 3

I believe they try to make our lives harder and there is a good possibility someone from Hulu use this forum to catch up.

Well, it was darwin-level3 like you said, I watch one episode of Family guy, and in that time, it changed AGAIN to just level3.

So I changed the following code and now it is working again for the time being without asking me to choose a stream source.

in /language/English/strings.py

FIND:
PHP Code:
<string id="30023">720p 3200k</string

REPLACE WITH:
PHP Code:
<string id="30023">16x9 24fps p009</string

Then in settings pick that as your stream source and level3 as your default CDN. Not only should it work, it should not even ask you to choose a stream source anymore (you know, until they change it six time again over the next 24 hours).

Edit: you could also replace the akamai string of strings.py since akamai seems to be no more so that you can later update your default CDN if they keep flip-flopping it.

FIND:
PHP Code:
<string id="30030">level3</string

REPLACE:
PHP Code:
<string id="30030">darwin-level3</string

Yep they did it again....

I just changed cdns from common.py
PHP Code:
cdns = ['darwin-level3','darwin-limelight','darwin-edgecast'
to this:
PHP Code:
cdns = ['level3','darwin-limelight','darwin-edgecast'

Works great for me
till the next round Smile
Reply
I will try this. It's very frustrating hope someone can get a fix for this
Reply
Well, the videos are working for me with level3 now but modifying the strings is not working to suppress the quality choosing menu for me. Also, in my list it always just says "level3" not "darwin-level3". <-strike that now... reverse it... But no matter which I enter for strings and or cdns it pops up with the quality choice list.
Reply
  • 1
  • 107
  • 108
  • 109(current)
  • 110
  • 111
  • 128

Logout Mark Read Team Forum Stats Members Help
[SUPPORT] Hulu Video Plugin17