Jump to content


linus

Member Since 29 Oct 2024
Offline Last Active 17 Nov 2024 19:01
-----

Topics I've Started

Error when i try to compile openPli 9.0

9 November 2024 - 16:33

Hello,

I try to compile OpenPli 9.0 from source for vu+ solose.
I use a xubuntu 22.04 image on a vm with 8coeur + 8go ram and a disk of 100go

I follow this wiki:
https://wiki.openpli..._for_Developers

So i have done that:

sudo apt-get install sed wget cvs subversion git-core git-lfs \
  coreutils unzip texi2html texinfo docbook-utils \
  gawk python3-distutils diffstat help2man make gcc build-essential g++ \
  desktop-file-utils chrpath default-jre gettext zip libssl-dev

i add sshpass that was missing (sudo apt install sshpass)

sudo chmod ugo+rw /opt
mkdir -p /opt/openpli
cd /opt/openpli
git clone https://github.com/OpenPLi/openpli-oe-core.git
git checkout release-9.0
git submodule update --init --recursive
make

then i compile with:

 ENIGMA2_BRANCH=release-9.0 MACHINE=vusolose make image

I got the error you can get in the attached file, do you have an idea of what i did wrong? It seems there is only pb for 1 driver:

"ERROR: hmp-usb-dvb-t2-c-V141106-r0 do_compile: oe_runmake failed
ERROR: hmp-usb-dvb-t2-c-V141106-r0 do_compile: ExecutionError('/opt/openpli/openpli-oe-core/build/tmp/work/vusolose-oe-linux/hmp-usb-dvb-t2-c/V141106-r0/temp/run.do_compile.3021133', 1, None, None)"

Thank's


Subtitle disapear when fastforward/back forward

2 November 2024 - 11:41

Hello,

I have got a problem on my openPli 9.0 (upgraded to lattest so correction here).
 

Context:
Vu+ solo SE V2 updated to the lattest stable version (update done to day)
Record TNT T2 (1080P)

 

When i play record and fast forward, or back forward a time (for exemple to jump the publicity) when i play back, subtitle does not come again. Nothing appear. On my previous rom OpenATV 5.1, it alwas come back after something like 2s after the ui disapear.
But here, If i jump to an epg marker that delimit the start of new program, it come back again.
If i stop, then play again to come back in the record and enable subtitle, of course it works.

 

Is there something i could do to solve this problem?
Thank's