-
Notifications
You must be signed in to change notification settings - Fork 171
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
Run headless? #27
Comments
+1 |
This seems to work better but still can't get ffmpeg to accept it:
|
Did somebody have any luck with this? I'm also banging my head with it, but even before piping to ffmpeg I receive this error:
Digging a bit more it turns out that xvfb doesn't support the GLX extension so it looks to me this is a dead end. However there are some (older) articles on the web that suggest using xvfb-run in conjunction with logstalgia, so it must be possible. Maybe with an older version or something? I'm using v1.1.2. |
I managed to get
If you look at the |
Same error. Which logstalgia version are you using? Can you give me your fully working command line? Thanks! |
1.1.2. I don't think the version will matter though. I get the 'GLX is not supported' unless I specify the '-s' option to pass a resolution to xvfb-run. I had install the package This produced a working webm for me:
|
Thanks for the command line. Still not getting it to work. What is your Linux distribution? I'm using CentOS 7 and the package there was called xorg-x11-drv-dummy, but no luck yet even after installing it. I don't have issues installing another OS just for this. |
Just installed a clean Debian 9. Works like a charm. Thanks! |
Maybe this will help someone: acaudwell/Gource#137 (comment) |
Is it possible to run this headless and just stream to youtube or file?
The text was updated successfully, but these errors were encountered: