2022-01-16, 00:16
Sorry , had a silly self error , Igonre Plz
(2022-01-15, 13:10)leonvent Wrote: Netflix use avchigh code with low bitrate on most platforms, including this add-on with shield tv. Is there a way to get AVC code ? In most content, AVC code has higher bitrate on Netflix.
Netflix 开始在大部分平台使用avc high编码,包括运行这个插件的shield tv。是否可以切换到码率更高的avc编码? 通常netflix的avc编码有更高的码率。
Please forgive my poor English.
很抱歉我英语不是很好。
(2022-01-18, 21:00)Xe-no Wrote: Is there a way to change the language that is Kodi using to add Movies and Series to the library from this Netflix addon?Depends on your Kodi audio language setting
Is there maybe a bug? It kinda looks like that its not respecting the setting for my language.
Amazon, etc works fine.
RPI4
Libreelec 11
Addon latest version
Regards
Xe-no
(2022-01-19, 18:21)CastagnaIT Wrote: AVC is H.264 and is the default old video codec,What he meant was that he wanted Netflix Add-On to provide similar functionality to that of this Microsoft Edge plugin.
if supported is preferible always enable VP9 and/or HEVC codec
the reason is that an AVC stream to achieve the same video quality of VP9/HEVC require more bitrate
the higher bitrate in a AVC stream not means better images, means that AVC has worse video compression
if instead you want choose a stream with lower bitrate instead higher bitrate,
then you have to change bitrate settings in InputStream Adaptive addon
but remember that this will affect all addons that use this component
(2022-01-31, 19:03)jgoodwi3232 Wrote: Hey, so the addon was working fine up until yesterday. I am now receiving MSL Error when I try to play something. I went through all the steps with no success. I am using this on Kodi 18.7 Leia on a RetroPie. I included the section of the log that has the error:I was getting the same error last week.
https://pastebin.com/FDL8H94T
python:--- msl_handler.py.orig 2022-02-02 10:45:03.567218417 +0100
+++ msl_handler.py 2022-02-02 10:46:02.451746262 +0100
@@ -182,7 +182,8 @@
params = {
'type': 'standard',
- 'viewableId': [viewable_id],
+ 'manifestVersion': 'v2',
+ 'viewableId': viewable_id,
'profiles': profiles,
'flavor': 'PRE_FETCH',
'drmType': 'widevine',
python:
--- msl_handler.py.orig 2022-02-02 10:45:03.567218417 +0100
+++ msl_handler.py 2022-02-02 12:15:37.920057323 +0100
@@ -182,7 +182,7 @@
params = {
'type': 'standard',
- 'viewableId': [viewable_id],
+ 'viewableId': viewable_id,
'profiles': profiles,
'flavor': 'PRE_FETCH',
'drmType': 'widevine',