Kodi Community Forum
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)



RE: Netflix Add-on [input-stream] - CastagnaIT - 2020-09-24

(2020-09-20, 20:38)Vroky Wrote: Hello. I've got a problem on my widescreen 21:9 monitor. Although both my monitor and the shows are all 21:9 I get black bars EVERY side of the screen AND a distorted image. I played with all the zoom setting but nothing would work correctly. Everything outside of netflix works fine.
I have to manually zoom around 1.13 and reduce pixel ratio to 0.82 every time to show correctly.
Is there any way to persist those for netflix only?

Seem more a Kodi bug, or perhaps something that not works/missing between Kodi and InputStreamAdaptive add-on
to handle this case of different aspect ratio (the NF addon not manage video streams).

FWIK this is the only thing that can be done on addon side, i have added "par" parameter to force aspect ratio to 16:9 (the streams are 16:9),
usually not needed because it should be set automatically,
this is the update test:
https://www.dropbox.com/s/ao03fp4z4g6jx0z/plugin.video.netflix_1.9.1_20200924_par_t1.zip?dl=0

if not works try report the problem to Kodi devs with more info of your device/system


RE: Netflix Add-on [input-stream] - xnappo - 2020-09-26

(2020-09-17, 00:47)Bigdrago Wrote: I installed it on nvidia shield tv on kodi. But there is no dolby atmos or vision from this app...

You may (or may not) be interested in the hacky way I deal with Netflix/Amazon content:
https://github.com/xnappo/VirtualEpisodes


RE: Netflix Add-on [input-stream] - mikefreeman - 2020-09-27

We have a bit of a problem with this addon. Not sure if it's a settings issue or a bug. At times, the video goes through times where it's running slightly slower, but the sound runs normally. So over time, the sound gets further and further ahead of the video, to the point where it's really unwatchable. Any suggestions? This is on a Raspberry Pi 3B+ running Kodi on OSMC.


RE: Netflix Add-on [input-stream] - Atreyu - 2020-09-27

That might be device or OS specific, because I do not see these symptoms, ever.
Maybe your device does not handle software decoding that well. Hard to say without log.


RE: Netflix Add-on [input-stream] - mikefreeman - 2020-09-27

(2020-09-27, 14:56)Atreyu Wrote: That might be device or OS specific, because I do not see these symptoms, ever.
Maybe your device does not handle software decoding that well. Hard to say without log.

Below is my Kodi log from a short session of just starting Kodi, running one Netflix stream until the sound gets way off (only takes about 20-30 seconds), then stopping the stream. I had to snip out all the startup things at the beginning, because the site won't let me post that many characters. It starts right about the point I start the Netflix addon. At the timestamp 2020-09-27 12:31:56.613, I started a Netflix show stream. At timestamp 2020-09-27 12:32:32.202 I stopped the stream. There doesn't seem to be anything unusual going on between those points in the log, other than maybe Samba connections being closed. If you see anything concerning, let me know.

