Posts by seagen

    Streaming inside your home network can not be compare to the outside.

    But 100Gbs upload speed would be more then enough.


    Just rember that your home router must also support it, And you also need a cable network

    Also 100Gbs is in teori if there is only one user


    Test your real spped here:

    Speedtest by Ookla - The Global Broadband Speed Test
    Use Speedtest on all your devices with our free desktop and mobile apps.
    www.speedtest.net


    Whay Dreambox do you use??

    Most internet connection in our home have a massive download speed. But the Upload speed is mostley very low.

    And when you are streming to an outside network this is done over the upload speed.


    Depending on what Dreambox you are using you have the option to transcode the streams.

    This is set in the settings of your web interface.


    standard port nr for transcoded streams are 8002 and not 8001.

    So you would also need to create a portforwarding in your home router from the outside port to port 8002

    If you use Jedi try with diffrent settings like streamtype, Buffer and Output when you create your bouquets.

    It looks like your plugins LCD4 Linux and HistoryZap is not working togather


    Have you installed both plugins from the Pure2 feeds??



    Here is the relevant crash info


    Code
     KEY: 412 1
     [ActionMap] Keymap 'InfobarChannelSelection' -> Action = 'historyBack'.
     [Skin] Processing screen 'HistoryZapSelector', position=(0, 0), size=(1920 x 1080) for module 'HistoryZapSelector'.
     [Skin] Processing screen 'SimpleSummary' from list 'HistoryZapSelector_summary, SimpleSummary', position=(0, 0), size=(140 x 32) for module 'SimpleSummary'.
     [Screen] Showing screen '['HistoryZapSelector_summary', 'SimpleSummary']'.
    [Screen] Showing screen 'HistoryZapSelector'.
    Traceback (most recent call last):
      File "/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/plugin.py", line 9149, in ServiceChange
        if self.ServiceChangeRunning == True:
    IndexError: tuple index out of range

    Install this plugin and you have all the picons you ever need :smiling face with halo:


    I have been looking for a third-party plugin that translate EPG.

    There are some but of cause none of them translate to Thai language.


    So for any DreamOS image there seems to be no solution at the moment.

    Do not now how it is for the Open Images like ATV.

    But I strongly do not recommend installing such image on your Dreambox Two since if it's done wrong

    You can break your Dreambox and need a special skill set to rescue it from the dead.

    Hi


    This is probably a font issue with the current skin you are using.

    You can check if you change to the Default-FHD skin.


    If it works with the Default-FHD skin I think the problem is with the font I use in the Q skin

    In my test for DreamOS i did install the plugin. Then restarted GUI.

    Now I open the api.txt file and paste my personal key into the file.

    Pressed save and again restarded GUI (Enigma2)


    After restart I open the plugin and all worked just fine.


    But if you want to stop Enigma2 do not use the old OE 2.0 commands

    Use systemctl stop enigma2 do your changes to the settings file and save.

    Now use systemctl start enigma2


    This is the correct commands for DreamOS

    Just to test I installed latest version on DreamOS and there is the same issues with the size in FHD


    If I open the the keyboard with TXT button it looks like this screenshoot

    small.jpg



    In the VirtualKeyboard.py the import code for HD and FHD seems to not work proper.


    You have defined the isFHD and isHD in the tools.py and importing tools with * prefix

    But at the same time you are setting the HD and FHD in the VirtualKeybord.py



    If I change this lines


    Python
    if getDesktop(0).size().width() == 1920:
            from Plugins.SystemPlugins.NewVirtualKeyBoard.skins.NewVirtualKeyBoardfhd import *
    else:
            from Plugins.SystemPlugins.NewVirtualKeyBoard.skins.NewVirtualKeyBoard import *

    If I change to this then all works just fine no problem with size for either HD or FHD


    Python
    if isHD():
            from Plugins.SystemPlugins.NewVirtualKeyBoard.skins.NewVirtualKeyBoard import *
    else:
            from Plugins.SystemPlugins.NewVirtualKeyBoard.skins.NewVirtualKeyBoardfhd import *



    correct.jpg

    What image are you using on your Dreambox??

    If you use the factory Image Unstable or any other DreamOS image based on the unstable image.

    Then all should work just fine.


    I am using/testing on all DreamOS images

    Xtreamity

    JediMakerXtream

    XC plugin

    DreamXtream


    And they all works just fine. Choose servicetype 4097 as your default servicetype for live, vod and series

    That is the best option with DreamOS.


    And to be honest if KiddaC do not respond it's because with the information we get it's just a guessing game

    Why you have those problems.


    Have you try and add the information manual from within the plugin? (Add Playslist)

    XC pluginfrom Lululla works just fine with DreamOS

    But that also confirms that it should also work with Xstreamity.


    But I am just guessing now.

    I suggest you contact KiddaC on PM and allow him to look at your line.

    Pretty sure there is just a typo or something very easy to fix.


    With XC Plugin you have a pre filled out xml file where you just swap the domain, port username and password.

    With Xstreamity there is a textfile where you add the link to your external m3u file.

    In your screenshoot from above the link has not been accepted

    Your menu should look like this


    screenshotX.jpg


    So if you trust me send your line to me on PM!! Do not post it in this thread!!

    And I can check it out for you and might figure out why it's not working