Original error: ffmpeg.exe has not been found in PATH. Please make sure it is installed
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 752
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 8
Description
Eventhough ffmpeg is installed in System and PATH variable is set, Appium throws this error.
org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: ffmpeg.exe has not been found in PATH. Please make sure it is installed
<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>7.6.0</version>
</dependency>
DesiredCapabilities caps = new DesiredCapabilities();
caps.setCapability("platformName","windows");
caps.setCapability("app", "c://MyAppPath//MyApp.exe");
URL url = new URL("http://127.0.0.1:4727/");
AppiumDriver driver = new AppiumDriver(url, caps);

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report names the Java client dependency and AppiumDriver setup, but no source file, test, or entry point. Reproduce the Windows session with ffmpeg installed and PATH configured, then trace the ffmpeg lookup; done when the reported setup no longer produces the error and the behavior is covered by a verified fix or documented limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100