add-ons / plugin.video.vtm.go

Kodi add-on to watch video-on-demand content and live streams from VTM GO.
https://github.com/add-ons/plugin.video.vtm.go/wiki
GNU General Public License v3.0
73 stars 24 forks source link

VTMGO does not play new films etc... #361

Open cometoluc opened 11 months ago

cometoluc commented 11 months ago

Hallo, sinds een paar dagen kunnen nieuwe programmas zoals nieuws, weer en nieuwe filmen niet afgespeeld worden.

ik werk op windows 732bit laatste vtmgo versie 1.4+matrix.1 kodi versie 19.3(19.3.0)

To Reproduce Steps to reproduce the behavior: 1. 2. 3.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Logs Add debug logs to help troubleshoot the issue. See https://kodi.wiki/view/Log_file/Easy for more info.

System

Additional context Add any other context about the problem here.

michaelarnauts commented 11 months ago

It seems some movies have a more strict DRM configuration that prevents Kodi from playing it.

Het nieuws en het weer lijken wel gewoon te werken.

Technical info:

It can be seen in the authToken for drmtoday, when decoding it (it's a JWT), you can see it contains the following info:

For a movie that works:

{
"optData":"{"userId":"xxxxxxx","merchant":"dpgmedia","sessionId":"58a3d3f2f5"}",
"crt":"[{"assetId":"24bcae16-1351-43c8-b104-8ee7bd950325","accountingId":"58a3d3f2f5","profile":{"rental":{"absoluteExpiration":"2023-07-24T15:45:01.664Z","playDuration":86400000}},"storeLicense":false,"op":{"config":{"SD":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","minSL":1}},"HD":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","minSL":1}},"AUDIO":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","minSL":1}},"HD2":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","minSL":1}}}},"outputProtection":{"digital":true,"enforce":false,"analogue":true}}]",
"jti":"xxxxxxx",
"iat":1690127101
}

For a movie that doesn't work:

{
"optData":"{"userId":"xxxxxxx","merchant":"dpgmedia","sessionId":"cc246ec971"}",
"crt":"[{"assetId":"67d70cda-421c-4817-b6e0-f884bb207617","accountingId":"cc246ec971","profile":{"rental":{"absoluteExpiration":"2023-07-24T15:46:07.202Z","playDuration":86400000}},"storeLicense":false,"op":{"config":{"SD":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","requireCGMS":"COPY_NEVER","minSL":1}},"HD":{"PlayReady":{"compressedDigitalVideoOPL":500,"minSL":2000,"uncompressedDigitalVideoOPL":300,"analogVideoOPL":201,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_V1","requireCGMS":"COPY_NEVER","minSL":5}},"AUDIO":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","minSL":1}},"HD2":{"PlayReady":{"compressedDigitalVideoOPL":500,"minSL":2000,"uncompressedDigitalVideoOPL":300,"analogVideoOPL":201,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_V1","requireCGMS":"COPY_NEVER","minSL":5}}}},"outputProtection":{"digital":true,"enforce":false,"analogue":true}}]",
"jti":"xxxxxxx",
"iat":1690127167
}

You can see that the 2nd movie contains "requireCGMS":"COPY_NEVER" and "requireHDCP":"HDCP_V1". I assume this is the cause.

cometoluc commented 11 months ago

Hello,

where can i find the post pleas?

Luc Van devoorde

Van: "Michaël Arnauts" @.> Aan: "add-ons" @.> Cc: "Luc Van devoorde" @.>, "Author" @.> Verzonden: Zondag 23 juli 2023 17:54:50 Onderwerp: Re: [add-ons/plugin.video.vtm.go] VTMGO does not play new films etc... (Issue #361)

It seems some movies have a more strict DRM configuration that prevents Kodi from playing it.

Het nieuws en het weer lijken wel gewoon te werken. Technical info:

It can be seen in the authToken for drmtoday , when decoding it (it's a JWT), you can see it contains the following info:

For a movie that works: { "optData":"{"userId":"xxxxxxx","merchant":"dpgmedia","sessionId":"58a3d3f2f5"}", "crt":"[{"assetId":"24bcae16-1351-43c8-b104-8ee7bd950325","accountingId":"58a3d3f2f5","profile":{"rental":{"absoluteExpiration":"2023-07-24T15:45:01.664Z","playDuration":86400000}},"storeLicense":false,"op":{"config":{"SD":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","minSL":1}},"HD":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","minSL":1}},"AUDIO":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","minSL":1}},"HD2":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","minSL":1}}}},"outputProtection":{"digital":true,"enforce":false,"analogue":true}}]", "jti":"xxxxxxx", "iat":1690127101 }

