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.

AudioSource.VOICE_CALL not working in android 4.0 but working in android 2.3

VOICE_CALL, VOICE_DOWNLINK ,VOICE_UPLINK not working on android 4.0 but working on android 2.3 (Actual Device),I have uploaded a …

android service version broadcast mediarecorder
How to print log messages with in Android framework

I am trying to print log messages within core Android framework files. For example, I tried logging messages within MediaRecorderClient.…

android java-native-interface logging native-code mediarecorder
Android AudioRecord and MediaRecorder

I'm developing an audio processing application where I need to record audio, and then process it to obtain features of …

android media-player mediarecorder audiorecord feature-extraction
how to switch between front and back camera when using MediaRecorder android

if anyone has any idea that how to switch between front and back camera when using MediaRecorder . I defing a …

android camera switch-statement mediarecorder
Android Video Recording of OpenGL surface (GLSURFACEVIEW)

I am working on a project where we need to record the rendered OpenGL surface. (for example if we use …

android opengl-es mediarecorder
MediaRecorder start failed: -38

i searched to check if this question is no dup , i see some has no answer and others did not …

android mediarecorder android-mediarecorder
Media Recorder start failed in android for camera

I am working on video recording app in which i want to display preview and when user click on record …

android android-camera mediarecorder
Problem with android MediaRecorder setVideoSize()

Can android MediaRecorder capture video with resolution higher than 320*240? When I used MediaRecorder::setVideoSize() to set the video size, the …

android mediarecorder
Android MediaRecorder in streaming

Its possible to "stream" result of MediaRecorder? The unique method i can see is mediaRecorder.setOutputFile that receives a FileDescriptor. …

android stream red5 mediarecorder