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

Episodes that have been interrupted can't be watched again (CDRMAtomic::DrmAtomicCommit) #51

Open
ErnstNeger opened this issue Jan 12, 2022 · 7 comments

Comments

@ErnstNeger
Copy link

Hi,

whenever I start an episode and interupt (in other words: stop) it and try to play that episode again later, it won't start. The kodi.log repeatedly complains about CDRMAtomic::DrmAtomicCommit and too little space left on the device (which is not true, see df -h).

This happens on the latest version of the plugin and Kodi 19.3-3 running on an up-to-date ArchLinuxARM (Raspberry Pi 3 Model B Rev 1.2).

Let me know if you need any further information or logs.

@wargio
Copy link
Owner

wargio commented Jan 12, 2022

that does look more like a problem of kodi

@ErnstNeger
Copy link
Author

Okay, how so? I failed to mentioned that I could only observe this behaviour in the (great 😄) Southpark Addon so far.

@wargio
Copy link
Owner

wargio commented Jan 12, 2022

the issue is that i do not have an RPi so i cannot reproduce, but just to be sure, can you please let me know hows your configuration and from which country?

@ErnstNeger
Copy link
Author

Hey,

sorry for the late reply. I'm in Switzerland (sometimes connected to Germany over a VPN, but that shouldn't make a difference, issue happens with and without VPN running) and use the North America configuration (hope that's what you mean).

BR

@ErnstNeger
Copy link
Author

Hey,

I agree that this is probably a Kodi issue (not sure where to report it yet though), but I still get blocks like these when trying to open an episode that has been stopped before (it does not matter whether I try to resume or play from the beginning):

2022-01-13 13:24:13.779 T:16431    INFO <general>: VideoPlayer::OpenFile: plugin://plugin.video.southpark_unofficial/?mode=sp:play&season=9&episode=9
2022-01-13 13:24:13.998 T:16431   DEBUG <general>: CCurlFile::GetMimeType - http://seamless.mtvnservices.com/api/mgid:arc:episode:southparkstudios.com:5ff98a7c-ecfd-11e0-aca6-0026b9414f30/651e0eff-9006-482c-95b9-cfa10d194ba3/master.m3u8?proxy=true -> application/vnd.apple.mpegurl
2022-01-13 13:24:14.029 T:17890    INFO <general>: ffmpeg[0x5bdd288X]: [hls] Opening 'crypto+http://seamless.mtvnservices.com//media/?beaconUrl=http%3A%2F%2Fseamless-proxy.mtvnservices.com%2Fapi%2Fa4c7de2d-816e-47c2-b60f-1c586252ce15%2Fts%2F2%2F179%2F6006%2F54054%2F&sourceUrl=http%3A%2F%2Fcc-l3.ts.mtvnservices.com%2Fgsp.comedystor%2Fcom%2Fsp%2Fseason-9%2F0908%2Facts%2F0%2Fseg_1280x720_1155635_9.ts' for reading
2022-01-13 13:24:14.466 T:17890    INFO <general>: ffmpeg[0x5bdd288X]: [hls] Opening 'crypto+http://seamless.mtvnservices.com//media/?beaconUrl=http%3A%2F%2Fseamless-proxy.mtvnservices.com%2Fapi%2Fa4c7de2d-816e-47c2-b60f-1c586252ce15%2Fts%2F2%2F180%2F6006%2F60060%2F&sourceUrl=http%3A%2F%2Fcc-l3.ts.mtvnservices.com%2Fgsp.comedystor%2Fcom%2Fsp%2Fseason-9%2F0908%2Facts%2F0%2Fseg_1280x720_1155635_10.ts' for reading
2022-01-13 13:24:14.575 T:17890   ERROR <general>: ffmpeg[0x5bdd288X]: [crypto] Unable to open resource: http://seamless.mtvnservices.com//media/?beaconUrl=http%3A%2F%2Fseamless-proxy.mtvnservices.com%2Fapi%2Fa4c7de2d-816e-47c2-b60f-1c586252ce15%2Fts%2F2%2F180%2F6006%2F60060%2F&sourceUrl=http%3A%2F%2Fcc-l3.ts.mtvnservices.com%2Fgsp.comedystor%2Fcom%2Fsp%2Fseason-9%2F0908%2Facts%2F0%2Fseg_1280x720_1155635_10.ts
2022-01-13 13:24:14.576 T:17890    INFO <general>: ffmpeg[0x5bdd288X]: [hls] Opening 'crypto+http://seamless.mtvnservices.com//media/?beaconUrl=http%3A%2F%2Fseamless-proxy.mtvnservices.com%2Fapi%2Fa4c7de2d-816e-47c2-b60f-1c586252ce15%2Fts%2F2%2F180%2F6006%2F60060%2F&sourceUrl=http%3A%2F%2Fcc-l3.ts.mtvnservices.com%2Fgsp.comedystor%2Fcom%2Fsp%2Fseason-9%2F0908%2Facts%2F0%2Fseg_1280x720_1155635_10.ts' for reading
2022-01-13 13:24:14.581 T:17890   ERROR <general>: ffmpeg[0x5bdd288X]: [crypto] Unable to open resource: http://seamless.mtvnservices.com//media/?beaconUrl=http%3A%2F%2Fseamless-proxy.mtvnservices.com%2Fapi%2Fa4c7de2d-816e-47c2-b60f-1c586252ce15%2Fts%2F2%2F180%2F6006%2F60060%2F&sourceUrl=http%3A%2F%2Fcc-l3.ts.mtvnservices.com%2Fgsp.comedystor%2Fcom%2Fsp%2Fseason-9%2F0908%2Facts%2F0%2Fseg_1280x720_1155635_10.ts

I would argue that these are indeed related to the plugin (or maybe to ffmpeg). What would you say?

Last but not least, I see lots of lines like:

2022-01-13 13:24:10.886 T:16533 ERROR <general>: [sp.addon] strptime() argument 0 must be str, not <class 'list'>

They don't seem to have any effect (as far as I can tell), but it still looks wrong.

@wargio
Copy link
Owner

wargio commented Jan 13, 2022

it might. i suggest to go to the IRC channel of kodi and ask by pointing this issue to them

@ErnstNeger
Copy link
Author

ErnstNeger commented Jan 13, 2022

I just saw that I did not link to the kodi.log. Are the excerpts from my previous post related to your plugin or also Kodi-related?

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

2 participants