Top "Mediarecorder" questions

Mediarecorder is the Android class used for recording Audio and Video available since API Level 1. (For the Web-API, use the [web-mediarecorder] tag instead.

Get supported Codec for Android device

Is there a way to ask an Android device what audio and video Codecs it supports for encoding? I found …

android codec mediarecorder
Android MediaRecorder to record a Surface (not Camera)

I'm looking at the class MediaRecorder of the Android SDK, and I was wondering if it can be used to …

android video java-native-interface mediarecorder
How to record video on Android into Stream

Android MediaRecorder allows to save video to file (file or socket): setOutputFile(FileDescriptor fd); setOutputFile(String path) How to save …

android stream media mediarecorder
java.lang.RuntimeException: start failed at android.media.MediaRecorder.start(Native Method)

I am working on records a phone calls. When i start a record a phone call then it's unfortunately stop. &…

android android-studio mediarecorder android-mediarecorder
How to use setCamera (MediaRecorder)?

According to Android SDK MediaRecorder.setCamera can be used to recycle the existing camera instance for video capture and preview …

android camera mediarecorder
How to Append two videos in Android Programmatically

I am using this code. I need to merge two videos. It saved all videos in temp folder but not …

android video append mediarecorder android-mediarecorder
How to know whether a MediaRecorder is in running state or not?

I wrote a code to record audio of call conversation using MediaRecorder. how can i know whether a MediaRecorder is …

android audio-recording mediarecorder
stream a MediaRecorder file while recording

I am trying to get a video stream from point A (2.1 android phone) to point B (my server) in real …

java android streaming video-streaming mediarecorder
Get decibel values whilst recording sound?

Is there a way of getting the decibel value of sound whilst it's being recorded? I'm using MediaRecorder to record …

android audio microphone mediarecorder decibel
How can I add predefined length to audio recorded from MediaRecorder in Chrome?

I am in the process of replacing RecordRTC with the built in MediaRecorder for recording audio in Chrome. The recorded …

javascript google-chrome html5-audio mediarecorder recordrtc