Please give proposals for new addons & modifications on E2iPlayer aka IPTVPlayer

There are 552 replies in this Thread which was already clicked 66,896 times. The last Post () by ssj.

  • Hi Guys
    My Special thanks goes to samsamsam for the excellent job on the IPTV Player :clap: and all those who contributed in this thread.
    B-t-w, Any Adults addons? if yes, any pw?.


    Tks again & B/Rgds
    Supermario

    Edited once, last by supermario: More details ().

  • HI SAMSAMSAM


    THANKS A LOT FOR THE PLUGIN


    MY PROBLEME IS ON YIFI CATEGORY


    THE MOVIE WITH LONGEST TIME D'ONT play


    like scheindler list and cloud atlas ........


    THE PLAYER MOVIE SHOW BUT NOT PLAY


    AND SOMETIME THE RECEIVER RESTART


    EXCUSE MY BAD ENGLISH


    THANKS

  • [MENTION=193951]samsamsam[/MENTION]


    the reason I ask if anyone know how to put a proxy in 123 movies is because in the uk the one that is set in the player is blocked


    so you have a choice to add your own proxy when your press on the more button you can go to configure host then it gives you the option to use a proxy server


    I think I know the path but don't know where to enter the proxy I want to use which is hxxp://123movies.net.ru


    I can get this far>>> /usr/lib/enigma2/python/plugins/etensions/iptvplayer/hosts/host123moviesto.pyo ....... now where to put hxxp://123movies.net.ru


    rgrds
    peggybobby

  • There is no default proxy server in IPTVPlayer. To use proxy serwer in hot 123movie and icefilms you need first to set them in main plugin configuration.


    There is no need to modify source file! Pelase go to IPTVPlayer configuration and then search options "Alternative proxy server 1", "Alternative proxy server 2".
    And there is please when you need to put your proxy server address.


    Then you can go to host for exaple icefilms and in host configuration change to use "Alternative proxy server" set in main configuration.


    One more thing "hxxp://123movies.net.ru" it is NOT proxy server.
    This is only alternative domain.


    So, do not try to put "hxxp://123movies.net.ru" inside "Alternative proxy server" you need real proxy server.


    - - - Updated - - -


    In version "144.00.11.00" you will be also able to set custom alternative DOMAIN for 123movies host.
    This can be done under host configuration. Blue button (More) -> Change host configuration.


    After alternative domain set you need to exist host and open it again to change take effect.

  • [MENTION=193951]samsamsam[/MENTION]


    you da man...


    you understood what I meant lol


    and now I am able to put my own alternative domain that works for me in the uk


    thanks for the update


    works great.......


    your a superstar keep up the good work on iptv player


    rgrds
    peggybobby

  • ==========FFMPEG INSTALATION FOR MIPSEL PLATFORMS===========



    Before installation make sure that you have enough space in your rootfs. You need at least 15MB free space.



    To check free space in your rootfs you can use following command:



    Code
    df -h /



    Sample output:

    Quote


    Filesystem Size Used Available Use% Mounted on
    ubi0:rootfs 440.3M 183.2M 257.0M 42% /



    To choose the correct ffmpeg package for your image you need to find out the following:
    1) OpenSSL version
    2) glibc version
    3) hard/soft float



    #################################
    1) How to check your OpenSSL version:
    #################################



    One has to connect with your STB and then give this telnet command, for example, using a programme called PuTTy:



    Code
    openssl version



    You can get something like this:

    Quote


    OpenSSL 1.0.2d 9 Jul 2015



    In that case we know that we have version 1.0.2

    In case when you get the following output:

    Quote


    -sh: openssl: not found



    You must check OpenSSL version as follows:

    Code
    ls -la /usr/lib/libssl*



    Example output:

    Quote


    -rwxr-xr-x 1 root root 383624 Aug 19 2015 /usr/lib/libssl.so.0.9.8



    In this example the OpenSSL version is 0.9.8.

    When you get:

    Quote


    /usr/lib/libssl.so.1.0.0



    you must do an additional check:

    Quote


    grep OPENSSL /usr/lib/libssl.so.1.0.0



    Sample output:



    In this example we have version 1.0.2.

    ########################
    2) How to check glibc version:
    ########################



    Checking glibc version is very easy:

    Code
    ls -la /lib/libc-*



    Example output:

    Quote


    -rwxr-xr-x 1 root root 1541476 Aug 19 2015 /lib/libc-2.21.so



    I.e. this indicates version 2.21.

    ########################
    3) Checking for hard/soft float:
    ########################



    To check if you have HARD or SOFT FLOAT glibc you need execute following commands:

    Code
    cd /tmp
    wget http://iptvplayer.pl/tools/mipsel/readelf
    chmod 777 readelf
    ./readelf -a /lib/libc-*.so | grep FP:
    rm readelf



    Sample output:

    Quote


    Tag_GNU_MIPS_ABI_FP: Soft float



    or



    Quote


    Tag_GNU_MIPS_ABI_FP: Hard float (double precision)



    ============================================



    When you already know versions of:
    - OpenSSL,
    - glibc
    - FPU mode
    you are ready to choose ffmpeg package.



    If you have glibc version lower than 2.20 you need to use package for _old_




    All packages are available here: http://iptvplayer.pl/resources/



    Packages for MIPSEL platforms:



    ffmpeg3.2.2_mipsel_fpu_hard_openssl0.9.8_dash_librtmp_native_rtmp.tar.gz
    ffmpeg3.2.2_mipsel_fpu_hard_openssl1.0.0_dash_librtmp_native_rtmp.tar.gz
    ffmpeg3.2.2_mipsel_fpu_hard_openssl1.0.2_dash_librtmp_native_rtmp.tar.gz




    ffmpeg3.2.2_mipsel_old_fpu_hard_openssl0.9.8_dash_librtmp_native_rtmp.tar.gz
    ffmpeg3.2.2_mipsel_old_fpu_hard_openssl1.0.0_dash_librtmp_native_rtmp.tar.gz
    ffmpeg3.2.2_mipsel_old_fpu_hard_openssl1.0.2_dash_librtmp_native_rtmp.tar.gz



    ffmpeg3.2.2_mipsel_fpu_soft_openssl0.9.8_dash_librtmp_native_rtmp.tar.gz
    ffmpeg3.2.2_mipsel_fpu_soft_openssl1.0.0_dash_librtmp_native_rtmp.tar.gz
    ffmpeg3.2.2_mipsel_fpu_soft_openssl1.0.2_dash_librtmp_native_rtmp.tar.gz




    ffmpeg3.2.2_mipsel_old_fpu_soft_openssl0.9.8_dash_librtmp_native_rtmp.tar.gz
    ffmpeg3.2.2_mipsel_old_fpu_soft_openssl1.0.0_dash_librtmp_native_rtmp.tar.gz
    ffmpeg3.2.2_mipsel_old_fpu_soft_openssl1.0.2_dash_librtmp_native_rtmp.tar.gz




    =======ffmpeg Installation procedure=======



    For example if you have:
    - OpenSSL: 1.0.2
    - glibc: 2.22
    - Hard float



    Then the valid package it is:
    ffmpeg3.2.2_mipsel_fpu_hard_openssl1.0.2_dash_librtmp_native_rtmp.tar.gz



    and you can install it using following commands:

    Code
    cd /tmp
    wget  ffmpeg3.2.2_mipsel_fpu_hard_openssl1.0.2_dash_librtmp_native_rtmp.tar.gz
    tar -xvf ffmpeg3.2.2_mipsel_fpu_hard_openssl1.0.2_dash_librtmp_native_rtmp.tar.gz
    rm ffmpeg3.2.2_mipsel_fpu_hard_openssl1.0.2_dash_librtmp_native_rtmp.tar.gz



    You should always collect output returned by install command, it will be useful when installation failed.

    After installation you should check if the ffmpeg is working correctly using following command:

    Code
    ffmpeg -version



    Sample output:

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!