-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Can't load dailymotion video #1516
Comments
What version are you using?
When I open a random video it appears to load the |
@amaitland : I'm using version 45 from the nugget package (and app use the x86). From what I've read if there is flash installed it use flash by default and otherwise it use html5. Just tested on a computer where flash isn't install and it works perfectly. Anyway thanks for your quick reply :) |
For reference if you require |
@amaitland I know I could use it but I don't want as for the other site I use I should only have html5 enable (+ it will probably use additional resources and cefsharp itself already consume a lot of ram and the computer that will use the webbrowser can't support additional ram usage). There isn't any way to use it just with html5? I know it works with Firefox & chrome so I don't see why it couldn't work with cefsharp. |
If you open https://www.youtube.com/html5 you can see that I don't know anything about |
See https://bitbucket.org/chromiumembedded/cef/issues/1631/add-support-for-widevine-cdm which may be relevant. If it turns out they use You would also have to look at obtaining the relevant licenses. |
@amaitland Oh thanks for your replies. I apologize but im a noob when it come to build from source, repackage... I just downloaded cef_binary_3.2526.1364.gf6bf57b_windows32 from https://cefbuilds.com/ so i presume it's already build. Now how can i repackage it to use it with cefsharp? Edit: i tested the demo app build from it and it still display the error message of DailyMotion (and yes apparently they use h264) |
The precompiled versions don't include See #1479 (comment) for more information. |
Hello,
I'm trying to watch dailymotion videos (no matter the video), the viewer always display that : https://i.gyazo.com/571ded59de0ca8c3902485312fc8e357.png
I tried everything that came to my mind : disable/enable the cache, gpu acceleration and tested around 20 differents user agents (including 2/3 mobile UA).
And it isn't a plugin issue as dailymotion support html5.
But it always display this result, no matter the cefsharp settings (while it's run well on Chrome & Firefox on my pc)
Do you have an idea how can i load the videos?
Kind regards,
Vialaxy
The text was updated successfully, but these errors were encountered: