Jump to content


fairbird

Member Since 30 Nov 2009
Offline Last Active Today, 15:25
-----

#1313067 merge requests for PLi's git

Posted by fairbird on 31 January 2021 - 17:26

Of course not .... and As I wrote to Toysoft 

 

 

 

I need to fix my recipes file (sound) does not work on OV images

 

I need to fix MY RECIPES (my personal recipes) 




#1146121 libtorrent and openpli 7.2

Posted by fairbird on 30 December 2019 - 12:03

OpenPLi runs on OE Pyro, so it has the libraries that come with that.

 

OpenPLi 7.2 uses OpenSSL 1.0.2r, so fairbird's list is not correct. Is also has OPENSSL_1_0_0 emulated, I added it myself. I suggest fairbird should look at what he has installed.

I'm using this image

https://mega.nz/#!nK...SYtoPeg9JzHCr5w

As we know openpli doesn't supported Dreambox any more so we build privet images 90%  based on openpli (Just Dream-meta different) nothing more 




#1054553 Crosscompiling Oscam for OpenPLi (Vu Zero 4k/ARM)

Posted by fairbird on 11 May 2019 - 21:15

You need to Download and Install OpenSSl

 

read here

How to install openssl/libcrypto

and

How to install libusb

http://www.streamboa.../crosscompiling




#975549 Howto build unofficial pli for your unsupported receiver

Posted by fairbird on 2 December 2018 - 18:16

@zeros and others 

 

WE Add kodi recipes to (DM820, 7080 and 900/920)

https://github.com/P...81976c8217f122f

 

Please build it and feedback ..

 

on my side built to DM920 ... ok




#913948 Howto build unofficial pli for your unsupported receiver

Posted by fairbird on 31 July 2018 - 12:22

here the diference (more wifi drivers more plugins ...etc)

https://github.com/P...nigma2-image.bb




#861620 Youtube Error

Posted by fairbird on 24 March 2018 - 20:04

ok ...




#861548 Youtube Error

Posted by fairbird on 24 March 2018 - 17:03

That issue from 1.13 happens to me not just Youtube a lot of video exertions doesn't work ..

I have created this patch (with my friend Hains) and fix gstreamer compile. Now every things works just fine..

Attached Files




#856052 iptv player python-gzip module helpe

Posted by fairbird on 9 March 2018 - 17:57

What image you are using ?!

You should ask image Team to support ...

 

Any way...

You need first to update feed 

opkg update

Then try to install any packages you need

opkg install python-compression

it is python-compression not python-gzip 




#752827 serviceapp - gstplayer and exteplayer3

Posted by fairbird on 10 August 2017 - 10:46

Sorry ..

This is new edit 20170809 ..

Attached Files




#752821 serviceapp - gstplayer and exteplayer3

Posted by fairbird on 10 August 2017 - 10:33

And here is last patch to ffmpeg 3.2.2 (Thx Sam)

https://github.com/s..._20170809.patch

 

And in attach to ffmpeg 3.3

Attached Files




#752812 serviceapp - gstplayer and exteplayer3

Posted by fairbird on 10 August 2017 - 10:25

Original patch to (samsamsam) for ffmpeg 3.2 and my edit to compatible to ffmpeg 3.3




#708343 serviceapp - gstplayer and exteplayer3

Posted by fairbird on 8 May 2017 - 17:55

you can use this in your recipe to build gstplayer

pkg_postinst_${PN}() {
               ln -sfn gstplayer /usr/bin/gstplayer_gst-1.0
}



#696509 Openpli-5 (still next master)

Posted by fairbird on 11 April 2017 - 16:59

Hello Guys,

Please I need some help ..

 

I have add this patch 

https://github.com/O...006dcb34316429e

to my git ...

If I build image to dm800se enigma2 compile complete without any error ..

But with dm800 I got this error ?! Before add that patch I don't have any problem.

How can I fix it ?!

Thank you

