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

MastaG unofficial OpenPli 4.0 gstreamer 1.9 release

$
0
0
Since MastaG has been added to the OpenPli team and his post had been locked (on his request) I would like to take this opportunity to thank MastaG for his endless efforts to offer OpenPli to other boxes than the officially supported ones including DM800SEv2.

So a BIG BIG thank you to MastaG (and his co-contributors) and the best of luck as an official OpenPli member...

openpli remote api , with ESP8266 wifi module

$
0
0

where can i edit the inputcontrol of openpli so can pass a string to control the setupbox.

 

 

 

my lua code  :

  conn=net.createConnection(net.TCP, 0)
    conn:on("receive", function(conn, payload) print(payload) end )
    conn:connect(80,"192.168.1.9")  
    conn:send("GET /api/remotecontrol?command=11"  .."Connection: keep-alive\r\nAccept: */*\r\n\r\n")

the response =

> keep-alive 200 OK
Date: Sun, 16 Oct 2016 19:03:38 GMT
Content-Type: text/plain
Server: TwistedWeb/13.2.0

{"message": "De parameter 'commando' moet een getal zijn", "result": false}

actually , everyone can simultate my problem to insert in your browser this command

yourip/api/remotecontrol?command=11"

 

the last " after the 11 , is the problem for me...

i cant sent a integer in my get command in the esp module

WiFi%20Serial%20Transceiver%20Module.jpg

 

 

 

 

Serviceinfo merge & modif.

$
0
0

Video Codec, Video Format and Video Size merged into one single line.

PID data from PID page merged into Service page.,

 

 

serviceinfo_mod1.jpg      ----------->   serviceinfo_mod2.jpg

 

 

If you like it:   Attached File  ServiceInfo.py   11.74KB   6 downloads

AverMedia A867 "SKY Digital Key" new patch (and strange problem with PliHD)

$
0
0
I'm only an hobbyist, not an expert C coder but during past weeks I'm increasing my knowledge about OpenPli, Enigma2 and DVB-T driver.
It's funny :P (my wife hate me :wacko: )
Many thanks to Gennar1, Skaman, Xgaz : they are "patient" with me :rolleyes:

I've 4 DVB-T USB stick and I'm trying to have a better driver code for them.
In my opinion AverMedia A867 (aka italian "SKY Digital Key" 'blue LED' version, see NOTE1) is the best: cheap (about 15-20 euros), HD capable, very fast zap, very high sensitivity and stable. It's based on AF9035 and MX5007T (you can buy on eBay)

But I've see that during OpenPli A867 driver compile there are many many warnings and driver lacks completely SNR value.
So I've take OpenPli dvb-usb-a867.patch file and I've started a clean-up code process and added SNR management.
My effort is here: https://github.com/ambrosa/A867_kernel_3.0.0
The same driver can be compiled without any change in Ubuntu 11.10 and CT9100 kernel 3.1.0

Now driver is faster, smaller, no warnings at all and SNR is OK :D . It looks stable.
DVB-T zap is faster than satellite ! URGH !

I add here my patch: you can simple overwrite openembedded/recipes/linux/linux-etxx00/dvb-usb-a867.patch file. No need to change anything in linux-etxx00_3.1.0.bb or the patch order.


In next days I'll try to have a better code for my RTL2832 driver, so stay tuned ;)

-------

But I've discovered a strange problem about PliHD skin.
Some OpenPli versions ago , the PliHD second infobar show in upper right corner 3 coloured bars for SNR, AGC,BER

Now I've no infos. I've only numeric SNR% in the first infobar (lower right corner). No bar also for sat channels. Any idea ?

------

NOTE1: there are 2 type of "Sky Digital Key": one is Avermedia A867 and the stick has a "blue" LED. The second stick has a "green" LED and it's based on a unsupported chipset, so don't buy it.

CustomSubservices

$
0
0

CustomSubservices plugin for subservices SKY DE.

Maintainer monty03.

 

Version 0.1.2 small adapt for openPli.

