Jump to content


pe2mbs

Member Since 12 Jun 2013
Offline Last Active 20 Aug 2014 20:40
-----

Posts I've Made

In Topic: Dreambox dm7020hd: Streaming from OpenPli 4 (to XBMC or PC using VLC)

4 August 2014 - 19:24

We stopped supporting DMM boxes months ago

 

What do you mean with this ? what does openpli support ? 


In Topic: How to build OpenPli 3.0

20 July 2014 - 11:28


Try those commands:

1. Install as Root the prerequisites (sudo or su -)

apt-get install gawk wget git-core cvs subversion diffstat unzip texinfo gcc-multilib build-essential chrpath


2. Clone OpenPLi OE

cd ~

git clone -b openpli-3 git://git.code.sf.net/p/openpli/openpli-oe-core openpli3

cd openpli3

3. First run make to download OE subprojects

cd ~/openpli3

make

4. Check site.conf (eg mofify sources dir)

vi site.conf

5. Make image...

cd ~/openpli3

MACHINE=XXX make image
Good luck


Thanks athoik for your help, i'll try this.

Marc


OpenPLi 3 no longer builds correctly, but found out that my problem was introduced already in version 3, so will switch back to version 4. build that and try to find out where the problem comes from.

In Topic: problem OpenPLI 4.0 Streaming to XBMC enigma/vu+ client

20 July 2014 - 11:22

When the stream stops, the direct connected TV via HDMI port just keeps on playing. The Display of the Dreambox dm7020hd shows the time of the moment that the stream was stopped, after 15 minutes, it updated to the current time, and a stream can be opened.

In Topic: problem OpenPLI 4.0 Streaming to XBMC enigma/vu+ client

20 July 2014 - 08:02

Ok, the last openpli 3.0 has the same problem, the only difference between 3.0 and 4.0 is that when "Zap before channel change" is enabled in XBMC engina under 3.0 it works and under 4.0 it doesn't. I have no idea what the last build was of 3.0 where it work fine.

I'll try to build the 4.0 to see if i can find the problem.

In Topic: Problems building OpenPli 4.0

15 July 2014 - 18:16

Here is the patch...

Subject: [PATCH] python-wifi: use sf.net SRC_URI


diff --git a/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb b/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb
index 7f2ccb7..d186df0 100644
--- a/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb
+++ b/meta-openpli/recipes-devtools/python/python-wifi_0.5.0.bb
@@ -10,6 +10,7 @@ RDEPENDS_${PN} = "python-ctypes python-datetime"
 PR = "r1"
 
-SRC_URI = "http://download.berlios.de/pythonwifi/${P}.tar.bz2"
+SRC_URI = "http://downloads.sourceforge.net/project/pythonwifi.berlios/${P}.tar.bz2"
 SRC_URI[md5sum] = "8fe7fd0a4edce1f9bedaff4acb7fd500"
 SRC_URI[sha256sum] = "3e3f645d37ab20450f60c785cec5f21b330f28a6c46c7c1b0898305dd7a34b26"


Great thanks for the patch, i'll try it. When is this pushed on too the main repository ?

Marc