Jump to content


JWestman

Member Since 20 Sep 2022
Offline Last Active 30 Oct 2022 13:49
-----

Topics I've Started

PiP on DM7020HD V1 OpenPli 4

27 October 2022 - 15:35

Hi,

 

I got an DM7020HD (bought second hand) and is having problems with Picture In Picture, I have checked the compatibility matrix and it say that with OpenPli 4 it should be able to show limited PiP (a few frames per second) in HD resolution, I only get an black screen as soon as I try to show content larger than 720 x 576 in the PiP window. 720 x 576 works perfectly.

 

I have also downloaded the toolchain for OpenPli 4 and managed to build an image, but it does not look to be the same as what is on the box, if I put enigma from the toolchain on the box I get an older gui.

 

Anyway what is the limitation, and what files should I look at, I am having a hard time finding what source files are involved playing the PiP apart from the obvious python files imported into PictureInPicture.py.

 

If I run enigma from a command prompt I don't see any error, just not getting VIDEO_GET_EVENT as I see when 720 x 576 content start to play.

 

If the limitation is memory I guess there is nothing that can be done.

 

Thanks

 

JW

 

 


Cloning repositry fails

20 September 2022 - 13:44

Hi,

I am trying to Clone old repositry as described i information for developers.

Initial clone works, but when I try do get either version 4 or 6.0 by doing

cd openpli-oe-core
 git checkout release-4
 git submodule update --init --recursive

It fails on the submodule update, I get fatal error:

fatal: unable to connect to github.com:

github.com[0: 140.82.121.4]: error connection timelimit exired

 

fails to clone "git://github.com/E2OpenPlugins/e2openplugins.git" to submodulepath "/home/xxxx/openpli-oe-core/meta-openpli/recipes-openpli/e2openplugins/

 

I tried yesterday and today thinking it was an temporary problem.

 

Are they simply to old? Having an issue with PiP on OpenPli 4 so would like to check the source code for the PiP plugin.

 

Best Regards

Jörgen