XML_PATH = "/etc/enigma2/subservices.xml"

 

When use enigma2-plugin-extensions-customsubservicesplugin_0.0.3_mipsel.ipk first delete it.

Attached Files

Pli4 image to optimuss os3+

$
0
0
Hi.. does anyone have a pli4 based image for my optimuss os3 plus?

Στάλθηκε από το SM-N7505 μου χρησιμοποιώντας Tapatalk

How to see if there is a client currently streaming

$
0
0
Hi folks,

I would like to know, if there is an "easy way" to get the information if there is an active client currently streaming.
My first idea was, that there must be an additional process running during an active stream, but I couldn't see one :-\

Any hints?

Thanks!

Klaus

Gesendet von meinem GT-P1000 mit Tapatalk

youtube problems

$
0
0

hi, i have openpli 4.0 on zgemma h2 star. i installed the youtube extension. I connected my account, I go to my subscribtions -> recent and it says "there was an error in creating entry list". How can i solve it???

 

then i tried to install mytube but it says that i lack dependencies:

python-google-api-client

python-youtube-dl

 

how do i install them and mytube?

 

thanks


problem in open pli4

$
0
0

hello, I have a problem in open pli4. When I press the channel list and press menu and press the option show transporter info a crashlog happens, I think the problem is in the software because I checked the clear image in vu+solo2, on different receivers vu+ that proplem doesn't occur only on vu+solo2.

How to avoid [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed

$
0
0

I'm implementing a plugin which needs to communicate with https website.

 

I get the following error:

 

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)

 

Here is my code:

headers = {"Content-type": "application/x-www-form-urlencoded","Accept": "text/plain","Authorization": "Basic %s" % b64Val}
conn = httplib.HTTPSConnection("viewthatnow.com", 443)
conn.request("POST", "/savezapentry/savezapentry.php", values, headers)
response = conn.getresponse()

How could I avoid verifying the SSL certificate using python 2.7.3 (used by OpenPli) ??

 

Update libbluray

$
0
0

Be careful with this my pull request:https://github.com/OpenPLi/openpli-oe-core/pull/122#event-840857249
Therefore, I wrote in a comment Warning!

 

There is a possibility that it may break the build process.
Ideally, it would be if someone, who has access to the build servers do for all recivers:

... bitbake libbluray -c cleanall

When udf enabled in libbluray it used libudfread submodule, but submodules will not update without clean and configure can stop with error without libudfread submodule.

To use the submodule I changed the protocol from the git to gitsm.
But as far I understand oe does not check these protocol changes without clean.

 

I don't know, maybe un your build servers not this problem, but pay attention to this!

I think about the option to add other package such libbluray-udfread, but I think it would be better not duplicate the same packages.

XBMC like movie db extension

$
0
0

Hello again guys.

 

All we know that there is a port of XBMC/KODI for Vu+ receivers and its limitations of 720p max resolution, internal player not working, external player is too limited.

 

Since i am interested to develop an extension that works inside enigma2 and that will be deeply integrated to the enigma2 instead of using external app like Kodi i have several questions:

 

1. I know about skinning capabilities of recent images however i was wondering can the main menu be horizontal and is it possible to be customized for what it shows in there?

 

2. Is it possible and if it is how i can add a context menus similar to the Kodi item context menu?

 

3. Vu+ receivers have OpenGLES support so can python extension take advantage from this to speed up UI rendering?

 

4. Can infobar be modified somehow to support such an extension and to write its progress to own DB similar like Kodi does?

 

5. How can be made a custom player (probably like python extension or something) with hardware support ofcource?

 

 

I know there is similar extension called Project Valerie which was long time ago abandoned and it was behave a bit like something external that i dont like. So i want something much more integrated but not so general like Kodi.

 

 

So please anyone to give me hand for this if possible! I will be glad.

Build of OpenPli5?

$
0
0

Hello guys.

 

Well i read a lot in this forum about building OpenPli 5.0 on debian for example.