2020-09-27 12:30:59.523 T:1626288864 NOTICE: [service.upnext] UpNextMonitor -> Service started
2020-09-27 12:31:01.514 T:1651466976 NOTICE: [Amazon VOD] Service: Proxy bound to 127.0.0.1:42759
2020-09-27 12:31:01.703 T:1651466976 NOTICE: [Amazon VOD] Service: Proxy server started
2020-09-27 12:31:01.704 T:1651466976 NOTICE: [Amazon VOD] Service started
2020-09-27 12:31:02.571 T:1609503456 NOTICE: plugin.audio.spotify --> Logged in to Spotify - Username: 12122654946
2020-09-27 12:31:55.794 T:1038017248 ERROR: EXCEPTION: Invalid setting type
2020-09-27 12:31:55.795 T:1038017248 NOTICE: [script.module.inputstreamhelper] Widevine update check was made on 2020-09-25 16:09
2020-09-27 12:31:56.613 T:1915430448 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.netflix/play/show/81094723/season/81098580/episode/81154169/?profile_guid=M6Z63GM6ZBECLOYFRXHRMYZXRE
2020-09-27 12:31:56.616 T:1404711648 NOTICE: Creating InputStream
2020-09-27 12:31:59.828 T:1404711648 NOTICE: Creating Demuxer
2020-09-27 12:31:59.831 T:1404711648 NOTICE: Opening stream: 1001 source: 256
2020-09-27 12:32:00.268 T:1404711648 NOTICE: Creating video codec with codec id: 27
2020-09-27 12:32:00.285 T:1404711648 NOTICE: Creating video thread
2020-09-27 12:32:00.285 T:952079072 NOTICE: running thread: video_thread
2020-09-27 12:32:00.286 T:1404711648 NOTICE: Opening stream: 1004 source: 256
2020-09-27 12:32:00.367 T:1404711648 NOTICE: Finding audio codec for: 86056
2020-09-27 12:32:00.370 T:1404711648 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder eac3
2020-09-27 12:32:00.370 T:1404711648 NOTICE: Creating audio thread
2020-09-27 12:32:00.371 T:910115552 NOTICE: running thread: CVideoPlayerAudio:Tonguerocess()
2020-09-27 12:32:00.371 T:1404711648 NOTICE: Opening stream: 1015 source: 256
2020-09-27 12:32:01.454 T:910115552 NOTICE: Creating audio stream (codec id: 86056, channels: 6, sample rate: 48000, no pass-through)
2020-09-27 12:32:11.552 T:1915430448 NOTICE: Samba is idle. Closing the remaining connections
2020-09-27 12:32:32.202 T:1915430448 NOTICE: CVideoPlayer::CloseFile()
2020-09-27 12:32:32.206 T:1404711648 NOTICE: CVideoPlayer::OnExit()
2020-09-27 12:32:32.207 T:1404711648 NOTICE: Closing stream player 1
2020-09-27 12:32:32.208 T:1404711648 NOTICE: Waiting for audio thread to exit
2020-09-27 12:32:32.210 T:910115552 NOTICE: thread end: CVideoPlayerAudio::OnExit()
2020-09-27 12:32:32.210 T:1404711648 NOTICE: Closing audio device
2020-09-27 12:32:32.261 T:1404711648 NOTICE: Deleting audio codec
2020-09-27 12:32:32.262 T:1404711648 NOTICE: Closing stream player 2
2020-09-27 12:32:32.263 T:1404711648 NOTICE: waiting for video thread to exit
2020-09-27 12:32:32.272 T:1915430448 NOTICE: VideoPlayer: waiting for threads to exit
2020-09-27 12:32:32.291 T:952079072 NOTICE: thread end: video_thread
2020-09-27 12:32:32.293 T:1404711648 NOTICE: deleting video codec
2020-09-27 12:32:33.391 T:1404711648 NOTICE: Closing stream player 3
2020-09-27 12:32:33.486 T:1915430448 NOTICE: VideoPlayer: finished waiting
2020-09-27 12:32:33.486 T:1915430448 NOTICE: CVideoPlayer::CloseFile()
2020-09-27 12:32:33.486 T:1915430448 NOTICE: VideoPlayer: waiting for threads to exit
2020-09-27 12:32:33.486 T:1915430448 NOTICE: VideoPlayer: finished waiting
2020-09-27 12:32:33.507 T:1915430448 ERROR: Control 55 in window 10025 has been asked to focus, but it can't
2020-09-27 12:34:15.281 T:1915430448 NOTICE: Samba is idle. Closing the remaining connections
2020-09-27 12:35:15.486 T:1685037792 ERROR: EXCEPTION: Non-Existent Control 300
2020-09-27 12:35:47.559 T:1413128928 WARNING: CPythonInvoker(16): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.


RE: Netflix Add-on [input-stream] - beefpitas - 2020-09-28

So I am having an issue with the Netflix addon recently that has really gotten me stumped.  i run Kodi on a Rpi and a mac mini.  it is working fine on the Rpi, but on the mac mini, which is where we watch more often, it stalls on certain titles.  there does not seem to be any rhyme or reason to it.  i have tried changing various parameters to sus it out, but to no avail.  something I did got one show to play and then it stopped.  most recently I deleted my kodi folder from my application support folder to sort of start over and just installed the netflix addon, and have copied the log file to pastebin here:
https://pastebin.com/UPrjvND2
I have come to this thread many time and have been able to work out most issues, but this seems to be specific to my mac mini. 
this is my first time posting here, please let me know if i have screwed it up. 
thanks,
Beefpitas


RE: Netflix Add-on [input-stream] - Atreyu - 2020-09-28

@mikefreeman please do not post logs directly on the forum. Use something like pastebin.
Furthermore, make sure debugging is on and only post full logs.

