-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dailymotion videos not working #1627
Comments
Confirmed, can reproduce. It's been a while since I touched dailymotion, and this doesn't look like a particularly easy fix right now. |
Yeah it turns out dailymotion completely changed their player API. |
I've taken a closer look at it and made an attempt at fixing it in #1628. I don't think it will be possible to keep dailymotion support around. The primary problem is that the new dailymotion player has regressed in it's capabilities. It is now completely impossible to set specific settings for the player like disabling the embed's controls, as these settings have been moved such that the owner of the video sets them in their web UI for Dailymotion Studio (which is not available outside of France). This also means that the player could behave very differently on a per video basis, so it would be really hard to get the player to provide a high quality user experience. See the web sdk params: https://developers.dailymotion.com/player/#player-runtime-parameters |
After reaching out to the Dailymotion support, they have no plans to address OTT's use case, as part of the missing functionality is a part of "Dailymotion Pro". I don't blame them for deprecating and disabling the old SDK, but it does mean that dailymotion support will need to be removed, at least temporarily as I figure out a more long term solution. |
Current Behavior
Black Screen when using daily motion video
https://dailymotion.com/video/x31i1so
Expected Behavior
video plays
Steps To Reproduce
Environment
Anything else?
https://dailymotion.com/video/x31i1so
Google Chrome, Mac
The text was updated successfully, but these errors were encountered: