Vavoo Stream Live - discussion & support

There are 2,234 replies in this Thread which was already clicked 449,626 times. The last Post () by Lululla.

  • you have service app installed?

    and if yes, have you configuration serviceapp?

    On plugin work the player channel?


    thank's for suggestions

  • i have only rebooted the box..with atv 7.4_dev

    now work the player on plugin..directly... OMG

    2 test i have tried.. it's simple.. or yes or no.. eheh



    4097_0_0_0_0_0_0_0_0_0_20240614193049.jpg4097_0_0_0_0_0_0_0_0_0_20240614193028.jpg



    :smiling face with sunglasses:

  • thanks a lot. !!

    working on my sf3038 with oatv 7.4 .

    testing uk here. a lot of streams not working, but e.g. BBC ONE (7) and BBC NEWS (7) for both as exported bouquet and via the plugin player.

    but i had to change the default server in plugin code to vavoo.to.

    changing via rhe plugin menu doesnt seem to get stored. and reverts back to kool.to and that server doesnt work for me.

  • thanks a lot. !!

    working on my sf3038 with oatv 7.4 .

    testing uk here. a lot of streams not working, but e.g. BBC ONE (7) and BBC NEWS (7) for both as exported bouquet and via the plugin player.

    but i had to change the default server in plugin code to vavoo.to.

    changing via rhe plugin menu doesnt seem to get stored. and reverts back to kool.to and that server doesnt work for me.

    reboot on set config from plugin


    It's best to restart if you make changes on the plguin config. and then re-export the list if you can, set that updates your list every hour.

  • when i change and save config it reboots automatically. when i open config its back to old setting and exported bouquet also contains kool.to. changing defaut in plugin code works for me.

    where do you save config. its not in /etc/enigma2/settings

  • Check well, that's where the config saves


    on my setting file:

    config.plugins.vavoo.last_update=Fri Jun 14 19:12:42 2024

    config.plugins.vavoo.server=https://vavoo.to

  • odd... only saves the last update when i change.. after reboot back to default.


    root@sf3038:/etc/enigma2# cat settings|grep vavoo

    config.plugins.vavoo.last_update=Fri Jun 14 18:34:21 2024

    root@sf3038:/etc/enigma2#

  • after reboot back to default.??



    Code
        def save(self):
            if self["config"].isChanged():
                for x in self["config"].list:
                    x[1].save()
                if self.v6 != cfg.ipv6.value:
                    self.ipv6()
                self.session.open(MessageBox, _("Settings saved successfully !\nyou need to restart the GUI\nto apply the new configuration!"), MessageBox.TYPE_INFO, timeout=5)
            self.close()



    :thinking face:

  • Yes, i have service app---configuration default


    The plugin work on live and in export

  • Here is a debug from dm920 with image Gemini

    linuxsat-support.com/cms/attachment/269461/

    well you have a pm from me ;)


    next day i try it


    action -> WizardActions ok

    [FONT] adding font /usr/lib/enigma2/python/Plugins/Extensions/vavoo/resolver/Questrial-Regular.ttf...Python stack trace:

    /usr/lib/enigma2/python/Plugins/Extensions/vavoo/plugin.py(1312): add_skin_font

    /usr/lib/enigma2/python/Plugins/Extensions/vavoo/plugin.py(1319): main

    /usr/lib/enigma2/python/Screens/PluginBrowser.py(50): run

    /usr/lib/enigma2/python/Screens/PluginBrowser.py(47): save

    /usr/lib/enigma2/python/Components/ActionMap.py(57): action

    /usr/lib/enigma2/python/enigma.py(8587): __call__

    /usr/lib/enigma2/python/e2reactor.py(189): mainLoop

    /usr/lib/python2.7/site-packages/twisted/internet/base.py(1190): run

    /usr/lib/enigma2/python/mytest.py(201): runReactor

    /usr/lib/enigma2/python/mytest.py(616): runScreenTest

    /usr/lib/enigma2/python/mytest.py(1): <module>

    Segmentation fault

    0xe5e6c(sp=0xbe8e06a8) <eFatal(char const*, ...)+108>

    0x1faf24(sp=0xbe8e0ad0) <fontRenderClass::AddFont(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)+368>

    0x1fb5c8(sp=0xbe8e0b00) <addFont(char const*, char const*, int, int)+168>

    0x36a978(sp=0xbe8e0b80) <our_terminate()+556192>

    0xb4afd7e8(sp=0xbe8e0bc8) <PyEval_EvalFrameEx+24372>

    -------

    FATAL: failed: Operation not permitted

  • now we were missing the gemini with addFonts :)


    We'll fix that too

    Python
    def add_skin_font():
        from enigma import addFont
        # addFont(filename, name, scale, isReplacement, render)
        font_path = PLUGIN_PATH + '/resolver/'
        addFont((font_path + 'Questrial-Regular.ttf'), 'cvfont', 100, 0, 0)
        addFont((font_path + 'lcd.ttf'), 'xLcd', 100, 0, 0)
  • What i did was pressing OK when the message_box "Settings saved successfully" is shown. and box rebooted.

    Just realised box actually crashed.. see below.


    When saving settings, exiting plugin and rebooting, the settings are saved.

Get community help for all other Enigma2 plugins

This is your forum for support, questions, and guides for plugins not covered in our specialized sections. Support for uncategorized and miscellaneous Enigma2 plugins. Find help, troubleshooting, and discussions for plugins that don't fit other forum categories.

Participate now!

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