Vikassm73 / AjaykRepo

Kodi add-ons Repository for Indian OTT Platform which includes zee5, MX Player, Sonyliv, Hotstar, JioCinema addon
181 stars 75 forks source link

JioCinema movies not playing #214

Closed ibshar closed 1 year ago

ibshar commented 1 year ago

Hi, I am not able to play any free movies in JioCinema. As soon as I play a movie (Eg; Stree) it closes and gives an error popup to check the log.

In the kodi log I can see this error:

2023-07-08 12:52:28.745 T:844     error <general>: GetDirectory - Error getting /usr/lib/kodi/addons/inputstream.adaptive/
2023-07-08 12:52:29.396 T:844      info <general>: AddOnLog: inputstream.adaptive: Successfully parsed manifest file (Periods: 1, Streams in first period: 3, Type: VOD)
2023-07-08 12:52:29.401 T:844     error <general>: AddOnLog: inputstream.adaptive: Initialize: Failed to load library: /storage/.kodi/cdm/libwidevinecdm.so: cannot open shared object file: No such file or directory
2023-07-08 12:52:29.401 T:844     error <general>: AddOnLog: inputstream.adaptive: Unable to load widevine shared library (/storage/.kodi/cdm/libwidevinecdm.so)
2023-07-08 12:52:29.402 T:844     error <general>: AddOnLog: inputstream.adaptive: OpenDRMSystem failed
2023-07-08 12:52:29.404 T:844     error <general>: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.jiocinema/?action=play&video=3501256&vidtype=VIDEO]

I do have the InputStreamHelper program addon installed. I am running your addon on Kodi 20.1 Can you please help.

Vikassm73 commented 1 year ago

look like widevine is not installed. Check zee5 app and confirm

ibshar commented 1 year ago

Yup, when I tried running a video on Zee5 it gave a pop up to install widevine cdm and that did the trick. Thanks.