Skip to content
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

fix(ios)/supportsTranscoding-requirement-weakened #977

Conversation

danmir
Copy link
Contributor

@danmir danmir commented Oct 10, 2024

In our setup, the new Transcoding feature is disabled. By default, TranscodingConfiguration.enabled == false. However, in the AppleSimulatorDevice, despite this setting, we attempt to run the command vendorConfiguration.screenRecordConfiguration.videoConfiguration.transcoding.binary --version. On our CI environment, we do not have ffmpeg installed, resulting in a crash with the error message Caused by: java.io.IOException: Cannot run program "/opt/homebrew/bin/ffmpeg": error=2, No such file or directory.

To address this issue, I have added an additional check to verify if the feature is enabled.

@Malinskiy
Copy link
Member

LGTM
thanks @danmir

@Malinskiy Malinskiy merged commit 56693c9 into MarathonLabs:develop Oct 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants