Quantcast
Channel: [EN] OpenPLi Third-Party Development
Viewing all 1692 articles
Browse latest View live

MoviePlayer Play Stop Problem

$
0
0

Sorry if this issue has been discussed before.

 

Occasionally with some urls - I get only black screen - no playback. The problem is - when trying to exit - enigma freezes and the only way out is to reboot the box.

 

For example :-

 

rtmp://stream.smcloud.net/live2/vox/vox_720p - problem
rtmp://stream.smcloud.net/live/vox2/stream1 - ok

 

Movieplayer is started as usual with :-

 

sref = eServiceReference(4097,0,url)
sref.setName(name)
self.session.open(MoviePlayer, sref)

and closed with :-

self.session.nav.stopService()
self.session.nav.playService(self.srefOld)

Is there a solution to this problem ?

Regards, pcd.


Driver date not correct.

$
0
0

Since dreambox 8000 drivers are updated to 2014-06-04a, the driver date is not show correctly in information screen.

It is shown as something like:  0160-60-4a

The driver date has now 9 characters instead of 8.

So i made this patch.

diff --git a/lib/python/Components/About.py  b/ lib/python/Components/About.py 
index cb01383..508b0a2 100644
--- a/lib/python/Components/About.py 
+++ b/lib/python/Components/About.py 
@@ -77,7 +77,7 @@ def getCPUInfoString():
 def getDriverInstalledDate():
 	try:
 		from glob import glob
-		driver = [x.split("-")[-2:-1][0][-8:] for x in open(glob("/var/lib/opkg/info/*-dvb-modules-*.control")[0], "r") if x.startswith("Version:")][0]
+		driver = [x.split("-")[-2:-1][0][-9:] for x in open(glob("/var/lib/opkg/info/*-dvb-modules-*.control")[0], "r") if x.startswith("Version:")][0]
 		return  "%s-%s-%s" % (driver[:4], driver[4:6], driver[6:])
 	except:
 		return _("unknown")

So far so good for dm8000,but it probably breaks the driver version for other boxes. I have a dreambox only, so i cant test it.

If something prepared to test it for other boxes or known a better option?....It can be include it the enigma2 git repo?

HddSleep plugin

$
0
0
Plugin HddSleep v1.64

- standby 5 internal/ usb external disks.
- set time for standby
- manual standby for each disk
- epg.dat file can be placed to any pluged device.
- display mounted devices

Instal, restart, set build-in hdd standby to "no standby" and set stanby time for disks there in plugin.

Attached Thumbnails

  • hddsleep.jpg

Attached Files

TS-satEditor 2.0.0 enigma2 plugin

$
0
0

TS-satEditor 2.0.0 by mfaraj57Posted Image
complete management for satellites and transponders

features:
-adding,editing and removing satellites and transponders
-information and statistics of transponders and satellite
-updating satellites.xml from internet
-downloading settings from popular settings servers
-updating and adding satellites from lyngsat.com
-compatible with sd and hd skins
-plugin appears in channels scan menu and plugins menu
-simple interfaces and tables


credits:
The code of Ts-sateditor based on the works:
Ismail Dmir for the the script and the source of updating satellites.xml
Shaderman coder of satellite loader
sifteam for settings loader
coder ofenigma2-plugin-systemplugins-satelliteeditor_20090331-alpha
sim2 for supporting the project


installation:
unrar attached file and copy to tmp
by telnet
opkg install -force-overwrite /tmp/enigma2-plugin-extensions-ts-sateditor_2.0_mipsel

or from TSpanel/addoms/Tunisiasat dreambox addons/plugins/Ts-sateditor_2.0

download


Posted Image




Posted Image



Posted Image





USB DVB-C Tuneer DVBSKY t330

$
0
0

Hello,

I need help. I have Xtrend ET9200 box. Openpli4 image, kernel 3.8.7, chipset BCM7405.

I have USB DVB-C/T/T2 tuner DVBSKY T330. I used it with my laptop and works good with Win 7.

Recently I understood, that I can use it with Enigma2 receivers.

I read a lot of information in Internet trying to installed it on my receiverr, but no sucess.

 

I install siano driver package ( according information siano supports BCM7405 chipset ), but after installation I can't find DVC USB tuner in the list with tuners.

So, if somebody use this type of stick with Openpli4, please to help me to installed it on my receiver.

 

 

PS.My Openpli version is from April 2014, but I don't want to update it, because after update in December 2014, plugin Subtitle player DDAMIR stop working. My wife use subplayer a lot and I don't want to update Openpli before issue with subplayer to be solved. So I don't use the latest version of Openpli and maybe I have not all latest drivers.

 

 

ChannelSelection modifications

$
0
0
Step 1.
Multi language title (thank ims)

Exteplayer3 help

$
0
0

Ive installed this player but as yet Ive had little success in calling it from any plugins.

 

Could someone help me by telling me exactly how its imported and exactly what to change this line too.

 

self.session.open(MoviePlayer, sref)

 

The only plugin so far that calls and uses it is of course the IPTVPlayer plugin,but thats designed to use it.

 

I want to do away with movieplayer as its very old now and nowhere near as good as this new player is.

 

Thanks.

Enigma2 Plugin AcestreamPlayer

$
0
0

Hi Friends,

 

Attached is a plugin to play streams from a Acestream server.

 

Method :-

 

Acestream Player How to

 

1. If you do not have Ace Player HD (vlc) already installed on your pc - first uninstall any installed vlc mediaplayer. Next find and install :-

 

Ace_Stream_Media_2.2.4.1-next.exe

 

2. Start Ace Player HD (vlc). Configure player :

Tools -> Preferences -> All -> Interfaces -> Main Interfaces -> Select Web -> Exit

 

3. Configure host :

Find the path to the folder player by rightclick on the Ace player icon. Mine is (for example) -

"C:\Documents and Settings\username\Application Data\ACEStream\player\ace_player.exe"

Then do - ACEStream\player -> lua -> http - find file HOSTS. Insert the receiver ip (without #)

(Sometimes ACEStream deletes this change after pc reboot. So check.)

 

4. Install plugin AcestreamPlayer (attached). Start plugin. Config - insert server ip and

location of your user acestream url list. Default location /media/usb. Example list attached.

 

Check with BT Sport 2 (working in uk).

 

Regards, pcd.

 

 

 

Attached Files


Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

$
0
0
Hi,

attached a script and a Patch to compile enigma2 Openpli on Ubuntu 10.4 32 Bit.

To compile:

Extrackt the enigma2-i386.tar.bz2
cd enigma2-i386
./build-enigma2.sh

You will found enigma2 under $HOME/enigma2 their you can start enigma2 with bin/enigma2.
The configs are stored under $HOME/enigma2/etc/enigma2.

I have mapped some Buttons to Keyboard;

RED - F1
GREEN - F2
YELLOW - F3
BLUE - F4

MENU - SPACE

So you can Test Plugins or Skins without a STB.

Regards,

nobody9

Enigma2 next-master crashes on dm8000.

$
0
0

@Littlesat.

 

The enigma2 next-master (build with pli-core master-next)

Does crash during start off e2 on dm8000 (vuduo2 no problem)

The enigma2 master last version is ok on dm8000 and vuduo2.

 

What does happen the profile file located in /etc/enigma2 is always emptied during start by dm8000 when using e2 next-master not by vuduo2. and not when using e2 master.

 

Included debug 4 level file dm8000 with e2-last-master-dm8000-ok and e2-last-next-master-dm8000-nok.

 

 

Attached Files

Cross Compile Transmission 2.92 for openpli4

$
0
0

Hello I have set environment to crosscompile applications for vusolo2 mipsel.

 

I use devshell to compile transmission 2.92. Configure command succeeds

./configure --host=mips

pablocool@Ultra7vbox:~/vu/openpli-oe-core/build$ tmp/deploy/addons/mipsel-oe-linux-openpli-vusolo2-devshell 
bash: alias: `./configure': invalid alias name
[OE::mipsel-oe-linux-openpli-vusolo2]:~/vu/openpli-oe-core/build$  ./configure --host=mips
bash: ./configure: No such file or directory
[OE::mipsel-oe-linux-openpli-vusolo2]:~/vu/openpli-oe-core/build$ cd ~
[OE::mipsel-oe-linux-openpli-vusolo2]:~$ cd Pobrane/transmission-2.92
[OE::mipsel-oe-linux-openpli-vusolo2]:~/Pobrane/transmission-2.92$  ./configure --host=mips
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mips-strip... mipsel-oe-linux-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-pc-linux-gnu
checking host system type... mips-unknown-elf
checking how to print strings... printf
checking for style of include used by make... GNU
checking for mips-gcc... mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 accepts -g... yes
checking for mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 option to accept ISO C89... none needed
checking whether mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 understands -c and -o together... yes
checking dependency style of mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2... mipsel-oe-linux-ld --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 
checking if the linker (mipsel-oe-linux-ld --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 ) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... mipsel-oe-linux-nm
checking the name lister (mipsel-oe-linux-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to mips-unknown-elf format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for mipsel-oe-linux-ld --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2  option to reload object files... -r
checking for mips-objdump... mipsel-oe-linux-objdump
checking how to recognize dependent libraries... unknown
checking for mips-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for mips-ar... mipsel-oe-linux-ar
checking for archiver @FILE support... @
checking for mips-strip... (cached) mipsel-oe-linux-strip
checking for mips-ranlib... mipsel-oe-linux-ranlib
checking command to parse mipsel-oe-linux-nm output from mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mips-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking how to run the C preprocessor... mipsel-oe-linux-gcc -E --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2  -mel -mabi=32 -mhard-float -march=mips32
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 supports -fno-rtti -fno-exceptions... no
checking for mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 option to produce PIC... -fPIC -DPIC
checking if mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 PIC flag -fPIC -DPIC works... yes
checking if mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 static flag -static works... yes
checking if mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 supports -c -o file.o... yes
checking if mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 supports -c -o file.o... (cached) yes
checking whether the mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 linker (mipsel-oe-linux-ld --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 ) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for cos in -lm... yes
checking for mips-gcc... (cached) mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2
checking whether we are using the GNU C compiler... (cached) yes
checking whether mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 accepts -g... (cached) yes
checking for mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 option to accept ISO C89... (cached) none needed
checking whether mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 understands -c and -o together... (cached) yes
checking dependency style of mipsel-oe-linux-gcc  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2... (cached) gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 accepts -g... yes
checking dependency style of mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2... gcc3
checking how to run the C++ preprocessor... mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 -E
checking for ld used by mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2... mipsel-oe-linux-ld --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 
checking if the linker (mipsel-oe-linux-ld --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 ) is GNU ld... yes
checking whether the mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 linker (mipsel-oe-linux-ld --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 ) supports shared libraries... no
checking for mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 option to produce PIC... -fPIC -DPIC
checking if mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 PIC flag -fPIC -DPIC works... yes
checking if mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 static flag -static works... yes
checking if mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 supports -c -o file.o... yes
checking if mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 supports -c -o file.o... (cached) yes
checking whether the mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 linker (mipsel-oe-linux-ld --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2 ) supports shared libraries... no
checking dynamic linker characteristics... no
checking how to hardcode library paths into programs... immediate
checking for inline... inline
checking gcc version... 4.9.1
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking xlocale.h usability... yes
checking xlocale.h presence... yes
checking for xlocale.h... yes
checking for iconv... yes
checking for pread... yes
checking for pwrite... yes
checking for lrintf... no
checking for strlcpy... no
checking for daemon... yes
checking for dirname... yes
checking for basename... yes
checking for canonicalize_file_name... yes
checking for strcasecmp... yes
checking for localtime_r... yes
checking for fallocate64... yes
checking for posix_fallocate... yes
checking for memmem... yes
checking for strsep... yes
checking for strtold... yes
checking for syslog... yes
checking for valloc... yes
checking for getpagesize... yes
checking for posix_memalign... yes
checking for statvfs... yes
checking for htonll... no
checking for ntohll... no
checking for mkdtemp... yes
checking for uselocale... yes
checking for _configthreadlocale... no
checking whether make sets $(MAKE)... (cached) yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for library containing cos... -lm
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing quotacursor_skipidtype... no
checking for mips-pkg-config... no
checking for pkg-config... /home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBCURL... yes
checking for LIBEVENT... yes
checking for ZLIB... yes
checking for OPENSSL... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for library containing getmntent... none required
checking whether posix_fadvise is declared... yes
checking for posix_fadvise... yes
checking sys/inotify.h usability... yes
checking sys/inotify.h presence... yes
checking for sys/inotify.h... yes
checking for inotify_init... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking xfs/xfs.h usability... yes
checking xfs/xfs.h presence... yes
checking for xfs/xfs.h... yes
checking for SYSTEMD_DAEMON... no
checking for clock_gettime in -lrt... yes
checking µTP... yes
checking system miniupnpc library... none
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.50.2 found
checking for intltool-update... /home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/intltool-update
checking for intltool-merge... /home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/intltool-merge
checking for intltool-extract... /home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/intltool-extract
checking for xgettext... /home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/xgettext
checking for msgmerge... /home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/msgmerge
checking for msgfmt... /home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
checking for gmsgfmt... /home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.14.2
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking for libintl.h... (cached) yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... (cached) /home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/msgfmt
checking for xgettext... (cached) /home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/x86_64-linux/usr/bin/xgettext
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating transmission-gtk.spec
config.status: creating cli/Makefile
config.status: creating daemon/Makefile
config.status: creating extras/Makefile
config.status: creating libtransmission/Makefile
config.status: creating utils/Makefile
config.status: creating third-party/Makefile
config.status: creating third-party/dht/Makefile
config.status: creating third-party/libb64/Makefile
config.status: creating third-party/libutp/Makefile
config.status: creating third-party/libnatpmp/Makefile
config.status: creating third-party/miniupnp/Makefile
config.status: creating macosx/Makefile
config.status: creating gtk/Makefile
config.status: creating gtk/icons/Makefile
config.status: creating qt/config.pri
config.status: creating web/Makefile
config.status: creating web/images/Makefile
config.status: creating web/style/Makefile
config.status: creating web/style/jqueryui/Makefile
config.status: creating web/style/jqueryui/images/Makefile
config.status: creating web/style/transmission/Makefile
config.status: creating web/style/transmission/images/Makefile
config.status: creating web/style/transmission/images/buttons/Makefile
config.status: creating web/javascript/Makefile
config.status: creating web/javascript/jquery/Makefile
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands


Configuration:

   Source code location:                              .
   Compiler:                                          mipsel-oe-linux-g++  -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2

   Build libtransmission:                             yes
      * optimized for low-resource systems:           no
      * µTP enabled:                                  yes
      * crypto library:                               openssl

   Build Command-Line client:                         no

   Build GTK+ client:                                 no
      * libappindicator for an Ubuntu-style tray:     no

   Build Daemon:                                      yes

   Build Mac client:                                  no


[OE::mipsel-oe-linux-openpli-vusolo2]:~/Pobrane/transmission-2.92$ 

Unfortunately command make fails:

                                                     ^
  CC       libtransmission-test.o
  CCLD     bitfield-test
libtool: warning: library '/home/pablocool/vu/openpli-oe-core/build/tmp/sysroots/vusolo2/usr/lib/libcurl.la' was moved.
libtool:   error: cannot find the library '/usr/lib/libgmp.la' or unhandled argument '=/usr/lib/libgmp.la'
make[1]: *** [bitfield-test] Error 1
make[1]: Leaving directory `/home/pablocool/Pobrane/transmission-2.92/libtransmission'
make: *** [all-recursive] Error 1
bbfatal: command not found

How can I tell compiler to use libraries from ~/vu/openpli-oe-core/build/tmp/sysroots/vusolo2/usr/lib/ instead of /usr/lib ?

I know I can use symbolic links because it worked for earlier error for libgnutls.la but I dont like this solution.

[OE::mipsel-oe-linux-openpli-vusolo2]:~/vu/openpli-oe-core$ ls -l build/tmp/sysroots/vusolo2/usr/lib/libgmp.la
-rwxr-xr-x 1 pablocool pablocool 907 May 21 00:51 build/tmp/sysroots/vusolo2/usr/lib/libgmp.la
[OE::mipsel-oe-linux-openpli-vusolo2]:~/vu/openpli-oe-core$ 

Gstreamer error

$
0
0

Please help

Service :

#SERVICE 4097:0:0:0:0:0:0:0:0:0:http%3a//spastv.cdnvideo.ru/spastv-live/spastv.sdp/playlist.m3u8:ТВ 'Спас' (iptv)
#DESCRIPTION ТВ 'Спас' (iptv)

works only 1.5 min(90sec.) then stop

 

enigma log:

<  4099.574> [eServiceMP3] Gstreamer error: Could not update the playlist (3) from hlsdemux1

Prompt solution to the problem :(

 

Fan control ET

$
0
0

New plugin for ET box...

The plugin is in the menu 'System'.

Attached Thumbnails

  • 1.jpg
  • 2.jpg

OpenPLi-4 based images with Gstreamer 1.7.2 (master git) images 2016-02

$
0
0

Hi there friends,

 

Today gstreamer 1.7.2 was released so I did a mass rebuild.

screenshot.jpg

 

 

I also tested playback of local files and they're working fine here.

Tested on both on my Dreambox DM800 Se and my GM Spark Triplex (spark7162).

 

These images were built using the original openpli-oe-core repository that used to be branched as "gst-1".

However since that branch doesn't exist anymore I manually synced it with the "master" branch as of today.

Furthermore there are some additions of my own:

 

- Ships with gstreamer upstream master git (currently tagged 1.7.2) with the following patches applied:

gstreamer1.0:
file://0001-Fix-crash-with-gst-inspect.patch
file://0001-revert-use-new-gst-adapter-get-buffer.patch
 
gstreamer1.0-plugins-base:
file://get-caps-from-src-pad-when-query-caps.patch
file://taglist-not-send-to-down-stream-if-all-the-frame-cor.patch
file://0001-riff-media-added-fourcc-to-all-mpeg4-video-caps.patch
file://0001-riff-media-added-fourcc-to-all-ffmpeg-mpeg4-video-ca.patch
file://subparse-avoid-false-negatives-dealing-with-UTF-8.patch
 
gstreamer1.0-plugins-good:
file://0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch

gstreamer1.0-plugins-bad:
file://0001-rtmp-fix-seeking-and-potential-segfault.patch
file://fix-maybe-uninitialized-warnings-when-compiling-with-Os.patch

- A nice pre-installed list of public IPTV streams thanks to the Japhar Team.

- Every receiver uses christophecvr's multibox dvbmediasink.

- All receivers with flash larger than 64MB (basically non-Dreambox receivers) ship with gstreamer1.0-libav by default.

- Libsoup has been updated to 2.52 (from master-next).
- Using libtrmp and rtmpdump from Taapat's tree (which is in sync with master-next).

- Using ffmpeg 2.8.6 from Taapat's tree (which is in sync with master-next), replacing libav.
- Some small enigma2 patches for Dreambox receivers (ac3/dts bypass and blanking on zap support).
These are only applied for Dreambox receivers.
- AAC to AC3 transcoding V2 by mx3L (requires a fast cpu).
- IPTV Player from samsamsam included (thx to Athoik for the recipe).
- Large list of public IPTV streams included thanks to the Japhar Team.
- Updated libcdio and cdtextinfo for audio-cd support by christophecvr.
- DM800Se, DM7020HD and DM800SeV2 driver upgraded to 20151201:
added si2166b blindscan support.
- Using aio-grab from Taapat's tree (which is in sync with master-next).

- Added extra images for: DM800HD, DM7020HDv2, DM800SeV2, DM500HDv2, Atemio Nemesis, Spark7111 and Spark7162 (thanks to Taapat).

- No builds for Wetek.

- jpeg8 replaced by libturbojpeg0_8d+1.4.2 (from master-next).

- libgif upgraded to 5.1.2 (from Taapat's tree), this required a small enigma2 patch.

- Added fusedav and sshfs packages to the feeds.

- Oscam bumped to rev. 11211 with joeuser's patch (stream-relay).

- opencore-amr upgraded to 0.1.3 which is required for gstreamer 1.7 (thanks to Beeker for letting me know).

- Added a special task to compress some binaries right before the do_package_write_ipk with UPX.

This will give us some more free space for those 64MB Dreambox receivers.

- Some more packages backported from master-next and a few other things I forgot about...

 

Notes:

- If you get corrupted jpeg images on spark/spark7162 the hardware decoder is not working for you, simply login using telnet and type:

rm -f /usr/lib/libmme_host.so

Then restart enigma2 and they should display fine

- Zram is now disabled by default on spark/spark7162, if would like to use it anyways, simply login using telnet and type:

touch /etc/gimme-zram

Then reboot your receiver.

- DM800 first boot will take a while, please be patient. The next boot will be faster.
- On some Zgemma Star models (like sh1 for example) you cannot use full HD skins.
This is a hardware/driver limitation.
Please don't try it, it will crash enigma2.
- Some Dreambox remotes may behave very sensitive.
This causes button presses to register multiple times instead of just once.
As a workaround you can adjust the key interval:
Go to: Menu - System - Input devices - dreambox remote control (native).
Set "Change repeat and delay settings" to yes.
Set "Interval between keys when repeating:" to 200ms or 300ms.
Press green button (OK).
Now set the same delay for: "dreambox advanced remote control (native)" as well.

- Some Dreambox receivers only feature 64MB of flash space.

Also gstreamer 1.7 takes up much more space compared to 0.10.

I've tried my best to gain some more free space but you'll have to do it with ~5MB to play with.

I advice you to first do a software upgrade to get the latest gstreamer packages before you install your favorite plugins/cams.

 

 

I'd like to thank everyone for testing out my images and giving me feedback for improvements.

 

Special thanks goes out to ones helping me out understanding various things, in particular the following members for their contributions to OpenPLi and helping me out:

- Taapat (for his contributions and answering the many questions regarding my fulan BSP)

- Christophecvr (for his contribtions and helping me merging sh4 support into his multibox-dvbmediasink)

- mx3L (for his contributions)

- Beeker (for his contributions)

- Athoik (for his contributions)

- betacentauri (for his contributions)

- Japhar Team (for supplying us with web-hosting and IPTV Streams)

 

And of course the PLi team for keeping their sources and recipes as clean as possible and doing a great job supporting their users!

My apologies if I forgot to mention someone, you know who you are :)

 

This will be my last public image based on OpenPLi-4.

Now I can start playing with master-next as well and I may publish public PLi-5 testing images in the future, but don't wait for it since my time is limited ;)

 

Have fun!

https://mega.nz/#F!2odFUBJT!AUHxctpT7K1ULgND1_YfjQ

Auto Resolution Plugin Problem

$
0
0

Since the release of MastaG's images many users I know of,myself included have switched to Pli to use the Exteplayer3 in this image.

 

However most usage is to stream American content and here in lies the problem.

 

Many TV's, mine included cannot understand 30FPS and when using this plugin they display just a blank screen from most American content. This is the same scenario whether auto or manual is used as there is no option to overide this by setting it to if 30FPS use 60FPS

 

I myself have modified my version of this plugin to use 60FPS on all 30FPS content,but many other users may not know how to do this.

 

Perhaps the author of this plugin can take a look and add this option ?

 

Ian.


Error build (OpenWebif)?!

$
0
0

Hi, all

 

I have got this error Today, Yesterday build was just fine ..

| Compiling /home/raed/openpli/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2-plugin-extensions-openwebif/1+gitAUTOINC+2291e63a45-r0/git/plugin/controllers/models/owibranding.py ...
| Sorry: IndentationError: ('expected an indented block', ('/home/raed/openpli/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2-plugin-extensions-openwebif/1+gitAUTOINC+2291e63a45-r0/git/plugin/controllers/models/owibranding.py', 138, 8, '\t\t\tmodel = procmodel.replace("fusionhd", "Fusion HD")\n'))
.
.
.
.

| ERROR: Function failed: do_compile (log file is located at /home/raed/openpli/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2-plugin-extensions-openwebif/1+gitAUTOINC+2291e63a45-r0/temp/log.do_compile.29489)
ERROR: Task 638 (/home/raed/openpli/openpli-oe-core/meta-openpli/recipes-openpli/e2openplugins/enigma2-plugin-extensions-openwebif.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3738 tasks of which 3731 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  /home/raed/openpli/openpli-oe-core/meta-openpli/recipes-openpli/e2openplugins/enigma2-plugin-extensions-openwebif.bb, do_compile
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

I have do these commands but still same error ..

bitbake enigma2-plugin-extensions-openwebif -c cleanall
bitbake openpli-enigma2-image

Thank you ..

failed build image vu+ solo2

$
0
0
Fetcher failure: Fetch command failed with exit code 8, output:
2016-03-01 09:20:52 ERROR 404: Not Found.
 
DEBUG: Executing python function do_fetch
DEBUG: Executing python function base_do_fetch
DEBUG: Fetcher accessed the network with the command git -c core.fsyncobjectfiles=0 ls-remote git://github.com/mx3L/xbmc.git 
DEBUG: Running export PATH="/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin/mipsel-oe-linux:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/vusolo2/usr/bin/crossscripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/bin:/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"; export HOME="/home/boris"; git -c core.fsyncobjectfiles=0 ls-remote git://github.com/mx3L/xbmc.git 
DEBUG: Running export PATH="/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin/mipsel-oe-linux:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/vusolo2/usr/bin/crossscripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/bin:/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"; export HOME="/home/boris"; git -c core.fsyncobjectfiles=0 branch --contains 46902dfedfd210fadb0a9db7a903f14754e6a8c3 --list vu_kodi_15_2 2> /dev/null | wc -l
DEBUG: Trying PREMIRRORS
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['cvs', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svn', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['git', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['gitsm', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['hg', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['bzr', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svk', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['p4', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['osc', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['https?$', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'source.vuplus-community.net', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['cvs', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'source.vuplus-community.net', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svn', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'source.vuplus-community.net', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['git', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'source.vuplus-community.net', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['gitsm', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'source.vuplus-community.net', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['hg', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'source.vuplus-community.net', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['bzr', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'source.vuplus-community.net', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svk', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'source.vuplus-community.net', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['p4', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'source.vuplus-community.net', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['osc', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'source.vuplus-community.net', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['https?$', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'source.vuplus-community.net', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', '.*', '/.*', '', '', {}] to ['http', 'source.vuplus-community.net', '/', '', '', {}]
DEBUG: Fetching http://source.vuplus-community.net/xbmc-support_%24%7BGLPR%7D%24%7BGLARCH%7D.tar.gz;name=xbmc-support using command '/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/boris/obh/openblackhole-oe-core/build/downloads 'http://source.vuplus-community.net/xbmc-support_%24%7BGLPR%7D%24%7BGLARCH%7D.tar.gz'
DEBUG: Fetcher accessed the network with the command /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/boris/obh/openblackhole-oe-core/build/downloads 'http://source.vuplus-community.net/xbmc-support_%24%7BGLPR%7D%24%7BGLARCH%7D.tar.gz'
DEBUG: Running export PATH="/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin/mipsel-oe-linux:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/vusolo2/usr/bin/crossscripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/bin:/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"; export HOME="/home/boris"; /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/boris/obh/openblackhole-oe-core/build/downloads 'http://source.vuplus-community.net/xbmc-support_%24%7BGLPR%7D%24%7BGLARCH%7D.tar.gz'
DEBUG: Fetcher failure: Fetch command failed with exit code 8, output:
2016-03-01 09:20:51 ERROR 404: Not Found.
 
DEBUG: Trying Upstream
DEBUG: Fetching http://archive.vuplus.com/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz;name=xbmc-support using command '/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/boris/obh/openblackhole-oe-core/build/downloads 'http://archive.vuplus.com/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz'
DEBUG: Fetcher accessed the network with the command /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/boris/obh/openblackhole-oe-core/build/downloads 'http://archive.vuplus.com/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz'
DEBUG: Running export PATH="/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin/mipsel-oe-linux:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/vusolo2/usr/bin/crossscripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/bin:/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"; export HOME="/home/boris"; /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/boris/obh/openblackhole-oe-core/build/downloads 'http://archive.vuplus.com/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz'
WARNING: Failed to fetch URL http://archive.vuplus.com/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz;name=xbmc-support, attempting MIRRORS if available
DEBUG: Fetcher failure: Fetch command failed with exit code 8, output:
2016-03-01 09:20:52 ERROR 404: Not Found.
 
DEBUG: Trying MIRRORS
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['http', 'snapshot.debian.org', '/archive/debian-archive/20120328T092752Z/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['http', 'snapshot.debian.org', '/archive/debian-archive/20110127T084257Z/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['http', 'snapshot.debian.org', '/archive/debian-archive/20090802T004153Z/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.de.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.au.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.cl.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hr.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.fi.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hk.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hu.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.ie.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.it.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.jp.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.no.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.pl.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.ro.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.si.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.es.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.se.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.tr.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnu.org', '/gnu', '', '', {}] to ['ftp', 'mirrors.kernel.org', '/gnu', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'kernel.org', '/pub', '', '', {}] to ['http', 'www.kernel.org', '/pub', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['ftp', 'ftp.franken.de', '/pub/crypt/mirror/ftp.gnupg.org/gcrypt/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['ftp', 'ftp.surfnet.nl', '/pub/security/gnupg/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['http', 'gulus.USherbrooke.ca', '/pub/appl/GnuPG/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['ftp', 'ftp.fu-berlin.de', '/tex/CTAN', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['http', 'sunsite.sut.ac.jp', '/pub/archives/ctan/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['http', 'ctan.unsw.edu.au', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['ftp', 'ftp.gnupg.org', '/gcrypt/gnutls/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['http', 'www.mirrors.wiretapped.net', '/security/network-security/gnutls/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['ftp', 'ftp.mirrors.wiretapped.net', '/pub/security/network-security/gnutls/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['http', 'josefsson.org', '/gnutls/releases/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'ftp.info-zip.org', '/pub/infozip/src/', '', '', {}] to ['http', 'mirror.switch.ch', '/ftp/mirror/infozip/src/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'ftp.info-zip.org', '/pub/infozip/src/', '', '', {}] to ['ftp', 'sunsite.icm.edu.pl', '/pub/unix/archiving/info-zip/src/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.cerias.purdue.edu', '/pub/tools/unix/sysutils/lsof/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tau.ac.il', '/pub/unix/admin/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.cert.dfn.de', '/pub/tools/admin/lsof/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.fu-berlin.de', '/pub/unix/tools/lsof/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.kaizo.org', '/pub/lsof/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tu-darmstadt.de', '/pub/sysadmin/lsof/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tux.org', '/pub/sites/vic.cc.purdue.edu/tools/unix/lsof/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'gd.tuwien.ac.at', '/utils/admin-tools/lsof/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'sunsite.ualberta.ca', '/pub/Mirror/lsof/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'the.wiretapped.net', '/pub/security/host-security/lsof/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'www.apache.org', '/dist', '', '', {}] to ['http', 'archive.apache.org', '/dist', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'downloads.sourceforge.net', '/watchdog/', '', '', {}] to ['http', 'fossies.org', '/linux/misc/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'download.savannah.gnu.org', '/releases', '', '', {}] to ['http', 'download-mirror.savannah.gnu.org', '/releases', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'download.savannah.nongnu.org', '/releases', '', '', {}] to ['http', 'download-mirror.savannah.nongnu.org', '/releases', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['cvs', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svn', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['git', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['hg', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['bzr', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svk', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['p4', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['osc', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['https?$', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['http', 'snapshot.debian.org', '/archive/debian-archive/20120328T092752Z/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['http', 'snapshot.debian.org', '/archive/debian-archive/20110127T084257Z/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['http', 'snapshot.debian.org', '/archive/debian-archive/20090802T004153Z/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.de.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.au.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.cl.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hr.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.fi.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hk.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hu.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.ie.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.it.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.jp.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.no.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.pl.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.ro.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.si.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.es.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.se.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.tr.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnu.org', '/gnu', '', '', {}] to ['ftp', 'mirrors.kernel.org', '/gnu', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'kernel.org', '/pub', '', '', {}] to ['http', 'www.kernel.org', '/pub', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['ftp', 'ftp.franken.de', '/pub/crypt/mirror/ftp.gnupg.org/gcrypt/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['ftp', 'ftp.surfnet.nl', '/pub/security/gnupg/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['http', 'gulus.USherbrooke.ca', '/pub/appl/GnuPG/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['ftp', 'ftp.fu-berlin.de', '/tex/CTAN', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['http', 'sunsite.sut.ac.jp', '/pub/archives/ctan/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['http', 'ctan.unsw.edu.au', '/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['ftp', 'ftp.gnupg.org', '/gcrypt/gnutls/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['http', 'www.mirrors.wiretapped.net', '/security/network-security/gnutls/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['ftp', 'ftp.mirrors.wiretapped.net', '/pub/security/network-security/gnutls/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['http', 'josefsson.org', '/gnutls/releases/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'ftp.info-zip.org', '/pub/infozip/src/', '', '', {}] to ['http', 'mirror.switch.ch', '/ftp/mirror/infozip/src/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'ftp.info-zip.org', '/pub/infozip/src/', '', '', {}] to ['ftp', 'sunsite.icm.edu.pl', '/pub/unix/archiving/info-zip/src/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.cerias.purdue.edu', '/pub/tools/unix/sysutils/lsof/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tau.ac.il', '/pub/unix/admin/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.cert.dfn.de', '/pub/tools/admin/lsof/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.fu-berlin.de', '/pub/unix/tools/lsof/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.kaizo.org', '/pub/lsof/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tu-darmstadt.de', '/pub/sysadmin/lsof/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tux.org', '/pub/sites/vic.cc.purdue.edu/tools/unix/lsof/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'gd.tuwien.ac.at', '/utils/admin-tools/lsof/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'sunsite.ualberta.ca', '/pub/Mirror/lsof/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'the.wiretapped.net', '/pub/security/host-security/lsof/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'www.apache.org', '/dist', '', '', {}] to ['http', 'archive.apache.org', '/dist', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'downloads.sourceforge.net', '/watchdog/', '', '', {}] to ['http', 'fossies.org', '/linux/misc/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'download.savannah.gnu.org', '/releases', '', '', {}] to ['http', 'download-mirror.savannah.gnu.org', '/releases', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'download.savannah.nongnu.org', '/releases', '', '', {}] to ['http', 'download-mirror.savannah.nongnu.org', '/releases', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['cvs', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svn', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['git', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['hg', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['bzr', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svk', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['p4', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['osc', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['https?$', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['cvs', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svn', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['git', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['hg', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['bzr', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svk', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['p4', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['osc', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['https?$', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['http', 'snapshot.debian.org', '/archive/debian-archive/20120328T092752Z/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['http', 'snapshot.debian.org', '/archive/debian-archive/20110127T084257Z/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['http', 'snapshot.debian.org', '/archive/debian-archive/20090802T004153Z/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.de.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.au.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.cl.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hr.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.fi.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hk.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.hu.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.ie.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.it.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.jp.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.no.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.pl.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.ro.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.si.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.es.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.se.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.debian.org', '/debian/pool', '', '', {}] to ['ftp', 'ftp.tr.debian.org', '/debian/pool', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnu.org', '/gnu', '', '', {}] to ['ftp', 'mirrors.kernel.org', '/gnu', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'kernel.org', '/pub', '', '', {}] to ['http', 'www.kernel.org', '/pub', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['ftp', 'ftp.franken.de', '/pub/crypt/mirror/ftp.gnupg.org/gcrypt/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['ftp', 'ftp.surfnet.nl', '/pub/security/gnupg/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnupg.org', '/gcrypt/', '', '', {}] to ['http', 'gulus.USherbrooke.ca', '/pub/appl/GnuPG/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['ftp', 'ftp.fu-berlin.de', '/tex/CTAN', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['http', 'sunsite.sut.ac.jp', '/pub/archives/ctan/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'dante.ctan.org', '/tex-archive', '', '', {}] to ['http', 'ctan.unsw.edu.au', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['ftp', 'ftp.gnupg.org', '/gcrypt/gnutls/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['http', 'www.mirrors.wiretapped.net', '/security/network-security/gnutls/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['ftp', 'ftp.mirrors.wiretapped.net', '/pub/security/network-security/gnutls/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'ftp.gnutls.org', '/pub/gnutls', '', '', {}] to ['http', 'josefsson.org', '/gnutls/releases/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'ftp.info-zip.org', '/pub/infozip/src/', '', '', {}] to ['http', 'mirror.switch.ch', '/ftp/mirror/infozip/src/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'ftp.info-zip.org', '/pub/infozip/src/', '', '', {}] to ['ftp', 'sunsite.icm.edu.pl', '/pub/unix/archiving/info-zip/src/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.cerias.purdue.edu', '/pub/tools/unix/sysutils/lsof/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tau.ac.il', '/pub/unix/admin/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.cert.dfn.de', '/pub/tools/admin/lsof/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.fu-berlin.de', '/pub/unix/tools/lsof/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.kaizo.org', '/pub/lsof/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tu-darmstadt.de', '/pub/sysadmin/lsof/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'ftp.tux.org', '/pub/sites/vic.cc.purdue.edu/tools/unix/lsof/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'gd.tuwien.ac.at', '/utils/admin-tools/lsof/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'sunsite.ualberta.ca', '/pub/Mirror/lsof/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', 'lsof.itap.purdue.edu', '/pub/tools/unix/lsof/', '', '', {}] to ['ftp', 'the.wiretapped.net', '/pub/security/host-security/lsof/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'www.apache.org', '/dist', '', '', {}] to ['http', 'archive.apache.org', '/dist', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'downloads.sourceforge.net', '/watchdog/', '', '', {}] to ['http', 'fossies.org', '/linux/misc/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'download.savannah.gnu.org', '/releases', '', '', {}] to ['http', 'download-mirror.savannah.gnu.org', '/releases', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'download.savannah.nongnu.org', '/releases', '', '', {}] to ['http', 'download-mirror.savannah.nongnu.org', '/releases', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['cvs', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svn', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['git', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['hg', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['bzr', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svk', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['p4', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['osc', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['https?$', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['cvs', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svn', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['git', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['hg', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['bzr', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svk', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['p4', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['osc', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['https?$', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'search.cpan.org', '/CPAN', '', '', {}] to ['http', 'cpan.metacpan.org', '/', '', '', {}]
DEBUG: For url ['http', 'sources.openembedded.org', '/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'search.cpan.org', '/CPAN', '', '', {}] to ['http', 'search.cpan.org', '/CPAN/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'search.cpan.org', '/CPAN', '', '', {}] to ['http', 'cpan.metacpan.org', '/', '', '', {}]
DEBUG: For url ['http', 'downloads.yoctoproject.org', '/mirror/sources/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'search.cpan.org', '/CPAN', '', '', {}] to ['http', 'search.cpan.org', '/CPAN/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', '.*', '/.*', '', '', {}] to ['http', 'downloads.yoctoproject.org', '/mirror/sources/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['cvs', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svn', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['git', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['hg', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['bzr', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['svk', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['p4', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['osc', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['https?$', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['ftp', '.*', '/.*', '', '', {}] to ['http', 'sources.openembedded.org', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'search.cpan.org', '/CPAN', '', '', {}] to ['http', 'cpan.metacpan.org', '/', '', '', {}]
DEBUG: For url ['http', 'archive.vuplus.com', '/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz', '', '', {'name': 'xbmc-support'}] comparing ['http', 'search.cpan.org', '/CPAN', '', '', {}] to ['http', 'search.cpan.org', '/CPAN/', '', '', {}]
DEBUG: Fetcher accessed the network with the command /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/boris/obh/openblackhole-oe-core/build/downloads 'http://downloads.yoctoproject.org/mirror/sources/xbmc-support_%24%7BGLPR%7D%24%7BGLARCH%7D.tar.gz'
DEBUG: Running export PATH="/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin/mipsel-oe-linux:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/vusolo2/usr/bin/crossscripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/bin:/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"; export HOME="/home/boris"; /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/boris/obh/openblackhole-oe-core/build/downloads 'http://downloads.yoctoproject.org/mirror/sources/xbmc-support_%24%7BGLPR%7D%24%7BGLARCH%7D.tar.gz'
DEBUG: Fetcher failure: Fetch command failed with exit code 8, output:
2016-03-01 09:20:52 ERROR 404: Not Found.
 
DEBUG: Fetching http://sources.openembedded.org/xbmc-support_%24%7BGLPR%7D%24%7BGLARCH%7D.tar.gz;name=xbmc-support using command '/usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/boris/obh/openblackhole-oe-core/build/downloads 'http://sources.openembedded.org/xbmc-support_%24%7BGLPR%7D%24%7BGLARCH%7D.tar.gz'
DEBUG: Fetcher accessed the network with the command /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/boris/obh/openblackhole-oe-core/build/downloads 'http://sources.openembedded.org/xbmc-support_%24%7BGLPR%7D%24%7BGLARCH%7D.tar.gz'
DEBUG: Running export PATH="/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin/mipsel-oe-linux:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/vusolo2/usr/bin/crossscripts:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/usr/bin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/sbin:/home/boris/obh/openblackhole-oe-core/build/tmp/sysroots/i686-linux/bin:/home/boris/obh/openblackhole-oe-core/openembedded-core/scripts:/home/boris/obh/openblackhole-oe-core/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"; export HOME="/home/boris"; /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/boris/obh/openblackhole-oe-core/build/downloads 'http://sources.openembedded.org/xbmc-support_%24%7BGLPR%7D%24%7BGLARCH%7D.tar.gz'
DEBUG: Fetcher failure: Fetch command failed with exit code 8, output:
2016-03-01 09:20:53 ERROR 404: Not Found.
 
ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
2016-03-01 09:20:52 ERROR 404: Not Found.
 
DEBUG: Python function base_do_fetch finished
DEBUG: Python function do_fetch finished
ERROR: Function failed: Fetcher failure for URL: 'http://archive.vuplus.com/download/build_support/xbmc-support_${GLPR}${GLARCH}.tar.gz;name=xbmc-support'. Unable to fetch URL from any source.
 
How can avoid this error?

error blindscan(decoder reboot :( )

$
0
0

hi, then the pluigin part makes the search for the transponder is when it ends makes fencing and restarts

 

800se dreambox, tunnel compatible blindscan

Attached Files

DB transcoder

$
0
0

Hello,

 

What is DB Transcoder ?

It is web application for transcoding, recompressing, resizing stream from your enigma2 receiver .

 

Why ?

You can stream your favorite HD TV show to your cell phone over 3G/4G. Stream will be scaled to not use so much bandwidth.

 

What i need for this web app ?

You need linux computer with webserver, php5, also php5 should have installed sqlite plugin, ffmpeg or avlib(avconv) for transcoding.

 

How does it work ?

Basically this web application is frontend for ffmpeg or avlib with possibility sellect channel from your enigma2 bouquet for transcoding.

 

Where i can download it ?

http://sharetext.net/userfiles/db_transcode_0.1.tar.gz

 

How can i view stream ?

With build in flash video player, vlc player, bsplayer (android).

 

How can i install this web app ?

Download DB transcoder and edit according your needs config.php . After configuration open web app, go to settings and push "Reload Playlist" button to download bouquets from receiver.

 

Few notes:

 

It is highly recomended to set HTTP authorization for this WEB application if you will access this application from internet.

 

Im hobby php programmer :) , dont be rude if something is not perfect .

 

most of linux distributions have ffmpeg or avlib available, but you can also download last static binaries for ffmpeg here

http://johnvansickle.com/ffmpeg/

 

Flash HLS player are from:

https://github.com/mangui/flashls

 

Im planing to also add support for windows server with IIS.

 

Suggestions and bug reports are welcomed. 

 

Screenshots

Main page with channels list:

channels_55072ac0e4039.png

 

live with flash:

Live_55072ac9a8b74.png

 

Settings:

settings_55072ad0e28a7.png

 

 

 

Plugin IPTVbouquet

$
0
0

Attached is a new plugin IPTVbouquet.

It installs any iptv .txt files with entries in the m3u format (see example.txt in the plugin folder /channels).

It also includes tv channels from many countries, which will be updated when updates become available.

After install the bouquets can be found in the Favourites channellist.

Regards, pcd.

Attached Files

Viewing all 1692 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>