And i have found some info but it really make me confused and as it seems there is no complete guide step by step how to do this for popular receivers.

 

Basically i am interested in building OpenPli 5.0 for Vu+ Solo2.

 

 

So can someone give me info or link to where i can read about building OpenPli 5.0 image for Vu+Solo2 on debian?

 

 

Thank you in advance for that info!

Error in Remote Stream Converter

$
0
0

I have bought a Vu+ sole with 2 tuners an wanted to use my old DM800 (both with PLI) in the bedroom I installed Remote-Stream-Converter on my DM800 and got the Channel list from the Vu+

after selecting a channel from the Vu+ on the new list in de DM800 I got the error: "No Data on transponder (Timeout reading PAT)" on selecting another channel the same error 

What is going wrong here? The channels show on the Vu+ box

Enigma2 SystemPlugin IPTVbouquet

$
0
0

Hello friends,

Attached SystemPlugin IPTVbouquet will install two iptv bouquets (for live tv from many countries) - IPTV KODILIVE (based on plugin.video.kodilivetv) and IPTV (based on HDFreaks github).

Install the attached .ipk as usual for any plugin. The bouquets will be installed automatically after Restart enigma.

Tested with openpli 4 and openatv images. Also works for dm820 with openatv.

Regards, pcd.

Attached Files


Enigma2 Plugin Exodus Version 2.0

$
0
0

Enigma2 Plugin Exodus Version 2.0

The new version 2.0 is attached.

It has been tested on boxes et9500 (openpli and openatv images), dm500hd (with Extensions cifs mounted on pc, and with OE2.0 official image), dm820 (OE2.2 official image)

New : Enigma2 plugin Subssupport by mx3L is included. Install this plugin for subtitles.
Full-HD skin supported

Method for subtitles :

(1) While the movie or tv video is playing - press yellow button.
(2) Select "Search subtitles" - screenshot1
(3) Insert the correct title and press OK - screenshot2
(4) After some time - the list of available subtitles list
will appear. - screenshot3
(5) To change language options - select "Settings". Return and press "Search".
(5) Select a link - press OK, if it does not work, try another.

Dependencies :

Most images will need python-sqlite3.
Some images also need python-json.

Install the attached version. If they do not work - for non-OE2.2 images - telnet :-

opkg install python-sqlite3
opkg install python-json

Finally - if you get a crash - please post the crash log - otherwise we cannot help.

Regards, pcd

Attached Thumbnails

  • screenshot1.jpg
  • screenshot2.jpg
  • screenshot3.jpg

Attached Files

Plugin programming: HTTP post request while zapping makes the zap slow

$
0
0

Hi,

 

I'm implementing a plugin which posts data to an HTTPS url when the user moves from one service to another. The problem is that enigma2 displays the spinner and the zap action takes 2 or 3 seconds to finishes.

 

My implementation is as follow:

Current service -> Zap -> Call function sending HTTP post request ->New Service

 

Is there any thread like mechanism where the called function is executed in parallel with the zap action as follows:

 

Current service->Zap->New service

                             |

                              ----->Call function sending HTTP post request

 

Thanks for your help.

Feature - HDD goto sleep before shutdown/reboot

$
0
0

Who wants to have this opportunity, replace the file /etc/init.d/umountfs, right 755

My patch is not accepted:

https://github.com/OpenPLi/openpli-oe-core/commit/6bcb14c5f6eccfe8a0689c6a28b6d9fff784cc34

 

I think this is wrong, because:

1)

 

Heads in the natural / right state, according to the authors of hard drives and writers systems should calmly, electrically, when you turn off the system, to park, stop and disconnect. That is, when you turn off the system hard drive receives a command to stop and park the heads. This occurs in the default, the soft mode, calmly and correctly to the hard drive. If power is suddenly lost, then the modern drives have a backup power system. That is promoted spindle switches into generator mode and generates an electric charge is applied to the head for their parking, and stops the spindle inertia. But this - freelance parking, that is abnormal, it is a rigid disc and therefore more traumatic. That is one thing head quietly taken aside, another thing to dramatically impact that is heard. Hence the conclusion. Emergency parking, more rigid (judging by the sound), and therefore mechanically more traumatic for zhёskogo disk.
   
