pinkfish / flutter_rtmppublisher

Publisher to rtmp using the camera plugin as a basis to do all the basic camera/record management.
BSD 3-Clause "New" or "Revised" License
95 stars 121 forks source link

Android needs a packagingOptions/exclude int he app.gradle file #5

Open pinkfish opened 4 years ago

pinkfish commented 4 years ago

Need to put this in the app.gradel file packagingOptions { exclude 'project.clj' }

It comes from the dependency on the rtmp library being used, not sure how to get rid of it in the library. Tried a few things but it kept turning up, putting this in your android file itself fixes the problem.

ollyde commented 4 years ago

Can confirm this works 👍 Also works with pickFirst.