Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cometoluc opened this issue Jul 16, 2023 · 9 comments
Open

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

cometoluc opened this issue Jul 16, 2023 · 9 comments

Comments

@cometoluc
Copy link

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

  • Addon version:
  • Kodi version:
  • Inputstream adaptive version:
  • Operating System (Windows / Mac OS / Android / LibreElec / OSMC / ...):
  • Special Hardware (RPI / Vero4K+ / ...):

Additional context
Add any other context about the problem here.

@michaelarnauts
Copy link
Collaborator

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
Copy link
Author

cometoluc commented Jul 26, 2023 via email

@mediaminister
Copy link
Contributor

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
Copy link
Author

cometoluc commented Jul 27, 2023 via email

@mediaminister
Copy link
Contributor

mediaminister commented Jul 28, 2023

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
Copy link
Author

cometoluc commented Sep 21, 2023 via email

@cometoluc
Copy link
Author

cometoluc commented Sep 25, 2023

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
Copy link
Author

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
Copy link

davidbe commented Dec 9, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants