• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 28
[RELEASE] DailyMotion.com - Movies, TV, Music, User-Clips, 3D and Livestreams
Thanks AddonScriptorDE!
Can you please look into the playLiveVideo code as I am unable to play any stream on the Live section. When any of the streams in the Live section are selected I get a
Error
Script failed!: Dailymotion.com

The standard channels section works great. Please help
Reply
(2014-05-29, 15:58)gujal Wrote: Thanks AddonScriptorDE!
Can you please look into the playLiveVideo code as I am unable to play any stream on the Live section. When any of the streams in the Live section are selected I get a
Error
Script failed!: Dailymotion.com

The standard channels section works great. Please help

I AddonScriptorDE,
I've got the same problem than Gujal when i want to play a live stream
Code:
Error
Script failed!: Dailymotion.com

Thank you if you can help us !
Reply
Hi !

I would like to notify to the same problem (livestreams don't work, even for those selected from the "live" menu).

I looked at the source code, and when I manually execute it (to retrieve stream url), I can't find the "hdXXXURL" (from http://www.dailymotion.com/sequence/xz6t...videogames).

Looking at the Dailymotion API (http://www.dailymotion.com/doc/api/obj-video.html) it seems that we can get streamURLS only if we are the owner of the video.

Do you have an idea about that ?

Thank a lot !
Reply
Not all live streams are same in dailymotion having different protocol e.g. rtmp , f4m, p2p. It will only play when actual stream protocol is rtmp. Now , we know that Shani's f4mtester plugin make it possible to play f4m in xbmc and somehow we need to call Shani's f4mtester plugin to handle the f4m links.

For example, if you play fashion TV in dailymotion, it plays fine because of rtmp protocol. If your livestream using f4m protocol , you are out of luck unless someone modify default.py of livesteam to incorporate shani's f4mtester plugin.

Here you can find his repo: https://bitbucket.org/shani-08/shanixbmcwork/src

Thanks

you can use this default.py by replacing original dailymotion default.py . This is not the perfect solution but it works for me. You have press twice to get the links to work.
1. You also need the shani's f4mtester from here : https://bytebucket.org/shani-08/shanixbm...ni-2.3.zip

2. backup original then move this modified dailymotion default.py file into xbmc addon folder :
https://www.dropbox.com/s/gkduqb7ah8jww3...on_hds.rar
Reply
(2014-06-05, 19:54)alibaba011 Wrote: ...
modified dailymotion default.py
https://www.dropbox.com/s/n8uqzglfexfdeu3/default.py

Thanks for this explanation alibaba011 !

I've tried to download your modified default.py file above but the link seems to be down. Could you share it again, please ?

I've also tried to modify same file on my PC to use f4mtester but it doesn't seem to work : f4m found useful data (bootstraps, etc) but I get a HTTP404 afterward.
Reply
(2014-06-05, 19:54)alibaba011 Wrote: ...

modified dailymotion default.py
https://www.dropbox.com/s/n8uqzglfexfdeu3/default.py

I also need this file, could anybody share it please?
Reply
here it is:

https://www.dropbox.com/s/gkduqb7ah8jww3...on_hds.rar
Reply
Thanks a lot ! Smile
I'll test it soon on channels I was having problem with.
Reply
thank you very much Smile
Reply
Here are my first results with alibaba's script :

On PC (Windows) :
I had to import script.module.requests-1.1.0.zip add-on in order to use it since it was not already in my XBMC (and I didn't find it through add-on interface... ).
After that, it was great ! Smile Some channels I had identified as f4m/hds are now playting correctly, houra ! Smile

On Android (Minix X7) :
And then, I redo the same work on my Minix X7, hoping it would solve Dailymotion problems : added f4m add-ons, imported script.module.requests-1.1.0.zip again, replaced default.py from Dailymotion plugin by alibaba's one.

Then tested : on same f4m channels as tested on my PC, video starts (houra ! Smile) then stops after something like 4 seconds. Huh
This reminds me of Dailymotion's Android application which do the same on such channels. I fear something fails during "auto" change of video format.


=> Is anyone else using xbmc on Android with this plug-in ? Having any luck ?


Edit : Wow ! I've just updated to the new Minix XBMC Gotham/v13 (it was Frodo/v12 before) and it seems to work now Smile
Many thanks to AddonScriptorDE for the original add-on and to alibaba011 for the F4M tweak ! Smile
Reply
I used the info above.

Installed the proxy 1st, then the video plugin, then replaced the default.py.
rebooted, everything works.

The proxy and video plugin are zipped and uploaded to mega.
https://mega.co.nz/#!0N0yUToa!YWrb8GXR7H...9lDSSNgWZo

knock yourselves out.


Edit - Using Raspbmc on r-pi.
Reply
Thank you alibaba011,

it works perfectly to me !
Reply
Same thing for me,

I had to previously install the requests module (see 3 posts above) before installing f4mtester and replacing default.py file.

Now it works perfectly !

Thank you a lot alibaba, and I hope that it will be integrated in future release =)
Reply
Thanks alibaba011, It seems to work for me !


Using Raspbmc on r-pi.
Reply
(2014-06-14, 11:41)Kroume Wrote: Here are my first results with alibaba's script :

On PC (Windows) :
I had to import script.module.requests-1.1.0.zip add-on in order to use it since it was not already in my XBMC (and I didn't find it through add-on interface... ).
After that, it was great ! Smile Some channels I had identified as f4m/hds are now playting correctly, houra ! Smile

On Android (Minix X7) :
And then, I redo the same work on my Minix X7, hoping it would solve Dailymotion problems : added f4m add-ons, imported script.module.requests-1.1.0.zip again, replaced default.py from Dailymotion plugin by alibaba's one.

Then tested : on same f4m channels as tested on my PC, video starts (houra ! Smile) then stops after something like 4 seconds. Huh
This reminds me of Dailymotion's Android application which do the same on such channels. I fear something fails during "auto" change of video format.


=> Is anyone else using xbmc on Android with this plug-in ? Having any luck ?


Edit : Wow ! I've just updated to the new Minix XBMC Gotham/v13 (it was Frodo/v12 before) and it seems to work now Smile
Many thanks to AddonScriptorDE for the original add-on and to alibaba011 for the F4M tweak ! Smile

where did you get the script.module.requests-1.1.0.zip add-on? i dont have daily motion add on install on Gotham. not sure where to find. thanks
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 28

Logout Mark Read Team Forum Stats Members Help
[RELEASE] DailyMotion.com - Movies, TV, Music, User-Clips, 3D and Livestreams10