jbavari / cordova-plugin-video-editor

A cordova plugin to edit videos.
Other
289 stars 235 forks source link

Build keeps failing #183

Closed pixellet14 closed 1 year ago

pixellet14 commented 1 year ago

The build keeps failing with the following error

Could not find method compile() for arguments [com.github.ergovia-mobile:android-transcoder:v0.1.10R_ergovia] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

TinerfeV commented 1 year ago

Hi, I have the same problem, how did you manage to solve it?

pixellet14 commented 1 year ago

@TinerfeV hi, I have switched to cordova-plugin-ffmpeg and uninstalled this one. Also, for converting the videos to stream faster I have even installed ffmpeg on my server and use the command in my php file to execute the same.