OpenATV 7.4 – Discussion & New Features

There are 354 replies in this Thread which was already clicked 101,543 times. The last Post () by EnoSat.

  • YouTube TV plugin is only available via the Chromium plugin, but not all receivers have this plugin, just look in the ATV feed to see if you see the Chromium plugin under extensions, if not, no chance.

    Dall'inizio del 2024 limito la mia attività per quanto riguarda E2 per problemi di salute.

    Ab Anfang 2024 werde ich meine aktivität bezüglich E2 aus gesundheitlichen Gründen einschränken.

  • Thanks for your effort. In the meantime, I found the Chromium plugin.

    It works just as well. My problem is that going back in playback is very difficult. You have to press the left arrow a lot before anything happens.

    (The original youtube plugin - in the first picture - is crap.)

  • Sorry if I have missunderstand you,but here no problems to going back in playback this exit button ,only for closed the plugin you must make it with the power button.

    Dall'inizio del 2024 limito la mia attività per quanto riguarda E2 per problemi di salute.

    Ab Anfang 2024 werde ich meine aktivität bezüglich E2 aus gesundheitlichen Gründen einschränken.

  • Maybe I worded it wrong. If I want to go back 10 seconds during playback, for example, it is very difficult to do.

    There is another annoying thing. Longer videos sometimes freeze and I have to exit YouTube. After restarting the GUI, I can watch several videos,, then it freezes again.

  • OK, you meant playing or rewinding a video, that doesn't work properly here either, because of the freezes when watching a movie for a long time, I'd have to test it, I usually only watch short videos or live streams, so I've never noticed it. Do you use gstreamer or ServiceApp/exteplayer3?

    Dall'inizio del 2024 limito la mia attività per quanto riguarda E2 per problemi di salute.

    Ab Anfang 2024 werde ich meine aktivität bezüglich E2 aus gesundheitlichen Gründen einschränken.

  • I don't use these. I used to have a Vu+Ultimo, but it broke, there was never a freeze, only a wait. Now I have a Vu+ Duo 4k that I bought used, and this phenomenon has been there since the beginning, with Open ATV 6.2, 6.3, 6.4 images too.

  • )

    It's about time to change title to this thread :woozy face: :smiling face:

    Since updating to 4.0.6-1, the transfer seems to crash when I decide to pause the torrent.


    #!/bin/sh

    ### BEGIN INIT INFO

    # Provides: transmission-daemon

    # Required-Start: networking

    # Required-Stop: networking

    # Default-Start: 2 3 5

    # Default-Stop: 0 1 6

    # Short-Description: Start the transmission BitTorrent daemon client.

    ### END INIT INFO


    DIRECTORY="/media/hdd/transmission"

    DOWNLOAD_DIR="${DIRECTORY}/download"

    CONFIG_DIR="${DIRECTORY}/config"

    WATCH_DIR="${DIRECTORY}/watch"

    RPC_PORT=9091

    USERNAME="root"

    PASSWORD="enigma2"

    ALLOWED="*.*.*.*,*:*:*:*:*:*:*:*"

    [ -f /etc/default/transmission-daemon ] && . /etc/default/transmission-daemon

    NAME="transmission-daemon"

    DAEMON="/bin/nice -n 9 /usr/bin/transmission-daemon"

    ARGS="-c $WATCH_DIR -g $CONFIG_DIR -r :: -a $ALLOWED -w $DOWNLOAD_DIR -p $RPC_PORT -t -u $USERNAME -v $PASSWORD"


    [ -z "$DAEMON_USER" ] || SSDOPTIONS="--chuid $DAEMON_USER:$DAEMON_GROUP"


    PATH=/usr/sbin:/usr/bin:/sbin:/bin


    if [ ! -d $DOWNLOAD_DIR ] ; then mkdir -p $DOWNLOAD_DIR; fi

    if [ ! -d $CONFIG_DIR ] ; then mkdir -p $CONFIG_DIR; fi

    if [ ! -d $WATCH_DIR ] ; then mkdir -p $WATCH_DIR; fi



    case $1 in

    start)

    echo "Starting $NAME"

    export CURL_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt"

    export TR_CURL_SSL_NO_VERIFY=1

    sysctl -n -w net.core.rmem_max=4194304

    sysctl -n -w net.core.wmem_max=1048576

    start-stop-daemon $SSDOPTIONS -S -b -n $NAME -a $DAEMON -- $ARGS

    ;;

    stop)

    echo "Stopping $NAME"

    start-stop-daemon --stop --quiet --exec /usr/bin/transmission-daemon

    ;;

    restart)

    echo -n "Stopping $NAME"

    start-stop-daemon --stop --quiet --exec /usr/bin/transmission-daemon

    for i in 1 2 3 ; do

    sleep 1

    echo -n "."

    done

    echo

    echo "Restarting $NAME"

    export CURL_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt"

    export TR_CURL_SSL_NO_VERIFY=1

    sysctl -n -w net.core.rmem_max=4194304

    sysctl -n -w net.core.wmem_max=1048576

    start-stop-daemon $SSDOPTIONS -S -b -n $NAME -a $DAEMON -- $ARGS

    ;;

    autostart | enable)

    echo

    update-rc.d transmission-daemon defaults 60

    sleep 2

    echo

    ;;

    noautostart | disable)

    echo

    update-rc.d -f transmission-daemon remove

    sleep 2

    echo

    ;;


    *)

    echo "Usage: $0 {start|restart|stop|enable|disable}"

    exit 1

    esac


    exit 0

  • abu baniaz

    Changed the title of the thread from “coming soon -> openATV 7.4” to “OpenATV 7.4 – Discussion & New Features”.
  • abu baniaz , why not change thread title to OpenATV 7.4 – Discussion but (EOL) no new features or updates

    just looked at flash online did not even realise 2025 versions stll avalable I honestly thought they had stopped bulding images for openatv7.4 last year.

  • hi uminya receiver DM800HD se clone help open the biss channels uminya in the receiver OSCAM-EMU 11711-798 how to install the cam software to open the channels biss channels Demuxer 0 stopped descrambling for program 02CE (Shanson TV Int.)
    2025/10/24 22:44:36 7FFF8DFB c (dvbapi) Demuxer 0 found 0 ECM pids and 2 STREAM pids in CA PMT
    2025/10/24 22:44:39 7FFF8DFB c (dvbapi) Demuxer 0 stopped descrambling for program 000E (FFFE@FFFFFE:000E unknown)
    2025/10/24 22:44:40 7FFF8DFB c (dvbapi) Demuxer 0 found 0 ECM pids and 2 STREAM pids in CA PMT
    2025/10/24 22:45:05 7FFF8DFB c (dvbapi) Demuxer 0 stopped descrambling for program 02CE (Shanson TV Int.) [reader]

    label = emulator

    protocol = emu

    device = /etc/tuxbox/config/softcam/

    caid = 2600

    detect = cd

    ident = 2600:000000

    group = 1

    emmcache = 1,2,3

    saveemm-u = 1
    help set up the biss key

OpenATV Team Images Support Forum ~ based on OE-Alliance

OpenATV Supported Models ~ Airdigital, Amiko, Anadol, Atemio, Atto, AX Technology, Axas, Beyonwiz, Dinobot, Dreambox, Edision, EVO, Ferguson, Formuler, Galaxy Innovations, Gigablue, Golden Interstar, HDBox, Hitube, James Donkey, IQON, Izibox, Jepssen, Maxdigital, Medialink, MaXytec, MediaArt, Megaset, Miraclebox, MK-Digital, Mut@nt, Novaler, Octagon, Odin, Optibox, Protek, PULSe, Qviart, Red-Eagle, Relook, Roxxs, SAB, Sezam, Sogno, Space, Spycat, Technomate, Telestar, Tiviar, T-Rex, Uclan, Venton Unibox, Vimastec, VisionNet, VU+, VUplus, World Vision, Vizyon, WWio, Xsarius, and Xtrend.

Participate now!

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