baka3k / RTSPRecorder

IJKPlayer Android with Recorder & Filter
8 stars 3 forks source link

Could not find videoplayer-1.0.1.aar #5

Open hibiao opened 1 month ago

hibiao commented 1 month ago

Could not find videoplayer-1.0.1.aar (com.github.baka3k.RTSPRecorder:videoplayer:1.0.1).

baka3k commented 1 month ago

Please open gradle file

https://github.com/baka3k/RTSPRecorder/blob/master/app/build.gradle

and replace

implementation "com.github.baka3k:RTSPRecorder:1.0.1"

by

 implementation (project(":videoplayer"))