Hello ,
I am not able to play Dailymotion videos via XBMC. It looks like they have changed the video file to .mp4 with source of video files as below:
http://proxy-58.dailymotion.com/video/59...c0&cache=0
http://proxy-69.dailymotion.com/video/79...1b&cache=0
Any idea on how to play videos from dailymotion ? Does it work with any new code ?
Please help
Thanks
sansat
Member Posts: 84 Joined: Aug 2009 Reputation: 0 |
2010-03-29 11:00
Post: #1
|
| find quote |
Beenje
Team-XBMC Developer Posts: 280 Joined: Feb 2009 Reputation: 3 Location: Sweden |
2010-03-29 21:40
Post: #2
sansat Wrote:Any idea on how to play videos from dailymotion ? Does it work with any new code ? Yes, this has been solved by updating ffmpeg :-) Done in r28729. But svn trunk is still unstable (especially for plugins). The best is probably to wait until the addons part is ready. xbmc.log: /Users/<username>/Library/Logs/xbmc.log Always read the XBMC online-manual, FAQ and search the forum before posting. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
sansat
Member Posts: 84 Joined: Aug 2009 Reputation: 0 |
2010-03-30 23:26
Post: #3
Thanks for your reply.
Do you have any updated code for Daily motion video which I can use in the plug-in, as the source of the video file is different now from the previous one. Please let me know. Thanks |
| find quote |
Beenje
Team-XBMC Developer Posts: 280 Joined: Feb 2009 Reputation: 3 Location: Sweden |
2010-03-31 20:23
Post: #4
sansat Wrote:Thanks for your reply. I'm not parsing dailymotion directly. I'm just getting a dailymotion link (like the one in your first post) while parsing another website because that's where the videos are hosted. It's a french website (arretsurimages.net) that requires a subscription. Probably not very high audience among XBMC users :-) Will try to release it as an addon when I'm done. But don't think this code would help you. xbmc.log: /Users/<username>/Library/Logs/xbmc.log Always read the XBMC online-manual, FAQ and search the forum before posting. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
sansat
Member Posts: 84 Joined: Aug 2009 Reputation: 0 |
2010-03-31 22:00
Post: #5
Thanks for your reply.
I used to use below code in my plugin to get video from dailymotion site, but after the change done by dailymotion, below code does not get me the source of video, so was wondering if any change can be done to below code to get the source of video ? Code: #DAILYMOTIONPlease let me know. Thanks |
| find quote |
ppic
Skilled Python Coder Joined: Feb 2009 Reputation: 10 Location: France idf |
2010-03-31 22:37
Post: #6
i've tried to find it while doing my noob web series video plugin, but didn't manage to get a readeable link, if switch to another source.
all lead me to permission screen Passion-XBMC Repository Download your SVN skins and addons TvTunes Addon Download Play your theme while browsing library TVshow Next Aired display next aired infos from tvrage.com Logo Downloader Script download Logo/clearart/show thumbs/poster/banner Bande-Annonce Allociné plugin watch trailers in french and vo SportLive Script Live score match info in XBMC (not compatible dharma) |
| find quote |
Temhil
Skilled Python Coder Joined: Apr 2008 Reputation: 1 Location: Canada |
2010-04-01 05:35
Post: #7
Here a valid video URL I found:
http://proxy-04.nyc.dailymotion.com/18/8...291838ba16 ![]() _____________________________ Repositories Installer: select and install unofficial repositories / TAC.TV: watch videos on TAC.TV Installer Passion-XBMC: Download and Install Add-ons (pre-Dharma only) ![]() |
| find quote |
ppic
Skilled Python Coder Joined: Feb 2009 Reputation: 10 Location: France idf |
2010-04-01 14:06
Post: #8
i've got error:
Quote:You don't have permission to access /18/848x480/h264/21324247.h264 on this server. Passion-XBMC Repository Download your SVN skins and addons TvTunes Addon Download Play your theme while browsing library TVshow Next Aired display next aired infos from tvrage.com Logo Downloader Script download Logo/clearart/show thumbs/poster/banner Bande-Annonce Allociné plugin watch trailers in french and vo SportLive Script Live score match info in XBMC (not compatible dharma) |
| find quote |
Temhil
Skilled Python Coder Joined: Apr 2008 Reputation: 1 Location: Canada |
2010-04-02 04:40
Post: #9
yes, I think the last part of the url "auth=1270099898-83bb55f0f19e93f7aadd5d291838ba16" depend on the current session.
But the 1st part allow to get the video. I got this url with a sniffer, but I didn't dig too much in order to see how they build it. ![]() _____________________________ Repositories Installer: select and install unofficial repositories / TAC.TV: watch videos on TAC.TV Installer Passion-XBMC: Download and Install Add-ons (pre-Dharma only) ![]() |
| find quote |
Beenje
Team-XBMC Developer Posts: 280 Joined: Feb 2009 Reputation: 3 Location: Sweden |
2010-04-02 23:19
Post: #10
sansat Wrote:Thanks for your reply. One thing you can try is to look for the iphone video. If you have a link like http://www.dailymotion.com/swf/<id>, get the <id> (like in your code) and try to open http://iphone.dailymotion.com/video/<id> On that page you should be able to get the video link with something like: Code: BeautifulSoup(html).find(type="video/x-m4v")['href']xbmc.log: /Users/<username>/Library/Logs/xbmc.log Always read the XBMC online-manual, FAQ and search the forum before posting. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |

![[Image: passionxbmc_signature.png]](http://jahnrik.free.fr/passionxbmc_signature.png)
![[Image: project_thin_badge.gif]](http://www.ohloh.net/p/passion-xbmc/widgets/project_thin_badge.gif)
Search
Help