For a movie that doesn't work: { "optData":"{"userId":"xxxxxxx","merchant":"dpgmedia","sessionId":"cc246ec971"}", "crt":"[{"assetId":"67d70cda-421c-4817-b6e0-f884bb207617","accountingId":"cc246ec971","profile":{"rental":{"absoluteExpiration":"2023-07-24T15:46:07.202Z","playDuration":86400000}},"storeLicense":false,"op":{"config":{"SD":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","requireCGMS":"COPY_NEVER","minSL":1}},"HD":{"PlayReady":{"compressedDigitalVideoOPL":500,"minSL":2000,"uncompressedDigitalVideoOPL":300,"analogVideoOPL":201,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_V1","requireCGMS":"COPY_NEVER","minSL":5}},"AUDIO":{"PlayReady":{"compressedDigitalVideoOPL":400,"minSL":2000,"uncompressedDigitalVideoOPL":100,"analogVideoOPL":150,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_NONE","minSL":1}},"HD2":{"PlayReady":{"compressedDigitalVideoOPL":500,"minSL":2000,"uncompressedDigitalVideoOPL":300,"analogVideoOPL":201,"compressedDigitalAudioOPL":100,"uncompressedDigitalAudioOPL":100},"WidevineM":{"requireHDCP":"HDCP_V1","requireCGMS":"COPY_NEVER","minSL":5}}}},"outputProtection":{"digital":true,"enforce":false,"analogue":true}}]", "jti":"xxxxxxx", "iat":1690127167 }

You can see that the 2nd movie contains "requireCGMS":"COPY_NEVER" and "requireHDCP":"HDCP_V1" . I assume this is the cause.

— Reply to this email directly, [ https://github.com/add-ons/plugin.video.vtm.go/issues/361#issuecomment-1646875295 | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/AR7E5C3BAYBIN2J3W3GZMETXRVCMPANCNFSM6AAAAAA2MD425U | unsubscribe ] . You are receiving this because you authored the thread. Message ID: @.***>

mediaminister commented 11 months ago

It seems some movies have a more strict DRM configuration that prevents Kodi from playing it.

Indeed, but the strict DRM only applies to HD resolution. You can play the 540p resolution when you select this in InputStream Adaptive settings.

cometoluc commented 11 months ago

Please can you tell me just where in the settings of that addon that i can can change that to try

and can you direct me to the link in the github please?

Bestr regards

Van: "mediaminister" @.> Aan: "add-ons" @.> Cc: "Luc Van devoorde" @.>, "Author" @.> Verzonden: Woensdag 26 juli 2023 20:39:24 Onderwerp: Re: [add-ons/plugin.video.vtm.go] VTMGO does not play new films etc... (Issue #361)

It seems some movies have a more strict DRM configuration that prevents Kodi from playing it.

Indeed, but the strict DRM only applies to HD resolution. You can play the 540p resolution when you select this in InputStream Adaptive settings.

— Reply to this email directly, [ https://github.com/add-ons/plugin.video.vtm.go/issues/361#issuecomment-1652311261 | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/AR7E5C6GEPWCWEUHVVB4JVTXSFP5TANCNFSM6AAAAAA2MD425U | unsubscribe ] . You are receiving this because you authored the thread. Message ID: @.***>

mediaminister commented 11 months ago

Add-ons > My Add-ons > VideoPlayer InputStream > InputStream Adaptive Settings > General > Stream selection type You can choose 'Manual OSD' or 'Fixed resolution'. With 'Manual OSD' you will have the option to choose another video resolution for the video stream in the video settings of Kodi Player.

cometoluc commented 9 months ago

Hello,

i set inputstream adaptive on manual but still i can not see any new films, sorry for the late respons but i have been ill lateley

Best regards

ik werk op windows 732bit laatste vtmgo versie 1.4.2+matrix.1 kodi versie 19.3(19.3.0)

Van: "mediaminister" @.> Aan: "add-ons" @.> Cc: "Luc Van devoorde" @.>, "Author" @.> Verzonden: Vrijdag 28 juli 2023 06:03:24 Onderwerp: Re: [add-ons/plugin.video.vtm.go] VTMGO does not play new films etc... (Issue #361)

Add-ons > My Add-ons > VideoPlayer InputStream > InputStream Adaptive Settings > General > Stream selection type You can choose Manual OSD or Fixed resolution. With 'Manual OSD' you will have the option to choose another video resolution for the video stream in the video settings of Kodi Player.

— Reply to this email directly, [ https://github.com/add-ons/plugin.video.vtm.go/issues/361#issuecomment-1654965908 | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/AR7E5C5AOLAOYNX5QFEFBDLXSM2YVANCNFSM6AAAAAA2MD425U | unsubscribe ] . You are receiving this because you authored the thread. Message ID: @.***>

cometoluc commented 9 months ago

Hello,

with With 'Manual OSD' you will have the option to choose another video resolution for the video stream in the video settings of Kodi Player. i do not have the option to choose the resolution

Best regards

cometoluc commented 8 months ago

Hello does anione does a answer to my question.

Sins yesterday when i try to open vtmgo it ill not start. On anoter pc i can go to the site and everithing wordks.

Please help for the sollution or does anyoteter have an sollution?

davidbe commented 6 months ago

Hi @cometoluc , yesterday I was confronted with it too. I spend some time to figure out where to lower stream resolution. It's simple when you know it! 😅

When you start a film which don't show, yesterday it was black screen but with correct audio, you can pause the film and on the right bottom, you see a cogwheel. In the first option, you can select another (lower) stream.

I hope this is clear enough!