Plugin.video dazn Discussion Thread

There are 19 replies in this Thread which was already clicked 6,837 times. The last Post () by pcd.

  • Dazn addon doesn't work in kodilite and probably never will.

    It works on Kodi 18 for Android (tested)

    To make it work it requires the addon inputstream.adaptive to be installed and enabled.

    First It should be compiled for mips(it seems that nobody did it, and I don't know how to do).

    It seems very difficult, but if Dazn plugin worked, it will be very important for Kodilite project,

    as starting from this year, in Italy DAZN will transmit some important football matches.

    Any help is appreciated.

  • I think inputstream.adaptive is used for playing the final video link. KodiLite may be able to play them by other means. If you can find the links (one or two) from your kodi.log - I can check them.

    Also you can, if you wish, pm me the settings.xml which has your user id etc so I can try dazn. It may get me further into the addon. Regards.

  • I downloaded Dazn from here: https://kodi.tv/addon/plugins-video-add-ons/dazn


    I copied:

    - plugin.video.dazn folder to ..../KodiLite/USER

    - script.module.inputstreamhelper to ..../KodiLite/scripts


    but it doesn't work.

    I'm getting the following error:

    python: can't open file '/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/USER/plugin.video.dazn/default.py': [Errno 2] No such file or directory


    anyone has a solution ? thanks

  • @paolone86


    Please unzip the attached and ftp the patched plugin.video to /KodiLite/USER and the script.module to /KodiLite/scripts.


    The mac address is needed. Do telnet command :- ifconfig

    The mac address is after 'HWaddr'.


    Look in /plugin.video.dazn/resources/lib/common.py for

    ##### pcd fix 1######

    Replace the mac address with your mac address.


    Then look for ###### pcd fix 2 #####

    Insert your email and password.


    Try the addon and post any log. Regards.

  • Hi PCD,

    great work!!
    Now plugin starts, I can browse videos, but playback fails.


    error.log:


    Traceback (most recent call last):

    File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/USER/plugin.video.dazn/default.py", line 82, in <module>

    router(sys.argv[2][1:])

    File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/USER/plugin.video.dazn/default.py", line 53, in router

    parser.playback(client.playback(id_))

    File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/USER/plugin.video.dazn/resources/lib/parser.py", line 81, in playback

    self.items.play_item(Playback(self.plugin, data), name, context)

    File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/USER/plugin.video.dazn/resources/lib/items.py", line 76, in play_item

    listitem.setContentLookup(False)

    AttributeError: ListItem instance has no attribute 'setContentLookup'

  • Hi PDC,

    I replaced item.py



    Now, video player starts, but screen remains black. Streamed file is a MDP file (dash xml).

    It sounds normal, beacuse in old code, there is a logic to manage MDP streams:





    Code
    listitem = xbmcgui.ListItem()
    listitem.setContentLookup(False)
    listitem.setMimeType('application/dash+xml')
    listitem.setProperty('inputstreamaddon', 'inputstream.adaptive')
    listitem.setProperty('inputstream.adaptive.manifest_type', 'mpd')
    listitem.setProperty('inputstream.adaptive.license_type', 'com.widevine.alpha')
    listitem.setProperty('inputstream.adaptive.license_key', '{0}&{1}&_widevineChallenge=B{{SSM}}|||JBlicense'.format(item.LaUrl, item.LaUrlAuthParam))


    In my opinion there is a problem with object xbmcgui, so xbmcgui.ListItem() call doesn't return a valid instance and listitem use generate dumps


    Here your log:


  • I've done this procedure but

    my e.log looks like:


    In def main 4

    In def main 5

    In def main 6

    In def main 7

    In def main 7

    In gotNews newstext = Plugin KodiLite.5.0 News : 20180825


    Current update20180810


    Changes : Play options now include

    make favourites and bouquets.


    #####################################

    Welcome to KodiLite new version 5.0 !


    Please test and give us your views

    in the KodiLite Discussion thread here :-

    https://linuxsat-support.com/


    Thank you for supporting the project.

    #####################################

    20180825


    New addons oploaded recently.

    Download from linuxsat-support.com


    videomediaset

    Palantir

    cine

    streamondemand

    Adulttv

    canlitv

    svtplay

    raitv

    motherless

    worldcam

    tv3cat

    cineblog01

    adulthideout

    livetvSerbia

    videodevil

    madnessporn

    tvap1











    upd = update20180810

    upd1 = update20180810

    In check_news

    In check_news indic = 1

    [KodiLiteA] fallback to default translation for Press OK if you want to see this message again.

    [KodiLiteA] fallback to default translation for Exit

    [KodiLiteA] fallback to default translation for OK

    In showPage 1

    [Skin] Processing screen: ShowPage

    warning, skin is missing element title in <class 'Plugins.Extensions.KodiLite.plugin.ShowPage'>

    warning, skin is missing element list in <class 'Plugins.Extensions.KodiLite.plugin.ShowPage'>

    In showPage 2

    In showPage self.data = ['Plugin KodiLite.5.0 News : 20180825', '', 'Current update20180810', '', 'Changes : Play options now include', 'make favourites and bouquets.', '', '#####################################', 'Welcome to KodiLite new version 5.0 !', '', 'Please test and give us your views ', 'in the KodiLite Discussion thread here :-', ' https://linuxsat-support.com/', '', 'Thank you for supporting the project.', '#####################################', '20180825', '', 'New addons oploaded recently.', 'Download from linuxsat-support.com', '', 'videomediaset', 'Palantir', 'cine', 'streamondemand', 'Adulttv', 'canlitv', 'svtplay', 'raitv', 'motherless', 'worldcam', 'tv3cat', 'cineblog01', 'adulthideout', 'livetvSerbia', 'videodevil', 'madnessporn', 'tvap1', '', '', '', '', '', '', '', '', '']

    data here 1= ['Plugin KodiLite.5.0 News : 20180825', '', 'Current update20180810', '', 'Changes : Play options now include', 'make favourites and bouquets.', '', '#####################################', 'Welcome to KodiLite new version 5.0 !', '', 'Please test and give us your views ', 'in the KodiLite Discussion thread here :-', ' https://linuxsat-support.com/', '', 'Thank you for supporting the project.', '#####################################', '20180825', '', 'New addons oploaded recently.', 'Download from linuxsat-support.com', '', 'videomediaset', 'Palantir', 'cine', 'streamondemand', 'Adulttv', 'canlitv', 'svtplay', 'raitv', 'motherless', 'worldcam', 'tv3cat', 'cineblog01', 'adulthideout', 'livetvSerbia', 'videodevil', 'madnessporn', 'tvap1', '', '', '', '', '', '', '', '', '']

    icount, name = 0 Plugin KodiLite.5.0 News : 20180825

    icount, name = 1

    icount, name = 2 Current update20180810

    icount, name = 3

    icount, name = 4 Changes : Play options now include

    icount, name = 5 make favourites and bouquets.

    icount, name = 6

    icount, name = 7 #####################################

    icount, name = 8 Welcome to KodiLite new version 5.0 !

    icount, name = 9

    icount, name = 10 Please test and give us your views

    icount, name = 11 in the KodiLite Discussion thread here :-

    icount, name = 12 https://linuxsat-support.com/

    icount, name = 13

    icount, name = 14 Thank you for supporting the project.

    icount, name = 15 #####################################

    icount, name = 16 20180825

    icount, name = 17

    icount, name = 18 New addons oploaded recently.

    icount, name = 19 Download from linuxsat-support.com

    icount, name = 20

    icount, name = 21 videomediaset

    icount, name = 22 Palantir

    icount, name = 23 cine

    icount, name = 24 streamondemand

    icount, name = 25 Adulttv

    icount, name = 26 canlitv

    icount, name = 27 svtplay

    icount, name = 28 raitv

    icount, name = 29 motherless

    icount, name = 30 worldcam

    icount, name = 31 tv3cat

    icount, name = 32 cineblog01

    icount, name = 33 adulthideout

    icount, name

  • @leovvi


    Sorry, at present there is no method to play such links with enigma2. If I find any I will let you know.

    Hi pcd, thank you for spending you time helping us!

    As my undestaning, enigma2 can play Mpeg Dash (videomediaset plugin also use mpd), real problem should be DRM (widevine). Do you know if a enigma2/mips version of widevine is suitable?




    Thank you,

    Leovvi.

  • good morning everyone about dazn I thought to use the pc as a source, use OBS studio to capture streaming and then launch it to the server for streaming but the program tells me that

    Code
    can not connect to the server

    connect to the server.

    some advice?

Participate now!

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