Also, I would recommend testing with _only_ relevant addons to avoid issues resulting from other installs.


RE: Netflix Add-on [input-stream] - Atreyu - 2020-09-28

@beefpitas your link seems to be invalid.


RE: Netflix Add-on [input-stream] - GenesisDH - 2020-09-28

(2020-09-27, 04:58)mikefreeman Wrote: We have a bit of a problem with this addon. Not sure if it's a settings issue or a bug. At times, the video goes through times where it's running slightly slower, but the sound runs normally. So over time, the sound gets further and further ahead of the video, to the point where it's really unwatchable. Any suggestions? This is on a Raspberry Pi 3B+ running Kodi on OSMC.
What resolution is the content being played?
Pi 3B models, from previous posts, appear to perform worse when playing content above 720P.


RE: Netflix Add-on [input-stream] - beefpitas - 2020-09-28

(2020-09-28, 06:34)Atreyu Wrote: @beefpitas your link seems to be invalid.
sorry about that.  i haven't used pastebin before.  here's the kodi one.  I pasted my log and hit save.  It looks liket it sort of complied the text at least. 

lets try this one:

https://paste.kodi.tv/jafiriyeto.kodi


RE: Netflix Add-on [input-stream] - DarrenHill - 2020-09-28

@beefpitas - you have a banned addon (wiki) repo installed on your device, which will preclude support here whilst it's in place:

Code:
2020-09-27 20:08:15.751 T:140736394089408  NOTICE: ADDON: script.module.tknorris.shared v0.0.23 installed



RE: Netflix Add-on [input-stream] - User 309201 - 2020-09-29

Good evening, all.

I run Kodi on an OSMC Vero 4K+. I have a long-standing issue with this add-on, which is that it doesn't display subtitles correctly when the output resolution is set to 480p.

The top line of each subtitle displays correctly, but the second line is displayed more than half way up the screen and displaced to the left, instead of where it should be.

Playing a 480p DVD rip with .SRT subtitles doesn't exhibit the same problem; it's specific to the Netflix add-on.

Setting the output resolution to 1080p or 2160p fixes the problem, but it also doesn't look very good, as the player's upscaling is rather poor.

Some debug logs:
https://paste.osmc.tv/exokaqituj


RE: Netflix Add-on [input-stream] - CastagnaIT - 2020-09-30

(2020-09-29, 23:14)Shasarak Wrote: Good evening, all.

I run Kodi on an OSMC Vero 4K+. I have a long-standing issue with this add-on, which is that it doesn't display subtitles correctly when the output resolution is set to 480p.

The top line of each subtitle displays correctly, but the second line is displayed more than half way up the screen and displaced to the left, instead of where it should be.

Playing a 480p DVD rip with .SRT subtitles doesn't exhibit the same problem; it's specific to the Netflix add-on.

Setting the output resolution to 1080p or 2160p fixes the problem, but it also doesn't look very good, as the player's upscaling is rather poor.

Some debug logs:
https://paste.osmc.tv/exokaqituj

it is a old Kodi bug, not solvable by the add-on

you could try to Enable "Disable WebVTT subtitle" from expert setting, to see if can workaround the problem
but this may delete some languages tracks from subtitles


RE: Netflix Add-on [input-stream] - User 309201 - 2020-10-01

(2020-09-30, 12:39)CastagnaIT Wrote: it is a old Kodi bug, not solvable by the add-on

you could try to Enable "Disable WebVTT subtitle" from expert setting, to see if can workaround the problem
but this may delete some languages tracks from subtitles

That helped, thanks. Only remaining issue with subtitles is that it messes up italics - if a single world is supposed to be italicised in the middle of a sentence, then instead it italicises everything from the beginning of the subtitle up to the end of that word. But I can live with that.

Unrelated: It seems unlikely that I'm the first person to notice this, but in case I am: the latest Widevine download breaks version 1.9.1 of the plug-in. (It's easy enough to work around by going back to an earlier Widevine build, of course).


Netflix Add-on [input-stream] - kos25k - 2020-10-02

Hello.Today when i opened Netflix,a new popup message appeared as usual to update widevine image.I successfuly installed,but now when i press play a movie,just nothing happens.Can anyone guide me please to where to refer?I use latest coreelec stable on my Vorke Z6 android box.