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.

Why does the start() method of MediaRecorder throw an IllegalStateException?

I am trying to record audio but the start() method of MediaRecorder class throws an IllegalStateException. I use the following …

android mediarecorder illegalstateexception user-permissions
Android record video without audio

Is it possible in Android to record video from Camera without audio stream? Goal: to reduce the output file size.

android android-camera mediarecorder android-mediarecorder
android - MediaRecorder throws illegalstateexception

I am trying to develop a simple android audio recorder.Everything builds fine and it also runs fine on the …

android mediarecorder illegalstateexception
How to use MediaRecorder to capture video on Android?

I would like to create a short video clip using the MediaRecorder, but I don't know how to use it. …

android user-permissions mediarecorder
MediaRecorder video capturing in portrait mode

I'm try to make custom video app. Iwork using settings in manifest 2.2 only (API 8). All goes well but I don't …

android video orientation mediarecorder
How can i pause voice recording in Android?

My aim is to pause in recording file. I see in Android developer site its but Media Recorder have not …

android audio-recording mediarecorder android-mediarecorder
webRTC convert webm to mp4 with ffmpeg.js

I am trying to convert webM files to mp4 with ffmpeg.js. I am recording a video from canvas(overlayer …

ffmpeg webrtc mp4 mediarecorder mediastream
MediaRecorder issue on Android Lollipop

I'm testing libstreaming on new Android Lollipop, and this code that worked on previous release, seems to launch exception. try { …

android exception streaming mediarecorder
MediaStream Capture Canvas and Audio Simultaneously

I'm working on a project in which I'd like to: Load a video js and display it on the canvas. …

javascript canvas mediarecorder mediastream
Call recording/processing service! - Android

Hello, Im working on a solution for Android that will record calls (both out and incomming) and will further process …

android service broadcastreceiver mediarecorder android-sdk-2.3