elgatito / plugin.video.elementum

Elementum add-on for Kodi. Development of this addon has been stopped!
http://elementum.surge.sh
MIT License
467 stars 157 forks source link

0.0.46. Loads the buffer but does not play the video #171

Closed 000cuenta0001 closed 5 years ago

000cuenta0001 commented 6 years ago

0.0.46. version in Libreelec 8.2.3.1. TVbox KI PRO (Amlogic s905D). Loads the buffer but does not play the video:

https://mega.nz/#!vxtwkYZb!lrIQknnklVvCrSdz2E9QIgIv-leXdGN0zsFidoSkQp0

Quasar 9.33 work fine.

I am sorry for my bad english. I hope you can help me. A greeting.

elgatito commented 6 years ago

Your Kodi is configured with 40Mb buffer, this means it waits until 40Mb is available to download. Open Elementum settings, Bittorrent tab and change buffer size from 20mb to 40mb, then try again.

000cuenta0001 commented 6 years ago

He found the problem, but I do not know how to fix it. If I deactivate OSCAM, the video plays without problems. I enclose OSCAM configuration files in case you discover any incompatibility with elementum: https://mega.nz/#!2hlnzLZC!yZx8UKPnmlsojqlpVzHwuJ1qCloivNUPSsa2xogrXrk A greeting.

elgatito commented 6 years ago

If you don't want (or can't) remove buffer for Kodi, then increase bittorrent buffer in Elementum. OScam is not related to buffers.

000cuenta0001 commented 6 years ago

Thanks for your reply. I increased the buffer to 40mb, as he told me, but the problem continued. As I said, the problem is related to OSCAM, when it is activated, the buffer loads, but the video does not play because OSCAM prevents kodi from connecting to the remote server. It is the same as if the options "allow remote control from applications on this computer" and "allow remote control from applications on other computers" were disabled, that's why I sent you the OSCAM configuration file.

elgatito commented 6 years ago

I don't know how oscam can influence Elementum.

000cuenta0001 commented 6 years ago

I think it may be because the OSCAM configuration panel works through http: 192.168.x.x: 8.8.8.8 I enclose a detailed log in case it helps you in something: https://paste.kodi.tv/ijudagazor

elgatito commented 6 years ago

I don't see any problem from Elementum side in the file.

elgatito commented 6 years ago

Try the latest version and set the buffer size to 100mb (just to make sure you have enough before giving playback to Kodi).

000cuenta0001 commented 6 years ago

The same problem. If I deactivate OSCAM, the video plays without problems.

elgatito commented 6 years ago

Can you try with 0.0.48. With oscam enabled, when buffering ends - open /debug/bundle in the browser and share the log file?

http://192.168.0.1:65220/debug/bundle (replace 192.168.0.1 with your Kodi IP)

000cuenta0001 commented 6 years ago

https://mega.nz/#!jlFxzZIY!1KuRaIE5OEE3DoiKlfYQBp2nQllTMKW5VFLaUEoj2Ro

elgatito commented 6 years ago

And without oscam same torrent works fine?

It's very strange.

13:25:00.037 T:3480220576  NOTICE: [plugin.video.elementum] WARN  btplayer     ▶ playerLoop       Playback was unable to start after 30 seconds. Aborting...

Elementum waits for Kodi to start playback, and Kodi is not requesting data, but nothing happens. It looks like it's a known issue with Oscam: https://www.digital-eliteboard.com/threads/oscam-webif-blocking-localhost-127-0-0-1.428904/

Config under [webif] section

httpallowed = 0.0.0.0-255.255.255.255
000cuenta0001 commented 6 years ago

That should not be the problem. I've always had it set up like this: [webif] httpport = xxxx serverip = 192.168.x.x httpuser = xxxxx httppwd = xxxxx httprefresh = 5 httpshowmeminfo = 1 httpshowloadinfo = 1 httpallowed = 0.0.0.0-255.255.255.255 aulow = 120 hideclient_to = 120 __- On the other hand, just block elementum? Quasar starts the video without problems, even if oscam is active.

elgatito commented 6 years ago

Please, try to update to v0.0.50 and try again with and without oscam. Thanks

000cuenta0001 commented 6 years ago

Hi. The same problem.

000cuenta0001 commented 5 years ago

I have already found the solution. The OSCAM configuration must not use port 9090. It is used by kodi for the remote server and blocks it.

elgatito commented 5 years ago

Ha... funny :) Good to hear!