• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 23
Release [obsolete - now in nightlies] Build - Dolby Vision compatibility/quality improvements
#31
(2023-03-11, 21:48)quietvoid Wrote: I've rebased the build on the latest Kodi commit (2023-03-11).

Now there's also a new setting to ignore HDR10+ or Dolby Vision.
Before it was hardcoded to always ignore HDR10+.

I would open a PR for it but it's not ideal at all and still doesn't work for all video containers (just like Dolby Vision on-the-fly conversion).

64 bits build should be up soon-ish.
Thanks, the hdr10+ files works good again.
Reply
#32
Hi,
have you tryed any streaming addon to run this version?
The netflix and the disney+ both not working,
I see there is a new inputstream adaptive.
This can be the build , or inputstream addon issue?

In the previous version was all good.
Reply
#33
(2023-03-15, 17:03)frodo19 Wrote: Hi,
have you tryed any streaming addon to run this version?
The netflix and the disney+ both not working,
I see there is a new inputstream adaptive.
This can be the build , or inputstream addon issue?

In the previous version was all good.

I haven't tested the Netflix addon on this build yet but it used to work fine before.
The build only includes the binary inputstream.adaptive addon, you can always try installing the addon on top.

I'll try with Netflix later.
Reply
#34
Yeah I also can't play anything in Netflix.
I've had this issue before and I can't remember how I fixed it. Maybe I just shouldn't be including the inputstream.adaptive.

The log is essentially..
Quote:2023-03-15 21:01:30.158 T:25848 debug <general>: MediaDrm: Decrypt
2023-03-15 21:01:30.267 T:25846 info <general>: Skipped 3 duplicate messages..
2023-03-15 21:01:30.267 T:25846 debug <general>: AddOnLog: inputstream.adaptive: Download finished: http://127.0.0.1:38779/msl/get_manifest?...d=81406219 (downloaded 66687 byte, speed 438365.05 byte/s)
2023-03-15 21:01:30.272 T:25846 info <general>: AddOnLog: inputstream.adaptive: Successfully parsed manifest file (Periods: 1, Streams in first period: 36, Type: VOD)
2023-03-15 21:01:30.272 T:25846 debug <general>: AddOnLog: inputstream.adaptive: New period, dispose sample decrypter and reinitialize
2023-03-15 21:01:30.272 T:25846 debug <general>: AddOnLog: inputstream.adaptive: Entering encryption section
2023-03-15 21:01:30.272 T:25846 error <general>: AddOnLog: inputstream.adaptive: No decrypter found for encrypted stream
2023-03-15 21:01:30.272 T:25846 debug <general>: AddOnLog: inputstream.adaptive: CSession::~CSession()
2023-03-15 21:01:30.272 T:25846 error <general>: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.netflix/play/movie/81406219/?profile_guid=D3H4O7UHGBFY7PRNHFTO7ESOHM]
2023-03-15 21:01:30.273 T:25846 info <general>: CVideoPlayer::OnExit()
2023-03-15 21:01:30.274 T:25846 debug <general>: AddOnLog: inputstream.adaptive: Close()
2023-03-15 21:01:30.274 T:25846 debug <general>: SECTION:UnloadDll(/data/app/org.xbmc.kodi.quietvoid-T9UEBQz09ZjDCmYgqWcCPA==/lib/arm/libinputstream.adaptive.so)
2023-03-15 21:01:30.275 T:25846 info <general>: ADDON: Dll Destroyed - InputStream Adaptive
2023-03-15 21:01:30.276 T:25846 debug <general>: Thread VideoPlayer 2067265904 terminating

Gonna try removing it from build to see..
edit: Well I removed it, reinstalled Netflix addon and inputstream.adaptive 20.3.5 from the repo.
And now it works fine.

I still don't know how it should be done as I'd prefer to use inputstream.adaptive for Omega.

Updated the builds..
Reply
#35
Super, thank you, works fine now.  Smile

Can you see this file?

Can only be played just when switch off the dv or hdr+ via setting.

thx
Reply
#36
(2023-03-16, 08:11)frodo19 Wrote: Super, thank you, works fine now.  Smile

Can you see this file?

Can only be played just when switch off the dv or hdr+ via setting.

thx
That's because it has both Dolby Vision and HDR10+.
FireTV Stick 4K can't play these if you don't disable one.
Reply
#37
Hello,
Using DDVT tool for some time in order to convert mkv remuxes from profile 7 FEL to profile 8 to be able to watch a bluray remux.
I just installed your kodi fork on my Philips 48OLED807 with AndroidTV 11, activated the option to convert Dolby Vision profile and the movie is working with DoVi like a charm!
Thank you so much for work! Amazing!
Reply
#38
So Fire TV cube gen2 had this odd behavior in previous builds if I tried to play a FEL MKV, the decoder basically got confused and played incorrectly, deep green picture.

Happy to report the conversion to profile 8 setting successfully plays them!

Primary quirk was trying to resume a title with FEL. It'd get very choppy for video. Forcing the title to HDR10 didn't exhibit these issues.