If in the form of associations, then, every time you drinketh tea, you easily put a glass on the table and it is natural for the glass ... but if every time you throw it on the table will, sooner or later, mechanically, you get porcelain chips ...

2)When use docking stations HDD, e.g. http://www.raidsonic.de/products/external_cases/hdd_ssd_docking/index_en.php

HDD not sleep after power off.

This HDD will always running.

It must transferred into sleep mode.

 

Who agrees with me?

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$ 

Physical CD/DVD support enigma2.

$
0
0

I'm currently bussy with DVD/CD support problems in enigma2 , most of problems are cause the modern kernels and c/c++ do not support the old ways off working still used into enigma2.

Also the modern hardware does require the modern kernels and are not compatible any more or at least very buggy with the old working ways.

 

What is the goal, Well for some stb's the internal cd/dvd rom (slim drive micro at type) is possible. The dm8000 is such one do not know if there are others ...

But on a lot of others(high range boxes) You can use external usb dvd/cd writers and it works if the needed kernel modules are installed.

 

Some facts about use of cd and dvd's.

 

First I start with the yes ... problematic audio cd. But why is it problematic ?

 

 - An audio cd can't be mounted . Never could be mounted and never will be able to mount as a file system.

   But what about the cdfs file system ? Well actually cdfs was never a real file system mount .

   What did it do, It created a visual representation off the audiotracks on the cd and announced like off it was a non writeable file system mount, but it was not a real mount.

   The libcdfs is completely deprecated in all linux kernels 3 and above. There are some very hack-is patches applied to the initial source of it to make it applicable to kernels 3 and above.

   But they are hack-is and unstable.

 

The data cd/dvd no problem it's an iso9660 file type sytem and is pretty basic to mount (as an non writeable file system) so ok here.

 

The standard movie dvd (the one You buy in shops ). No problem att all . However required is :

  - On the modern kernels c/c++ removal off the unstable cdfs kernel module (if used). At least by dreambox. Result audio cd playing impossible in enigma2.

  - The Dreambox extra stuff none all is installed works fine by default.

  - The vuduo2 ha ???.. I really can't follow the vu+ dev team , but instead of making it default they made it module based. (see vu+ defconfig of linux kernel)

     It means that You have to install manually : kernel-module-udf , kernel-module-cdrom , kernel-module-sr-mod.

     Reboot the box. Then You can plugin You're usb drive and the sr0 required block dev will be made nased on the sg<x> scsi base device.

    Insert dvd and yes it plays ok 100 % I tested 20 different dvd's with an asus slim external usb drive (model SDRW-08D2S-U LITE).

 

General result as soon all the required libs are installed for DVD all ok.

For cd only data cd ok.

 

Audio cd big big problem. Ok here dm8000 situation. (sata dvd and usbdvd ok)

 

I'm now working and testing with only gst-1.0 image. What is required at base:

 - libcdio needs upgrade to version 0.93. As a result of this upgrade cdtextinfo needs to be patched with  libcdio090.patch posted here.

 - unfortunatelly kernel-module-cdfs needs to remain installed (which on it makes DVD udf support very very unstable)

 - gstreamer1.0-plugins-ugly-cdio needs to be installed also.

 Then working ok for audio cd but standard video udf dvd's broken.

 

Vuduo 2 audio cd support completely broken (and its i known problem). Even there version of cdfs plugin does not work anymore.

DVD udf support 100 % ok

 

What must be done. Well first modification off enigma2 mediaplayer to use audio cd's whitout the visual mount presentation from deprecated cdfs module. (libcdio needs to be used for that).

 

For DVD do the mount of the udf file sytem to the media lable if avbl.

 

 

 

Attached Files

Viewing all 2507 articles
Browse latest View live


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