Posts: 287
Joined: Sep 2017
Reputation:
18
2018-08-22, 01:51
I've been looking at the Hulu website and it's JSON is very similar to that of PSVue. Looks like tokens and cookies are used for authorization and login. If people are interested in a standalone Hulu addon, post a response and I'll work on some code this weekend. Also, any help is also appreciated.
Posts: 7,293
Joined: May 2011
Reputation:
402
2018-08-22, 02:35
(This post was last modified: 2018-08-22, 03:08 by Lunatixz.)
Parsing Hulu is easy enough; its their DRM thats a pain...
Posts: 590
Joined: Apr 2011
Reputation:
26
What about Yahoo View? No login required.
Posts: 3
Joined: May 2013
Reputation:
0
A few days late to the party, but i am interested in a hulu addon as well. With Kodi 18 finally reaching beta, i have been looking into the inputstream plugins and was surprised one for hulu didnt already exist
Posts: 291
Joined: Aug 2015
Reputation:
1
Mark me as interested as well. I have a hulu membership as well Netflix. I am super stoked with the Netflix inputstream addon for kodi and would love to see something like this for Hulu. I also use on a daily basis the Amazon VOD input stream addon and they all work very well
Posts: 4
Joined: Apr 2017
Reputation:
0
Has there been any movement on this front? I'd love to consolidate my Hulu watching within Kodi as well.
Posts: 287
Joined: Sep 2017
Reputation:
18
Getting json info is fairly straightforward, still working on authorization urls. Real hard part is the DRM. Hulu uses DASH for the most part but also still uses HLS. I do t think inputstream can handle both at the same time and I haven't figured out which streams Hulu uses which DRM on. I'll work on some more code this weekend and focus more on the DASH.