WPF - Chromecast Support #4343
wm-v-michaels
started this conversation in
General
Replies: 1 comment 2 replies
-
Technically I believe The Not something I've ever tried. Best place to ask follow up questions would be on ceforum (make sure to post a link back here for others to follow). I'd suggest testing with the CEF Sample Application initially, get it working there then you can work on getting it working in Best of luck! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've seen a few threads on how to get this working, but anecdotally support has either stopped, or was never there to begin with. I've read that using some combination of the below works/has worked:
settings.CefCommandLineArgs.Add("disable-gpu");
At current, I'm able to see the "Play On TV" button when using Chrome, but not when embedding CEFSharp (with touch support) in a WPF App.
Is this support planned?
Beta Was this translation helpful? Give feedback.
All reactions