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] - scrubymcbubble - 2019-04-11 https://paste.kodi.tv/avojaradoh.kodi Spent a few hours a day the last 3 days trying to google and troubleshoot this issue before last resorting to asking for assistance on my issues.. I have an android phone (HTC One M9) with MHL support i am setting up as a media center and while i have videos playing fine from my file server and netflix setup successfully the majority of netflix playback through this add-on have no sound for me, i have tried changing every sound option i could find in both Kodi, input-stream, and netflix. The weirdest part is the inconsistency of the issue between episodes of the same series. If i watch episode 1 of season 6 "The Office" i have sound through tv when using MHL or phone speakers when not using MHL. Episode 2 i will have no sound and about 80% of all episodes. Some shows the descriptive audio will work but the main stream english audio wont. Weirder yet some shows english works but other languages wont while the very next episode english wont work and other languages will. It's very inconsistent and i have exhausted my options.. The playstore Android netflix app has no support for anything but touch controls (i intend to use bluetooth controller) and i cant get the Android TV version of netflix to work on my phone either so the kodi app is my only hope. Any guidance would be very much appreciated. I can cooperate with any troubleshooting people can recommend me. My phone is Rooted through magisk if that opens up any additional options for me.. I know netflix dislikes rooted devices however through magisk my device passes SafetyNet check and functions fully on the playstore netflix app. RE: Netflix Add-on [input-stream] - scrubymcbubble - 2019-04-11 TL;DR Android phone with Kodi 18.1 and the Netflix beta v23 add-on. Netflix ESN id manually entered (which fixed allot of initial issues) ISSUE: Inconsistent audio streams. Sound for one episode and no sound for the next etc. Changing languages sometimes sound works on same episode that it wont work for english etc. No sound issues when streaming anything from my local network file server. RE: Netflix Add-on [input-stream] - dark10 - 2019-04-11 I have Sony android TV and Netflix plugin work ok and I can watch UHD movies. With kodi and Netflix addon max resolution for same movies is full hd. I was trying diferent settings in Netflix plugin and inputstream adaptive plugin settings with no luck. Is there any solution to have UHD Netflix in kodi? RE: Netflix Add-on [input-stream] - leone007 - 2019-04-11 (2019-04-11, 18:00)dark10 Wrote: With kodi and Netflix addon max resolution for same movies is full hd. I was trying diferent settings in Netflix plugin and inputstream adaptive plugin settings with no luck. No, and the problem is SW decoding. Read more here: https://github.com/asciidisco/plugin.video.netflix/issues/422 RE: Netflix Add-on [input-stream] - dark10 - 2019-04-11 But my tv has level 1 Widevine and on android and Netflix app I can watch uhd movies. RE: Netflix Add-on [input-stream] - leone007 - 2019-04-11 (2019-04-11, 20:30)dark10 Wrote: But my tv has level 1 Widevine and on android and Netflix app I can watch uhd movies.See here: https://github.com/asciidisco/plugin.video.netflix/issues/86 "How to actually watch 4k videos: Enable the HEVC profiles in the plugin settings (disabled by default) Switch to the InputStream settings and change the stream selection to manual With this activated playing an episode initially started in a really low resolution, you then need to go to the video setting & select a higher res profile" RE: Netflix Add-on [input-stream] - dark10 - 2019-04-12 I have same settings like this but no uhd. Is it possible that my slow internet (10 mbps) is problem? But why Netflix app show uhd/hdr? Or is it possible that Netflix app is in full hd not uhd? RE: Netflix Add-on [input-stream] - webmaher - 2019-04-12 My Sony 9005XE work excellent with 4k HDR...no problem at all… 10Mb/s download is too slow to watch 4k or 1080p... as I know Netflix have max bitrate till 30Mb/s... RE: Netflix Add-on [input-stream] - leone007 - 2019-04-12 (2019-04-12, 09:11)dark10 Wrote: I have same settings like this but no uhd. Have a look at this image https://imgur.com/LK3zSIm , according to this an UHD stream starts at 8 mbps (and yes, if you download UHD HEVC movies, they are most of the time around 13-15 mbps). I doubt that the imputstream.adaptive "knows" your bandwidth and therefore hides the option for UHD stream. If you cannot see the option to switch to UHD (3840x2160) there must be a setting issue somewhere. RE: Netflix Add-on [input-stream] - DAVIZINHO - 2019-04-12 im tryed to sync my list with the library and i blocked my netflix account for 24hours. I think the method to sync is excesive agresive. may change it in new version? this is a great function but not if block the netflix account :-( RE: Netflix Add-on [input-stream] - CastagnaIT - 2019-04-13 (2019-04-11, 09:08)scrubymcbubble Wrote: https://paste.kodi.tv/avojaradoh.kodi lately i have often seen these errors from multiple users, it seems that kodi ffmpeg can not read properly the audio streams, i think the developers of kodi should check the problem or try to update ffmpeg Code:
RE: Netflix Add-on [input-stream] - scrubymcbubble - 2019-04-15 An update on my earlier issues with audio streams being inconsistent on android. Due to the audio issues and no foreseeable solution to get this add-on to work with my android phone i decided to install Kodi on a PC. It's an old windows 7 mini PC and is working just fine with the Netflix audio. I would still like to get the android version functional if anyone has a solution for me to try but for now i'll just get the setup working around using an HTPC instead. I plan to run retro game emulators, local network video streams, and netflix all within the same device. I can achieve this with windows or android but the portability and low power consumption has my favoring the android solution if the audio streams for netflix didn't have these issues. RE: Netflix Add-on [input-stream] - scrubymcbubble - 2019-04-15 There are also a few features my phone has that my PC in its current form cannot compete with such as InfraRed Blaster which can be configured to allow my bluetooth remote to control my Non-smart TV. RE: Netflix Add-on [input-stream] - DNKK - 2019-04-15 (2019-04-13, 10:14)stefive83 Wrote: lately i have often seen these errors from multiple users, it seems that kodi ffmpeg can not read properly the audio streams, i think the developers of kodi should check the problem or try to update ffmpegThe latest 18.2 nightlies if I recall correctly have an updated version of ffmpeg https://github.com/xbmc/xbmc/pull/15713 RE: Netflix Add-on [input-stream] - PolliSoft - 2019-04-15 Hi, I managed to install the Netflix plug-in without issues, but it won't start. I'm running a Windows 10 64bit machine, with a 18.2 nightly 64bit UWP build of Kodi. The error I get in the log when I try to run the plug-in can be seen at https://pastebin.com/ykeFYwyC. I run the latest Nexflix plugin version from repo, v0.14_beta24. Is there anyone that can help or give hints? |