-
Notifications
You must be signed in to change notification settings - Fork 113
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
ffmpeg issue on Mac #92
Comments
Same issue here using OSX. I get this on the log file:
|
Avfoundation won't let you grab video from the Xvfb display - only the screen of your Mac. So it's not a direct replacement. Are you sure you need to grab from Xvfb specifically? If not, you don't need headless at all. |
Hi @leonid-shevtsov, thanks for your work on this tool. Trying to use it to record some RSpec/Capybara tests running on PhantomJS/Selenium, but having the same problem. I can actually reproduce it with the test suite — running I've noticed that the Travis CI build configured for this repo is still passing. That runs on Linux and I see how it runs Thank you! |
I attempted to use this and specified the path to ffmpeg but headless still complains it can't be found yet i can run ffmpeg from commandline #<Headless:0x00007ff76052e6d0 @display=99, @xvfb_launch_timeout=10, @autopick_display=true, @reuse_display=true, @Dimensions="1280x1024x24", @video_capture_options={:provider_binary_path=>"/usr/local/bin/ffmpeg"}, @destroy_at_exit=true, @pid=18221, @old_display="/private/tmp/com.apple.launchd.7tpGUVqPN2/org.macosforge.xquartz:0", @at_exit_hook_installed=true>
|
@leonid-shevtsov any ideas? I'm getting the same issue and not sure of how to go about getting headless to work on OSX. |
I'm getting the following error with the
video: { log_file_path: STDERR}
optionUnknown input format: 'x11grab'
This page seems to suggest that
avfoundation
should be used instead on mac.Homebrew/legacy-homebrew#17641
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: