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

Rescue the retired boxes

$
0
0

For my retired old mips boxes, I want to try use them as part of backend.

 

1, As E2 stream server

 

2, Setup Tvheadend into boxes and stream ts

 

3, Setup satip softwares like minisatip or some other image

 

4, Setup vtuner to use the box as a tuner

 

I tested all of these ideas, and I think the feasibility is exactly same with the order numbers above.

 

I failed on NO.2 , but I still believe its rationality.

 

Now I want to know, is it possible to setup tvheadend into openpli ? I mean let tvh take over control of tuners from openpli.

 

Thank you !


-Unofficial- Gstreamer 1.9.0.1 images 2016-05 no plugin

$
0
0

hello everybody when im try to download plugins on openpli im geting message "no new plugins found''

is any solution to this problem?

 

dreambox 8000 original

New Addons for KodiDirect

$
0
0

20160808

 

New and updated addons available via KodiDirect list :-

 

plugin.video.aftershock (International - India/Pakistan)
plugin.video.dandymedia (Movies)
plugin.video.F.T.V (IPTV) - filmon.tv
plugin.video.twanza (Adult)
plugin.video.disneyjunior (Kids)
plugin.video.wweonline (Sport)
plugin.video.vaughnlive.tv (TV)

Regards, pcd

IPTV Player - development thread

OpenPli and problem with new update

$
0
0

With the new update OpenPLI 4.0,there was a problem that image does not recognize the usb....Please fix this problem...The problem is, in the buffer,and multiboot...Thanks.. (Dreambox 800 HD SE)

How can I add Kodi Jarvis 16.1 to OpenPli 4

$
0
0

How can I add Kodi Jarvis 16.1 to OpenPli 4?

 

Does anybody explain this?

 

Thanks.

No debugging on latest openpli from today

$
0
0

after updatint to today update the enigma debug gives me only this:

 

vusolo login:
vusolo login: root
root@vusolo:~# init 4; sleep 5 ; enigma2;
PYTHONPATH: /usr/lib/enigma2/python
DVB_API_VERSION 5 DVB_API_VERSION_MINOR 10
ENIGMA2_DEBUG settings: Level=3
[MAIN] executing main

 

what am i doing wrong?

Mut@nt HD51 openvpn TUN/TAP probleme

$
0
0

Hallo ich habe heute Eine Mut@nt HD51 Gekauft und den TUN / TAP macht Probleme

ich bekomme die Meldung     ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)

mit openATV   geht und funktioniert,  Aber ich open Pli HABEN.

 

vielen dank im Vor aus


History Zap Selector

request for transcoding on SoloSE

$
0
0

According to website http://wiki.openpli.org/comparison Solo SE supports limited Transcoding but looks like not in OpenPLi.

 

According to website http://www.vuplus-community.net/board/threads/vu-solose-tested-for-you.18506/ Transoding was tested in the image is Black Hole and works fine.
 

root@vusolose:~# ls -l /proc/stb/encoder
dr
-xr-xr-x    2 root     root             0 Oct  7 12:37 0
-rw-r--r--    1 root     root             0 Oct  7 12:37 enable
-r--r--r--    1 root     root             0 Oct  7 12:37 enable_choices

Control IPTV or Kodi plugins with OpenWebIf

$
0
0
Hi guys, is there a way to control plugins like Kodi or IPTV using the OpenWebIf interface?
I don't mean installing them, but actually see in browser the plugin screen, navigate the menus and stream the plugin output.
This will open a completely new world.

Enigma2 websocket

$
0
0

Does anyone know if there's a way to communicate with Enigma2 using websockets? I'm developing a client app that communicates with my receiver using the OpenWebif API. The problem is that when I'm acting on changes (for example the box is turned on or off, channel changes, volume level changes, etc.) I have to poll the receiver. It would be nice if my app could receive changes in realtime. I've searched this forum and googled around but haven't found anything suitable. I'm open for any suggestion! Thanx in advance  :)

BitBake - how to rebuild only enigma2 binary at development time

$
0
0

Hello,

 

I am not familiar with BitBake build system.
What command should I type to rebuild only enigma2 when I change something in cpp code and I builded full image before?
 
Thank you very much for any help.
 
Regards,
SSS

DEV question

$
0
0

Is there an way to read out with an plugin on wich channel we are watching? is there an command for it?

thanks

Help with plugin development (OpenVPN) needed

$
0
0
Hi!

I'm looking for someone who could assist in creating new plugins respectively replace outdated existing ones with 'fresh from scratch' code.

One of the plugins I planned would be "OpenVPN":
I couldn't find any (open) distro to have a decent OpenVPN plugin which would allow easy creation of certificates/profiles.

While I could handle the core work of deciding which information is required and how to get things together into a smoothly working config, I'm not able to create E2 plugins providing the necessary user interaction from scratch myself.

For example I would need a dialog, where the user can enter zero to multiple different string/text values, which I would like to have inside a list.
So when the user presses "OK" on "Edit hostnames" for example, a new screen should pop up, listing all current text values, allowing the user to delete them (e.g. using red button) or to add a new one (e.g. after pressing green button).
And I have absolutely no idea about how code for such a thing would look like inside an E2 plugin.

PrimeTimeManager

smartmontools / smartd init script

$
0
0
Hello,
I use 2 linux STB xtrend ET9200 and ET10000 running current OpenPLi 4.0 / enigma2, as on any other server or pc I am monitoring SMART data/run selftests of the HDDs.
Therefor smartmontools is available:
root@et10000:/etc/init.d# opkg info smartmontools
Package: smartmontools
Version: 5.42-r1.0.0
Depends: libgcc1 (>= 4.9.1), libstdc++6 (>= 4.9.1), libc6 (>= 2.20)
Status: install user installed
Section: console/utils
Architecture: mips32el
Maintainer: OE-Core Developers
MD5Sum: fa440baab23bb6ecea6c4361fd8ad6fb
Size: 310458
Filename: smartmontools_5.42-r1.0.0_mips32el.ipk
Source: http://downloads.sourceforge.net/smartmontools/smartmontools-5.42.tar.gz
Description: Control and monitor storage systems using S.M.A.R.T. Control and monitor
storage systems using S.M.A.R.T..
Installed-Time: 1483087735

But the package lacks an init script, so I modified the current sourceforge one, wrote to /etc/init.d/smartd, created symlinks /etc/rc[2-5].d/S25smartd.
Works perfectly with all options. init script attached. Maybe something (including creation of symlinks) to add to the package.

root@et10000:/etc/init.d# /etc/init.d/smartd
Usage: /etc/init.d/smartd {start|stop|restart|force-reload|reload|report|status}
root@et10000:/etc/init.d# /etc/init.d/smartd force-reload
Reload S.M.A.R.T. daemon: smartd.
root@et10000:/etc/init.d# /etc/init.d/smartd status
/usr/sbin/smartd is running.
root@et10000:/etc/init.d# /etc/init.d/smartd report
Checking SMART devices now.

reporting to syslog:
2016-12-30T11:59:15+01:00 et10000.swabian.net smartd[4455]: Signal HUP - rereading configuration file /etc/smartd.conf
2016-12-30T11:59:15+01:00 et10000.swabian.net smartd[4455]: Opened configuration file /etc/smartd.conf
2016-12-30T11:59:15+01:00 et10000.swabian.net smartd[4455]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
2016-12-30T11:59:15+01:00 et10000.swabian.net smartd[4455]: Device: /dev/sda, type changed from 'scsi' to 'sat'
2016-12-30T11:59:15+01:00 et10000.swabian.net smartd[4455]: Device: /dev/sda [SAT], opened
2016-12-30T11:59:15+01:00 et10000.swabian.net smartd[4455]: Device: /dev/sda [SAT], ST31000526SV, S/N:9VP94MD2, WWN:5-000c50-03cf74e18, FW:CV15, 1.00 TB
2016-12-30T11:59:15+01:00 et10000.swabian.net smartd[4455]: Device: /dev/sda [SAT], not found in smartd database.
2016-12-30T11:59:15+01:00 et10000.swabian.net smartd[4455]: Device: /dev/sda [SAT], enabled SMART Attribute Autosave.
2016-12-30T11:59:15+01:00 et10000.swabian.net smartd[4455]: Device: /dev/sda [SAT], enabled SMART Automatic Offline Testing.
2016-12-30T11:59:15+01:00 et10000.swabian.net smartd[4455]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
2016-12-30T11:59:15+01:00 et10000.swabian.net smartd[4455]: Monitoring 1 ATA and 0 SCSI devices
2016-12-30T11:59:37+01:00 et10000.swabian.net smartd[4455]: Signal USR1 - checking devices now rather than in 1281 seconds.

this is what I added to the original init script:
# enigma2 case
elif [ -f /etc/enigma2/version.cfg ] ; then

test -x $SMARTD_BIN || exit 5
RET=0

# Existence of config file is optional
SMARTD_CONFIG=/etc/smartd.conf
SMARTDPID=/var/run/smartd.pid

smartd_opts=
if test -n "$SMARTD_CHECK_INTERVAL" -a "$SMARTD_CHECK_INTERVAL" != 1800 ; then
smartd_opts=" -i $SMARTD_CHECK_INTERVAL"
fi
if test -n "$SMARTD_LOG_FACILITY" -a "$SMARTD_LOG_FACILITY" != "daemon" ; then
smartd_opts="$smartd_opts -l $SMARTD_LOG_FACILITY"
fi
if test -n "$SMARTD_DRIVEDB" ; then
smartd_opts="$smartd_opts -B $SMARTD_DRIVEDB"
fi
if test "$SMARTD_SAVESTATES" = "no" ; then
smartd_opts="$smartd_opts -s \"\""
fi
if test "$SMARTD_ATTRLOG" = "no" ; then
smartd_opts="$smartd_opts -A \"\""
fi
if test -n "$SMARTD_EXTRA_OPTS" ; then
smartd_opts="$smartd_opts $SMARTD_EXTRA_OPTS"
fi

smartd_opts="--pidfile $SMARTDPID $smartd_opts"

case "$1" in
start)
echo -n "Starting S.M.A.R.T. daemon: smartd"
if start-stop-daemon -S -q -p $SMARTDPID \
-x $SMARTD_BIN -- $smartd_opts; then
echo "."
else
echo " (failed)"
RET=1
fi
;;
stop)
echo -n "Stopping S.M.A.R.T. daemon: smartd"
start-stop-daemon -K -q -o -p $SMARTDPID
echo "."
;;
restart)
$0 stop
$0 start
;;
force-reload)
$0 reload || $0 restart
;;
reload)
echo -n "Reload S.M.A.R.T. daemon: smartd"
if start-stop-daemon -K -q -s 1 \
-p $SMARTDPID; then
echo "."
else
echo " (failed)"
RET=1
fi
;;
report)
echo -n "Checking SMART devices now"
if start-stop-daemon -K -q -s 16 \
-p $SMARTDPID; then
echo "."
else
echo " (failed)"
RET=1
fi
;;
status)
if pidof $SMARTD_BIN >/dev/null; then
echo "$SMARTD_BIN is running."
else
echo "$SMARTD_BIN is not running."
RET=1
fi
;;
*)
echo "Usage: $0 {start|stop|restart|force-reload|reload|report|status}"
exit 1
esac
exit $RET

OpenWebif [E2OpenPlugins]

$
0
0
Ok i think it is time to try to work to a common plugin :)
I have started OpenWebif.
This is not my project but our project. It is a long work but we have not hurry.
I have not intention to coordinate or to manage, everyone have to feel free to contribute in everyway.
Till now we have only the server starting and listening on port 8080 for static files in the folder: /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/www/html
We have only an example html template there.
The next things to do i think that are:
to implement Authentication
to complete Configuration
to choose a layout


The server is listening on port 8080 to avoid conflicts with webinterface so you can test.
For tests use folder: /usr/lib/enigma2/python/Plugins/Extensions/OpenWebif

zgemma build fail

VNC server

$
0
0
Hi guys,
Is there any VNC server installed or available on VU+ Uno 4K ?
VNC is standard on most Linux distributions.

There are a multitude of VNC client apps available on tablets and mobile phones that will allow a good control of your E2 box over VNC, for instance to enter text in configurations, search, chromium browser.

Current existing E2 remotes based on OpenWebIf are missing a text entry option.
Viewing all 2507 articles
Browse latest View live


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