Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #981
Posted 30 August 2016 - 01:24
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #982
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #983
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #984
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #985
Posted 4 October 2016 - 14:07
ubuntu 1404 error:
CXX base/rawfile.o
base/rawfile.cpp: In member function ‘virtual ssize_t eRawFile::read(off_t, void*, size_t)’:
base/rawfile.cpp:87:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (m_current_offset + count > m_totallength)
^
AR base/libenigma_base.a
CXX components/scan.o
In file included from ../lib/dvb/frontend.h:6:0,
from ../lib/dvb/dvb.h:11,
from components/scan.cpp:1:
../lib/dvb/frontendparms.h:6:58: fatal error: dvbsi++/satellite_delivery_system_descriptor.h: No such file or directory
#include <dvbsi++/satellite_delivery_system_descriptor.h>
^
compilation terminated.
make[3]: *** [components/scan.o] Error 1
make[3]: Leaving directory `/opt/enigma2pc/enigma2/lib'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/opt/enigma2pc/enigma2/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/opt/enigma2pc/enigma2/lib'
make: *** [install-recursive] Error 1
An error occured while building OpenPliPC - section make install
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #986
Posted 19 October 2016 - 09:46
Hi, all.
With this commit for me no crash e2pc random when switching channels.
Code:
enigma2/lib/base/filepush.cpp @@ -340,6 +340,10 @@ void eFilePushThreadRecorder::thread() if (bytes < 0) { bytes = 0; + /* Check m_stop after interrupted syscall. */ + if (m_stop) { + break; + } if (errno == EINTR || errno == EBUSY || errno == EAGAIN) continue; if (errno == EOVERFLOW)
E2PC, Ubuntu 12.04 x86, DVB-S2 card Omicom SkyStar 4, Nvidia card 9500GT 512Mb DDR2 driver 195.36.24, Satellites 9.0E, 36.0E
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #987
Posted 3 November 2016 - 16:52
Hi,
Unfortunately, i still get the same error i mentioned above then it crash.
have 1 video stream(s) (0228), and 1 audio stream(s) (022b), and the pcr pid is 0228, and the text pid is 022d eTSMPEGDecoder setVideoPID 552 PMT HANDLER INPUT !!! eTSMPEGDecoder setAudioPID 555 eTSMPEGDecoder play decoder state: play, vpid=552, apid=555 /dev/dvb/adapter0/audio0: No such file or directory DMX_SET_PES_FILTER(0x22b) - audio - ok DEMUX_START - audio - ok AUDIO_SET_BYPASS(0) - failed (Bad file descriptor) AUDIO_PLAY - failed (Bad file descriptor) /dev/dvb/adapter0/video0: No such file or directory demux device: /dev/dvb/adapter0/demux0 VIDEO_SET_STREAMTYPE 27 - failed (Bad file descriptor) DMX_SET_PES_FILTER(0x228) - video - ok DEMUX_START - video - ok VIDEO_PLAY - failed (Bad file descriptor) DMX_SET_PES_FILTER(0x22d) - ttx - ok DEMUX_START - ttx - ok
line 3: 28098 Segmentation fault (core dumped) /usr/local/e2/bin/enigma2
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #988
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #989
Posted 2 December 2016 - 00:55
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #990
Posted 2 December 2016 - 11:33
That link is password protected. Just upload your info here (use the More Reply Options button to upload).
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #991
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #992
Posted 3 December 2016 - 19:12
https://1.bp.blogspo...cB/s1600/05.png
I'll try compile using source from taapat and I stuck on this...
Help me...
Thank's
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #993
Posted 6 December 2016 - 10:13
@ahmadrasyidsalim
Fix compile the commit
No testing, no free time.
Edited by Raider05, 6 December 2016 - 10:15.
E2PC, Ubuntu 12.04 x86, DVB-S2 card Omicom SkyStar 4, Nvidia card 9500GT 512Mb DDR2 driver 195.36.24, Satellites 9.0E, 36.0E
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #994
Posted 8 December 2016 - 00:50
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #996
Posted 11 January 2017 - 23:59
Today's version works on my Ubuntu 16.04 (Intel NUC 5I5RYK) Excelent work!
Just dvbsoftwareca did not work.. Segmentation fault..
So i made my version.. It works with the built in OsCam and CCcam.x64 (Ubuntu x86_64 kernel:4.4.0-57-generic )
http://server.arsi.sk/dvbsoftwareca.tar.gz
In xine-lib i turned on the Intel HD Graphics support "enable-vaapi" and with this patch works fine:
http://server.arsi.sk/xine-lib-vaapi-decode-error.diff
xine.conf:
video.output.vaapi_opengl_render:1
video.output.vaapi_deinterlace:1
Arsi
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #997
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #998
Posted 12 January 2017 - 21:09
Yes, either use a settings editor that supports streams, or manually add a stream to a bouquet file.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #999
Re: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit #1000
Posted 12 January 2017 - 21:25
/etc/enigma2
But default there aren't any, you need to create one (or more).
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
4 user(s) are reading this topic
0 members, 4 guests, 0 anonymous users