Posts

Showing posts with the label Record Audio

Livehiddencamera - Library Which Tape Alive Video Too Well From Android Device Without Displaying A Preview

Image
Live Hidden Camera (LHC) is a library which tape alive video together with audio from Android device without displaying a preview. How to use I've created a library to become far to a greater extent than usable. The exclusively requirement is to add together the library to your projection together with perish the Rtmp URL to it. Additionally you lot should assist about: Your application should convey the next permissions inward Manifest.xml : <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.RECORD_AUDIO" /> <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> You should grip that the declared permissions are granted to your application Adding library The usage of the library is straight. Just add together the next library to the gradle.build fil...