One suggestion: would it be possible to further tweak the allowed HDR setting for DV, to say disable profile 7, disable only FEL profile 7, all DV?
Reply
#39
(2023-03-24, 00:53)hceuterpe Wrote: So Fire TV cube gen2 had this odd behavior in previous builds if I tried to play a FEL MKV, the decoder basically got confused and played incorrectly, deep green picture.

Happy to report the conversion to profile 8 setting successfully plays them!

Primary quirk was trying to resume a title with FEL. It'd get very choppy for video. Forcing the title to HDR10 didn't exhibit these issues.

One suggestion: would it be possible to further tweak the allowed HDR setting for DV, to say disable profile 7, disable only FEL profile 7, all DV?

The conversion is for all profile 7 files. There isn't a point to customize further.
You can disable Dolby Vision with the other setting.
Reply
#40
(2023-03-16, 14:37)quietvoid Wrote:
(2023-03-16, 08:11)frodo19 Wrote: Super, thank you, works fine now.  Smile

Can you see this file?

Can only be played just when switch off the dv or hdr+ via setting.

thx
That's because it has both Dolby Vision and HDR10+.
FireTV Stick 4K can't play these if you don't disable one.

As opposed to disabling them - can you make them a "prioritized list" instead? As in "I prefer DoVi over HDR10+, but if only HDR10+ exists, play that as opposed to nothing".
Reply
#41
(2023-03-24, 04:19)kyles Wrote: As opposed to disabling them - can you make them a "prioritized list" instead? As in "I prefer DoVi over HDR10+, but if only HDR10+ exists, play that as opposed to nothing".

I don't know. The goal of the setting is specifically to disable them.
It would probably need a new setting for priority.

Though Kodi isn't really aware of the existing metadata in advance, so it's complicated.
Reply
#42
This solution is unique at this time, now I can play any mkv 7FEL without being forced to manually convert the profile. I haven't tested with 7MEL because it doesn't create any issues.
No other player/solution exists on androidTV so I congratulate you one more time for making this possible!
Reply
#43
(2023-03-16, 03:18)quietvoid Wrote: Yeah I also can't play anything in Netflix.
I've had this issue before and I can't remember how I fixed it. Maybe I just shouldn't be including the inputstream.adaptive.

The log is essentially..
Quote:2023-03-15 21:01:30.158 T:25848 debug <general>: MediaDrm: Decrypt
2023-03-15 21:01:30.267 T:25846 info <general>: Skipped 3 duplicate messages..
2023-03-15 21:01:30.267 T:25846 debug <general>: AddOnLog: inputstream.adaptive: Download finished: http://127.0.0.1:38779/msl/get_manifest?...d=81406219 (downloaded 66687 byte, speed 438365.05 byte/s)
2023-03-15 21:01:30.272 T:25846 info <general>: AddOnLog: inputstream.adaptive: Successfully parsed manifest file (Periods: 1, Streams in first period: 36, Type: VOD)
2023-03-15 21:01:30.272 T:25846 debug <general>: AddOnLog: inputstream.adaptive: New period, dispose sample decrypter and reinitialize
2023-03-15 21:01:30.272 T:25846 debug <general>: AddOnLog: inputstream.adaptive: Entering encryption section
2023-03-15 21:01:30.272 T:25846 error <general>: AddOnLog: inputstream.adaptive: No decrypter found for encrypted stream
2023-03-15 21:01:30.272 T:25846 debug <general>: AddOnLog: inputstream.adaptive: CSession::~CSession()
2023-03-15 21:01:30.272 T:25846 error <general>: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.netflix/play/movie/81406219/?profile_guid=D3H4O7UHGBFY7PRNHFTO7ESOHM]
2023-03-15 21:01:30.273 T:25846 info <general>: CVideoPlayer::OnExit()
2023-03-15 21:01:30.274 T:25846 debug <general>: AddOnLog: inputstream.adaptive: Close()
2023-03-15 21:01:30.274 T:25846 debug <general>: SECTION:UnloadDll(/data/app/org.xbmc.kodi.quietvoid-T9UEBQz09ZjDCmYgqWcCPA==/lib/arm/libinputstream.adaptive.so)
2023-03-15 21:01:30.275 T:25846 info <general>: ADDON: Dll Destroyed - InputStream Adaptive
2023-03-15 21:01:30.276 T:25846 debug <general>: Thread VideoPlayer 2067265904 terminating

Gonna try removing it from build to see..
edit: Well I removed it, reinstalled Netflix addon and inputstream.adaptive 20.3.5 from the repo.
And now it works fine.

I still don't know how it should be done as I'd prefer to use inputstream.adaptive for Omega.

Updated the builds..

Don't forget to file a bug for it.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#44
(2023-03-24, 09:15)fritsch Wrote: Don't forget to file a bug for it.

Yeah.. any suggestion to what repo? Kodi or inputstream.adaptive?

I still have to reproduce it on a fresh install first.

edit: I just made an issue at the IA repo: https://github.com/xbmc/inputstream.adap...ssues/1200
It was easy to reproduce with a vanilla Kodi 21 build.
Reply
#45
Chromecast with google tv.

Just reporting that with Saving Private Ryan I get flickering in opening scene.
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 23

Logout Mark Read Team Forum Stats Members Help
[obsolete - now in nightlies] Build - Dolby Vision compatibility/quality improvements0