![]() |
InputStream Adaptive: Decrypt Sample returns failure! - 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: VideoPlayer InputStream (https://forum.kodi.tv/forumdisplay.php?fid=312) +---- Thread: InputStream Adaptive: Decrypt Sample returns failure! (/showthread.php?tid=326024) |
InputStream Adaptive: Decrypt Sample returns failure! - heliosk - 2017-12-27 Hi, I got Kodi 18 nightly and finally the netflix plugin running. Everything is fine, except when i enable HEVC; at resolutions bigger than 480p i only hear the audio, while the video is frozen. Without HEVC, videos work fine up to 1080p. However i'd still prefer getting HEVC running. log after changing the resolution from 480p to 1080p: 01:31:10.642 T:139772460412416 NOTICE: GL: Selecting YUV 2 RGB shader 01:31:10.645 T:139772460412416 NOTICE: GL: NPOT texture support detected 01:31:10.645 T:139772460412416 NOTICE: GL: Using GL_ARB_pixel_buffer_object 01:31:10.645 T:139772460412416 NOTICE: Using GL_TEXTURE_2D 01:31:13.117 T:139770020480768 NOTICE: Closing stream player 2 01:31:13.118 T:139770020480768 NOTICE: waiting for video thread to exit 01:31:13.161 T:139769993467648 NOTICE: thread end: video_thread 01:31:13.161 T:139770020480768 NOTICE: deleting video codec 01:31:13.162 T:139770020480768 NOTICE: Opening stream: 7 source: 256 01:31:13.227 T:139770020480768 NOTICE: Creating video codec with codec id: 174 01:31:13.227 T:139770020480768 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: HEVC (High Efficiency Video Coding) 01:31:13.227 T:139770020480768 NOTICE: Creating video thread 01:31:13.231 T:139769732900608 NOTICE: running thread: video_thread 01:31:13.304 T:139770020480768 ERROR: AddOnLog: InputStream Adaptive: Decrypt Sample returns failure! I've been hours on this without any progress. Any hints what I could try? RE: InputStream Adaptive: Decrypt Sample returns failure! - Klojum - 2017-12-27 1) That is not a full and probably not debug-enabled kodi.log 2) Do not paste logs/snippets directly onto our forum. Use Pastebin.com or some similar text upload website to not burden our own forum. Thanks. RE: InputStream Adaptive: Decrypt Sample returns failure! - heliosk - 2017-12-27 Ah, yes. That resolved the issue, thank you. |