-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
'screencast' using host-x11 no longer works #1567
Comments
There's no X server in Chromium OS with freon, so abusing host-x11 won't work anymore. You'll either need to make avconv directly access the display data (not sure if possible), or use some Chromium OS native mechanism for screencasting. |
Well those options are out of my wheelhouse so I guess 'screencast' is dead :( |
@DennisLfromGA Anything new, yet? |
@TheBlackLion - Nope, I'm afraid not - as yet... |
Wait... if you use xiwi or Sommelier, and use ChromiumOS built-in screencasting feature, isn't that still a kind of screencasting via Crouton, or am I misunderstanding? |
If you didn't notice this was an issue from 2015 before freon was introduced and it's closed, there may be ways to do it now with the advent of screencasting and other newer ChromeOS features. -DennisLfromGA |
My HP Chromebook 14 just updated to using Freon and my 'screencast' script is now broken - and it won't get up. I get the error:
No Chromium OS X server is available.
The pertinent command is:
It's using the
chroot-bin/host-x11
script and the error stems from this logic, I believe:I tried adding the 'xorg' xmethod to no avail.
Shall I try to add xmethod 'xiwi' to see if that fixes it?
Is there another, better way to run this or am I now out of luck?
[croutonversion]
The text was updated successfully, but these errors were encountered: