E2iStream [new name for E2iPlayer!!?] Download now. Updated regularly by new developer :)

Status
Not open for further replies.

zgemmah2s

Newbie
yes it's called E2iStream.
Download the IPK and install it. it installs over the E2iPlayer if you already have it.
Same thing just different name..
enjoy.

READ THESE NOTES BEFORE YOU GO AHEAD;
@BeakyFord The plugin works fine on ATV 6.2 but will NOT work with ATV 6.3 at the moment


INSTALLATION:

Dowanload initial release IPK from here
TinyUpload.com - best file hosting solution, with no limits, totaly free

OR

WGET Installer Script Below ::
Code:
wget --no-check-certificate http://www.softrix.co.uk/istream/installer.sh -O - | /bin/sh

OR

wget http://www.softrix.co.uk/istream/installer.sh -O - | /bin/sh

Use a Telnet client, i.e. the one with Windows or something like Putty.

Platforms supported: sh4, mipsel, i686, armv7, armv5t.

Please note that if you have already installed previously you do not need to do this again as updates are automatic.
The script will remove any previous version automatically.

FULL SCRIPT if needed.
Code:
#!/bin/sh
##setup command=wget http://www.softrix.co.uk/istream/installer.sh -O - | /bin/sh

# remove old version
rm -rf /usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer

# Download and install plugin
cd /tmp
set -e
wget "http://www.softrix.co.uk/istream/downloads/e2istream_pythonX.X.tar.gz"

tar -xzf e2istream_pythonX.X.tar.gz -C /
set +e
rm -f e2istream_pythonX.X.tar.gz
cd ..

sync
echo "#########################################################"
echo "#          e2iStream INSTALLED SUCCESSFULLY             #"
echo "#########################################################"
echo "#                 BOX IS REBOOTING                      #"
echo "#########################################################"
reboot
exit 0



Sources:
For more updates:
e2iStream - IPTV Plugin for Enigma2 Boxes
iStream

Credits:
I found about it from this forum member daniogroove post in another category.
iStream (e2iplayer replacement)


Extra credit to biff2005
  • pin for 18+ =2470
Thanks:
@dsayers2014 tips for cleaning up the thread.
 
Last edited:
The plugin works fine on ATV 6.2 but will NOT work with ATV 6.3 at the moment... (update: now works fine on 6.3)
 
Last edited:
For the first command in first post use code tags. Also maybe without https so
Code:
wget --no-check-certificate http://www.softrix.co.uk/istream/installer.sh -O - | /bin/sh
Superb, thanks dsayers2014, I really appreciate the help, thanks again.
 
Status
Not open for further replies.
Back
Top