nmp     -MT dvb/demux.o -MD -MP -MF $depbase.Tpo -c -o dvb/demux.o /home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/git/lib/dvb/demux.cpp &&\
| 	mv -f $depbase.Tpo $depbase.Po
| /home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/git/lib/dvb/db.cpp: In function 'ePtr<eDVBFrontendParameters> parseFrontendData(char*, int)':
| /home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/git/lib/dvb/db.cpp:412:14: error: 'NO_STREAM_ID_FILTER' was not declared in this scope
|       is_id = NO_STREAM_ID_FILTER,
|               ^
| /home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/git/lib/dvb/db.cpp:418:15: error: 'pls_code' was not declared in this scope
|       &is_id, &pls_code, &pls_mode);
|                ^
| /home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/git/lib/dvb/db.cpp:418:26: error: 'pls_mode' was not declared in this scope
|       &is_id, &pls_code, &pls_mode);
|                           ^
| /home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/git/lib/dvb/db.cpp: In member function 'void eDVBDB::saveServicelist(const char*)':
| /home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/git/lib/dvb/db.cpp:765:22: error: 'NO_STREAM_ID_FILTER' was not declared in this scope
|      if (sat.is_id != NO_STREAM_ID_FILTER ||
|                       ^
| /home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/git/lib/dvb/db.cpp: In member function 'PyObject* eDVBDB::readSatellites(ePyObject, ePyObject, ePyObject)':
| /home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/git/lib/dvb/db.cpp:1316:13: error: 'NO_STREAM_ID_FILTER' was not declared in this scope
|      is_id = NO_STREAM_ID_FILTER;
|              ^
| make[4]: *** [dvb/db.o] Error 1
| make[4]: *** Waiting for unfinished jobs....
| make[4]: Leaving directory `/home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/build/lib'
| make[3]: *** [all-recursive] Error 1
| make[3]: Leaving directory `/home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/build/lib'
| make[2]: *** [all] Error 2
| make[2]: Leaving directory `/home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/build/lib'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/build'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: /home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/temp/run.do_compile.6374:1 exit 1 from
|   exit 1
| ERROR: Function failed: do_compile (log file is located at /home/raed/TSimage/openpli-oe-core/build/tmp/work/dm800-oe-linux/enigma2/2.7+gitAUTOINC+a9af35b38e-r0/temp/log.do_compile.6374)




#687479 IPTV Player - development thread

Posted by fairbird on 18 March 2017 - 22:48

@amigo

Your image missing python-html

download it 

opkg update
opkg install python-html
killall enigma2 -9



#673470 serviceapp - gstplayer and exteplayer3

Posted by fairbird on 23 February 2017 - 04:48

I have also get error with the recipe changes .

I have got this error

| /tmp/ccUel2eP.o:(.data.rel+0x38): undefined reference to `WriterVideoH265'
| /tmp/cciCagba.o: In function `writeDataLATM':
| aac.c:(.text+0x824): undefined reference to `latmenc_decode_extradata'
| aac.c:(.text+0x960): undefined reference to `latmenc_write_packet'
| collect2: error: ld returned 1 exit status

and after added

output/writer/mipsel/h265.c \

Still got error with ffmpeg 3.2.2 and 3.2.4

Log data follows:
| DEBUG: Executing shell function do_compile
| In file included from container/container_ffmpeg.c:166:0:
| container/mpeg4p2_ffmpeg.c: In function 'filter_packet':
| container/mpeg4p2_ffmpeg.c:35:5: warning: 'av_bitstream_filter_filter' is deprecated [-Wdeprecated-declarations]
|      ret = av_bitstream_filter_filter(bsf_ctx, enc_ctx, NULL,
|      ^~~
| In file included from /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/sysroots/dm800se/usr/include/libavformat/avformat.h:319:0,
|                  from container/container_ffmpeg.c:47:
| /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/sysroots/dm800se/usr/include/libavcodec/avcodec.h:5869:5: note: declared here
|  int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc,
|      ^~~~~~~~~~~~~~~~~~~~~~~~~~
| container/container_ffmpeg.c: In function 'FFMPEGThread':
| container/container_ffmpeg.c:544:5: warning: 'av_bitstream_filter_init' is deprecated [-Wdeprecated-declarations]
|      AVBitStreamFilterContext *mpeg4p2_bsf_context = av_bitstream_filter_init("mpeg4_unpack_bframes");
|      ^~~~~~~~~~~~~~~~~~~~~~~~
| In file included from /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/sysroots/dm800se/usr/include/libavformat/avformat.h:319:0,
|                  from container/container_ffmpeg.c:47:
| /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/sysroots/dm800se/usr/include/libavcodec/avcodec.h:5837:27: note: declared here
|  AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
|                            ^~~~~~~~~~~~~~~~~~~~~~~~
| container/container_ffmpeg.c:643:17: warning: 'av_bitstream_filter_close' is deprecated [-Wdeprecated-declarations]
|                  av_bitstream_filter_close(mpeg4p2_bsf_context);
|                  ^~~~~~~~~~~~~~~~~~~~~~~~~
| In file included from /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/sysroots/dm800se/usr/include/libavformat/avformat.h:319:0,
|                  from container/container_ffmpeg.c:47:
| /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/sysroots/dm800se/usr/include/libavcodec/avcodec.h:5881:6: note: declared here
|  void av_bitstream_filter_close(AVBitStreamFilterContext *bsf);
|       ^~~~~~~~~~~~~~~~~~~~~~~~~
| container/container_ffmpeg.c:644:17: warning: 'av_bitstream_filter_init' is deprecated [-Wdeprecated-declarations]
|                  mpeg4p2_bsf_context = av_bitstream_filter_init("mpeg4_unpack_bframes");
|                  ^~~~~~~~~~~~~~~~~~~
| In file included from /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/sysroots/dm800se/usr/include/libavformat/avformat.h:319:0,
|                  from container/container_ffmpeg.c:47:
| /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/sysroots/dm800se/usr/include/libavcodec/avcodec.h:5837:27: note: declared here
|  AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
|                            ^~~~~~~~~~~~~~~~~~~~~~~~
| container/container_ffmpeg.c:1217:9: warning: 'av_bitstream_filter_close' is deprecated [-Wdeprecated-declarations]
|          av_bitstream_filter_close(mpeg4p2_bsf_context);
|          ^~~~~~~~~~~~~~~~~~~~~~~~~
| In file included from /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/sysroots/dm800se/usr/include/libavformat/avformat.h:319:0,
|                  from container/container_ffmpeg.c:47:
| /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/sysroots/dm800se/usr/include/libavcodec/avcodec.h:5881:6: note: declared here
|  void av_bitstream_filter_close(AVBitStreamFilterContext *bsf);
|       ^~~~~~~~~~~~~~~~~~~~~~~~~
| /tmp/ccUel2eP.o:(.data.rel+0x38): undefined reference to `WriterVideoH265'
| /tmp/cciCagba.o: In function `writeDataLATM':
| aac.c:(.text+0x824): undefined reference to `latmenc_decode_extradata'
| aac.c:(.text+0x960): undefined reference to `latmenc_write_packet'
| collect2: error: ld returned 1 exit status
| WARNING: /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/work/mips32el-oe-linux/exteplayer3/30+gitrAUTOINC+6579a40b04-r0/temp/run.do_compile.9928:1 exit 1 from 'mipsel-oe-linux-gcc -mel -mabi=32 -mhard-float -march=mips32 --sysroot=/home/raed/BlackHole-800se/openpli-oe-core/build/tmp/sysroots/dm800se output/linuxdvb_mipsel.c output/writer/mipsel/writer.c output/writer/mipsel/aac.c output/writer/mipsel/ac3.c output/writer/mipsel/mp3.c output/writer/mipsel/pcm.c output/writer/mipsel/lpcm.c output/writer/mipsel/dts.c output/writer/mipsel/amr.c output/writer/mipsel/wma.c output/writer/mipsel/h264.c output/writer/mipsel/h263.c output/writer/mipsel/mpeg2.c output/writer/mipsel/mpeg4.c output/writer/mipsel/divx3.c output/writer/mipsel/vp.c output/writer/mipsel/wmv.c output/writer/mipsel/vc1.c playback/playback.c output/writer/common/misc.c output/writer/common/pes.c output/output.c output/output_subtitle.c manager/subtitle.c manager/video.c manager/audio.c manager/manager.c container/container_ffmpeg.c container/container.c main/exteplayer.c -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/raed/BlackHole-800se/openpli-oe-core/build/tmp/work/mips32el-oe-linux/exteplayer3/30+gitrAUTOINC+6579a40b04-r0/git//include -I/home/raed/BlackHole-800se/openpli-oe-core/build/tmp/work/mips32el-oe-linux/exteplayer3/30+gitrAUTOINC+6579a40b04-r0/git//external -I/home/raed/BlackHole-800se/openpli-oe-core/build/tmp/work/mips32el-oe-linux/exteplayer3/30+gitrAUTOINC+6579a40b04-r0/image//usr/lib -I/home/raed/BlackHole-800se/openpli-oe-core/build/tmp/work/mips32el-oe-linux/exteplayer3/30+gitrAUTOINC+6579a40b04-r0/image//usr/include -lpthread -lavformat -lavcodec -lavutil -lswresample -o exteplayer3'
| ERROR: Function failed: do_compile (log file is located at /home/raed/BlackHole-800se/openpli-oe-core/build/tmp/work/mips32el-oe-linux/exteplayer3/30+gitrAUTOINC+6579a40b04-r0/temp/log.do_compile.9928)

P.s:If I change 

inherit gitpkgv

SRCREV = "${AUTOREV}"
PV = "30+gitr${SRCPV}"
PKGV = "30+gitr${GITPKGV}"

to 

SRCREV = "2c105f22f6fa62f82dc90700136ba1dd7f186ae6"

Compile compete just fine  :mellow: