Release Netflix Add-on [input-stream] - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154) +---- Thread: Release Netflix Add-on [input-stream] (/showthread.php?tid=329767) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
|
RE: Netflix Add-on [input-stream] - DNKK - 2019-10-02 (2019-10-02, 04:53)GenesisDH Wrote:(2019-10-02, 02:35)Betuel Wrote: Today my shield updated to 8.0.1, previously i had the "Failed validation key exchange" error but now is fixed with this update, the only video streams available were those up to 720p with HEVC and 1080p with VP9 profile but after manual Netflix ESN came all 1080p to 4K streams. But the plugin can not play 4K streams.(black screen)I just received the update and will be updating shortly to confirm playback of 720p and above streams. The streams of 1080p and up show up with manual esn as a selection but not able to play them. Max I can play is 720p streams. The rest give a black screen. Netflix Add-on [input-stream] - lightsout - 2019-10-02 Is it to be expected that the add on is really slow? Every time I select something it feels like 30-40 second of the spinning circle to get to the next screen. I just gave up a few times because it felt like it was never going to work. This is on 15.3 with the Odroid N2. RE: Netflix Add-on [input-stream] - Sholander - 2019-10-03 (2019-10-02, 23:27)lightsout Wrote: Is it to be expected that the add on is really slow? Every time I select something it feels like 30-40 second of the spinning circle to get to the next screen. I just gave up a few times because it felt like it was never going to work. This is on 15.3 with the Odroid N2. It maybe something with your installation/settings, or maybe a network problem, since on my Odroid N2 (on CoreElec/Kodi 18.4 - NF addon 15.3) spinning wheel is off in a couple of seconds when changing screens or starting to play a stream. RE: Netflix Add-on [input-stream] - docwra - 2019-10-03 (2019-10-02, 23:27)lightsout Wrote: Is it to be expected that the add on is really slow? Every time I select something it feels like 30-40 second of the spinning circle to get to the next screen. I just gave up a few times because it felt like it was never going to work. This is on 15.3 with the Odroid N2.No thats not expected at all, but that is a very under-powered device as well. My Nvidia Shield takes about a second to change screens. RE: Netflix Add-on [input-stream] - wrxtasy - 2019-10-03 (2019-10-03, 09:52)docwra Wrote:(2019-10-02, 23:27)lightsout Wrote: Is it to be expected that the add on is really slow? Every time I select something it feels like 30-40 second of the spinning circle to get to the next screen. I just gave up a few times because it felt like it was never going to work. This is on 15.3 with the Odroid N2.No thats not expected at all, but that is a very under-powered device as well. My Nvidia Shield takes about a second to change screens. LOL - You must have the N2 mixed up with something else. It's anything but "very under-powered" - eg. Geekbench scores - > N2 vs Shield (click) Netflix Add-on [input-stream] - lightsout - 2019-10-03 Everything else works nice and snappy and honestly I think I have seen this on our devices. It's always really slow for me. I'll test out on my Windows machine also later. Anyone got any ideas on things I can try? Just updated the add on and adaptive input streams. My network is fine (100mb) and standard Netflix on my Shield or any other app works great. RE: Netflix Add-on [input-stream] - Sholander - 2019-10-03 (2019-10-03, 15:57)lightsout Wrote: Anyone got any ideas on things I can try? Just updated the add on and adaptive input streams. Is this behavior in Android or in CoreElec ? Which are your OS versions and inputstram.adaptive, script.module.inputstreamhelper and libwidevine.so versions ? RE: Netflix Add-on [input-stream] - lightsout - 2019-10-03 (2019-10-03, 18:13)Sholander Wrote:This is in coreelec. 9.2 with the 9-29 nightly. I recently (two days ago) updated all add ons. But I am away from home to give the exact numbers.(2019-10-03, 15:57)lightsout Wrote: Anyone got any ideas on things I can try? Just updated the add on and adaptive input streams. How do I find out the widevine version? RE: Netflix Add-on [input-stream] - Sholander - 2019-10-03 (2019-10-03, 19:58)lightsout Wrote:(2019-10-03, 18:13)Sholander Wrote:This is in coreelec. 9.2 with the 9-29 nightly. I recently (two days ago) updated all add ons. But I am away from home to give the exact numbers.(2019-10-03, 15:57)lightsout Wrote: Anyone got any ideas on things I can try? Just updated the add on and adaptive input streams. I look it up in "InputStream Helper information Or, open the file with any text viewer and search for "4.10.1303" string (old version) or "4.10.1440" (new version). Netflix works with both versions, but much better with the old one. RE: Netflix Add-on [input-stream] - NotToday - 2019-10-03 (2019-09-29, 22:43)Sholander Wrote: download this version (libwidevinecdm.so_4.10.1303.0-linux-armv7) and copy it to the same folderI appreciate the thought, but I prefer not to download binaries in that fashion. I'll wait, and hope a new version fixes it I guess. It would be nice if the upgrade process kept at least one version backed up so that incidents like this wouldn't come about, but ah well. RE: Netflix Add-on [input-stream] - Sholander - 2019-10-03 New version of what, Widevine ? This time new version broke NF performance, so no fix there. Usually Widevine gets a fresh version about every 6 moths and present version is from June, so I don't think that anything will change before year's end... NF is the only imputstram.adaptive addon that works with previous and latest libvidevine.so versions. All other work only with the latest one. Btw, Widevine updates through "inputstream.helper" keeps the present libwidevinecdm.so renaming it to libwidevinecdm.so.old in the same folder. RE: Netflix Add-on [input-stream] - Snapcase - 2019-10-04 Hi @lightsout & @docwra I also had performance issues. Even pressing back would take about 5-10 seconds. Getting back to the home screen from a subcategory was pretty annoying, but I was able to improve it a lot. Try uninstalling the add-on and make sure you select delete add-on data, then reinstall the latest version from the repo. Or just delete plugin.video.netflix in userdata\addon_data I checked out the debug logs and had a lot of errors about settings definitions not being found. I had installed an older version of this add-on before finding the repo. Although I have been using the latest version from the repo, I think there was probably some junk left over in the addon_data folder. Deleting the addon data and reconfiguring fixed the issue. Now it appears to be using a cache instead of reloading every menu option like it was doing before. I'm guessing there was an old cache or other artifacts from the previous version preventing the caching in the most recent version from working properly. Some menu options seem to reload each time though ("My list"), but it's still much faster than before. Netflix Add-on [input-stream] - kos25k - 2019-10-04 I have same experience on Vorke Z6.Pressing back when on movie,takes 5+ seconds.Sometimes also movie takes 30 seconds to load and almost everytime I have to manually enable subs.They are disabled by their own even when watching next episode.I also pressed multiple times set as default for all options. RE: Netflix Add-on [input-stream] - dantist - 2019-10-04 Netflix stopped working on my LibreELEC RPi3 a couple of weeks ago. ERROR: [plugin.video.netflix (0)] Mastertoken has expired Is this still the latest repo? https://github.com/castagnait/repository.castagnait/raw/master/repository.castagnait-1.0.0.zip Any idea when it will be working again? RE: Netflix Add-on [input-stream] - macardi - 2019-10-04 Hi! Maybe this question has been answered before, but I have not been able to find an answer. How to change profile if you have automatic login turned on? I have two profiles, my own and one for the kids. If I do not have the automatic login set up, I often need to fill in my credentials when I start the plugin which is quite cumbersome. But I need to get access to both profiles somehow. Cheers Marcus |