Plugin NRKPlayer

Wir haben aktuell ein Problem mit dem Board und arbeiten an der Lösung...
  • Hi Friends,


    Attached is a new Plugin NRKPlayer. It streams videos from NRK Nett TV.


    Tested with dm600pvr and vlc 0.8.6 and vlc 1.0.


    I have not tested much - as I do not know the program names. Please test and report what works for you.


    To install - unpack the .zip file and ftp to :


    /usr/lib/enigma2/python/Plugins/Extensions


    and restart enigma2.


    We need to slow down the plugin Vlcplayer for NRK videos. So - please add the 2 lines in red to /usr/lib/enigma2/python/Extensions/VlcPlayer/VlcPlayer.py :-


    from Components.config import config
    Hi Friends,


    Attached is the complete version of Plugin NRKPlayer. It streams videos from NRK Nett TV.


    Tested with dm600pvr and vlc 0.8.6 and vlc 1.0.


    I have not tested much - as I do not know the program names. Please test and report what works for you.


    To install - unpack the .zip file and ftp to :


    /usr/lib/enigma2/python/Plugins/Extensions


    and restart enigma2.


    We need to slow down the plugin Vlcplayer for NRK videos. So - please add the 2 lines in red to /usr/lib/enigma2/python/Extensions/VlcPlayer/VlcPlayer.py :-


    from Components.config import config
    import os


    and


    os.system("sleep 8")
    sref = eServiceReference(ENIGMA_SERVICE_ID, 0, url)


    Make sure that the new lines line up with the next lines shown.


    Requires :-


    Plugin vlc player installed on dreambox and vlc media player started on pc.


    Increase vlc cache for mms to 2000 ms using :-


    Settings/Tools -> Preferences -> Input/Codecs -> Access Modules -> (tick Advanced options in vlc 0.8.6)



    Regards, pcd.