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] - essam315 - 2019-01-08 (2019-01-08, 16:34)Roskor Wrote: I am using Kodi 18 on Tinker Board S with the 0.14.1 and it runs but its very laggy.Try to lower the resolution to 720p, right click on the Netflix plugin icon and press on "Settings", in "Account" press on "Inputstream Addon Settings", in "Max. Resolution secure decoder" choose "720p", and press on "OK", Netflix plugin uses software decoding only, other software may use hardware decoding which makes them capable of decoding higher resolutions. Try using 0.13.21, it might be better for your device because VP9 is not enabled in 0.13.21 by default (VP9 usually slower than h264), uninstall 0.14.1 first. https://github.com/asciidisco/plugin.video.netflix/archive/0.13.21.zip RE: Netflix Add-on [input-stream] - olleman - 2019-01-08 (2019-01-07, 19:38)agpol07 Wrote: Hi all, I can't even get smooth playback with 720p. I noticed that one core is at 100% the others are not really used at all but perhaps that's just the way it is with software decoding. Can we expect any kind of change here or will HD playback not really be available for rpi owners? RE: Netflix Add-on [input-stream] - Ipaddle - 2019-01-08 (2019-01-08, 01:41)essam315 Wrote:Unfortunately the error message persists. I can provide a log if necessary.(2019-01-08, 00:55)Ipaddle Wrote: Running Beta 14. “Check your credentials”. They are fine (got an email), bur obviously the addon will not login.Try using this unofficial 0.14.1, uninstall beta 14 first. Log: Kodi Log (back on 13.21 and it works) RE: Netflix Add-on [input-stream] - essam315 - 2019-01-09 (2019-01-08, 22:33)Ipaddle Wrote:I'm not sure what is the fix for this problem, but try a clean installation for Kodi, remove everything related to Kodi and install it again and install 0.14.1, if still not working change your Netflix password for just numbers and letters.(2019-01-08, 01:41)essam315 Wrote:Unfortunately the error message persists. I can provide a log if necessary.(2019-01-08, 00:55)Ipaddle Wrote: Running Beta 14. “Check your credentials”. They are fine (got an email), bur obviously the addon will not login.Try using this unofficial 0.14.1, uninstall beta 14 first. RE: Netflix Add-on [input-stream] - xiji - 2019-01-09 Add on mostly works great although... 1. Some videos play at low quality while the rest plays perfectly, not sure why.. also dont think it gets better after a few mintes into the video. 2. And that's the real bugger, the subtitles are displayed like yoda speaks. https://prnt.sc/m4yqqo Glad to hear it I would be if anyone's got a solution. RE: Netflix Add-on [input-stream] - essam315 - 2019-01-09 (2019-01-09, 17:43)xiji Wrote: Add on mostly works great although...Try this modified release, see if it will fix the problem with the subtitles or not, uninstall Netflix plugin first. https://mega.nz/#!ZslzHAyZ!19s1S0lf0PTMR8PETwjziNGohgR1Am0VBDlWjZPupUE The movies in 480p or 540p are not a problem from the Netflix plugin, some movies are provided in this resolutions from its owners, try to play the same movies on google chrome and you will get the same resolutions. RE: Netflix Add-on [input-stream] - HiassofT - 2019-01-10 (2019-01-08, 22:13)olleman Wrote: I can't even get smooth playback with 720p. I noticed that one core is at 100% the others are not really used at all but perhaps that's just the way it is with software decoding.On the RPi3B I needed a slight overclock to get 720p working smoothly. Without that it would stutter and audio/video got out of sync when the bitrate exceeded about 4.5-5Mbit/sec. I used these overclock settings on my RPi3B: Code: arm_freq=1300 The RPi3B+ should be fine with stock clocking, but to get better HEVC performance I added a bit of overclock on it as well and raised the soft throttling limit to 70° (which was the value the first RPi3B+ firmware shipped with before it was reduced to 60°). Here are the settings I'm currently using on my RPi3B+s: Code: temp_soft_limit=70 Note: these overclock settings are not guaranteed to work on all RPis, you have to test yourself if they are stable on your RPi. Also keep in mind that you need proper cooling, if the RPi starts throttling because it's getting too hot Netflix will start to stutter as well. Use eg bcmstat.sh on LibreELEC to monitor current temperature and clock rates. so long, Hias RE: Netflix Add-on [input-stream] - xiji - 2019-01-10 What do you mean uninstall plugin? I tried to uninstall everything then install the plugin and now videos won't even open. RE: Netflix Add-on [input-stream] - xiji - 2019-01-10 (2019-01-09, 18:58)essam315 Wrote:Sorry, forgot to quote. New here..(2019-01-09, 17:43)xiji Wrote: Add on mostly works great although...Try this modified release, see if it will fix the problem with the subtitles or not, uninstall Netflix plugin first. RE: Netflix Add-on [input-stream] - essam315 - 2019-01-10 (2019-01-10, 12:26)xiji Wrote:To uninstall the Netflix addon, open Kodi, right click on the Netflix addon icon, press on "Information", then press on "Uninstall", press on "Yes", then press on "Yes".(2019-01-09, 18:58)essam315 Wrote:Sorry, forgot to quote. New here..(2019-01-09, 17:43)xiji Wrote: Add on mostly works great although...Try this modified release, see if it will fix the problem with the subtitles or not, uninstall Netflix plugin first. Install the official 0.13.21 https://github.com/asciidisco/plugin.video.netflix/archive/0.13.21.zip Netflix Add-on [input-stream] - sawyer53 - 2019-01-10 Does this plugin show HD 720p? Tapatalk kullanarak iPhone aracılığıyla gönderildi RE: Netflix Add-on [input-stream] - essam315 - 2019-01-10 (2019-01-10, 16:43)sawyer53 Wrote: Does this plugin show HD 720p?Yes, 720p and 1080p and if you have android device you could get 4K in some videos (but not for all the movies, some movies are 540p and 480p only), if you want to force the plugin to show the videos in 720p only, follow the steps here. https://forum.kodi.tv/showthread.php?tid=329767&pid=2806730#pid2806730 Netflix Add-on [input-stream] - sawyer53 - 2019-01-10 (2019-01-10, 16:51)essam315 Wrote:(2019-01-10, 16:43)sawyer53 Wrote: Does this plugin show HD 720p?Yes, 720p and 1080p and if you have android device you could get 4K in some videos (but not for all the movies, some movies are 540p and 480p only), if you want to force the plugin to show the videos in 720p only, follow the steps here. I've got all the movies opening as 540. 13 version does not open gives error. The 14 version is only opening. Tapatalk kullanarak iPhone aracılığıyla gönderildi Netflix Add-on [input-stream] - sawyer53 - 2019-01-10 No 720p Tapatalk kullanarak iPhone aracılığıyla gönderildi RE: Netflix Add-on [input-stream] - badsheep - 2019-01-10 Hello everybody, First : thanks for your work !! Great great plugin Now the complains I have two macs - One modern, a MacBook Pro : everything works perfectly. - An old one, which is my home cinema, an iMac from 2009 He's in fullscreen mode, with a video projector plugged in mirroring, in 1080p. My Kodi is v18, configured with the auto adjust frame rate. it works nicely : 1080p24 > my hdmi output switches to 24fps 1080p25 > my hdmi output switches to 50fps 1080p23,976 > my hdmi output switches to 60fps NTSC (24,50 & 60 are the 3 modes allowed by this video projector) All the speeds are correctly detected and applied to the hdmi output, whether I use the local files or streaming. When I read local video files on that computer (all rates), it's perfect. When I read streaming from Catchup-TV & more (25fps rate, as I'm in France), it's also perfect. Here's the problem : When I stream from the Netflix Add-on, I can read perfectly 1080p24, but not the 1080p23,976 or 1080p25 : it stutters. Just to test, I installed the Youtube add-on, setup to use inputstream adaptive to read mpd from Youtube : everything works and is fluid, at all rates (23,976, 24, 25) Strange, no ? So : - I think the computer is capable of reading streaming 1080p at all rates (well at least until 25fps, which is enough for me) - Why isn't it working with the Netflix plugin ? I case of it might help to debug : When I play a Youtube video and it hit "O", it display "video decoder : ff-h264 (SW)" (even if it's REALLY using inputstream adaptive, I'm sure of it I did test) When I play a Netflix video, it says "video decoder : inputstream.adaptive.h264.decoder (SW)" Does Netflix add-on handle inputstream adaptive in a different way than Youtube add-on does ? Would it be possible to handle it so that it works like the Youtube add-on does ? Thanks, sorry for that long text but the problem was hard to detect for me |