-
Notifications
You must be signed in to change notification settings - Fork 3.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
Failing FFMPEG on Windows Container on Azure CI #2812
Comments
Hi, We are using Atlassian Bamboo as CI Server, running on Windows 2012 R2, and have developers running on Windows 7 and Windows 10. Here is what we observed:
We did some further testing and installed fresh VM's to capture log files using the debug modul: What we see on Windows 7 Pro: What we've tried to fix this on Windows 7:
This indeed failed too. After a bit of googling we found out that older windows versions have problems with newer pixel formats. So we tried setting the pixel format with -pix_fmt to yuv420p. This worked and we could capture the screen on Windows 7 Pro, with ffmpeg on its own. Next step was to try and use Having video support on our CI Server is important for us in order to analyse failed test runs. The only thing we could imagine so far is upgrading the CI Server's OS from Win2012 to Win2016. But this is a whole project on its own since there are many servers and many many dev projects involved. Thank you for doing a great job on Cypress! |
@simologos unbelievable persistence, bravo! I am using your comment and debugging digging as an example for other users. Since a particular system setup is so so hard to recreate, it is up to a user (unfortunately) to dig and find the specific problem. If you find what specific flags |
I'm also getting this error as well. I'm actually trying to run cypress in a docker container (WCOW) and get the following:
|
@brian-mann @jennifer-shehane @bahmutov this is super important for us, we are now also running into this issue. any way someone can try to reproduce this? I'm trying to convince my employer to use cypress and this is blocking us from proceeding. Even a work around would be helpful. Should also mention I'm trying to run this on windows serer 2016 datacenter. |
My team is also running into this issue. Our CI setup is with Octopus + Jenkins, running on Windows 2012 R2.
|
Looks like "Desktop Experience" Feature needs to be enabled for ffmpeg to work properly. |
Same error code here: 3221225781 #4625 |
We switched to testcafe. |
Since this issue hasn't had activity in a while, we'll close the issue until we can confirm this is still happening. Please comment if there is new information to provide concerning the original issue and we'd be happy to reopen. |
I'm experiencing the exact same issue as the opening post. I'm trying to run Cypress from a Windows Docker container. Doesn't matter whether using electron or chrome.
|
This is still happening on Windows Docker container with cypress |
Recording test on Azure CI windows container fails with ffmpeg error
https://cypress-io.visualstudio.com/cypress-example-kitchensink/_build/results?buildId=87
The text was updated successfully, but these errors were encountered: