Mediarecorder is the Android class used for recording Audio and Video available since API Level 1.

learn more… | top users | synonyms

0
votes
0answers
11 views

Is it possible to process video frames while the video file is still being written?

The goal is: In Android, I take a video, and process each video frame, and record processed video frame into the output video file. Of course, it would be perfect if it can be implemented real-time. ...
0
votes
1answer
14 views

Audio recorder restarting

I've create Audio recorder. When rotating my device the audio will be automatically saved. How can I avoid this ? I'm using Android 4.1.1 on device. private MediaRecorder mRecorder = null; ...
-2
votes
2answers
40 views

Working sample code for button.performClick()

Can someone please put a working code example of button.performClick() assigned to a OnClickListener. The following code which I have used returns false for button.performClick()- ...
0
votes
1answer
53 views

button.performclick() is not working

I have a simple code which records video on clicking a button. Manual click works fine but myButton.performClick() does not work (the app stops). I have tried setPressed() too but the click by it does ...
0
votes
0answers
12 views

ecorder does not starts when called directly

My app crashes when I directly call for mediarecorder.start() as in this code- public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); recording = false; ...
0
votes
0answers
21 views

video recording using mediarecorder

I am trying to write code for a video recorder using mediarecorder by following the tutorial http://developer.android.com/guide/topics/media/camera.html but may application fails. My ...
0
votes
2answers
39 views

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 pause option. Java supports merge two audio file programatically but In android its not work. ...
0
votes
1answer
45 views

Is It Possible to Record Audio Through Android Emulator?

I am Working On a Medical Project and the app can able to record the conversation between doctor and patient and send it for Transcription. Assignment : Basically App is for Recording and Playing the ...
0
votes
1answer
28 views

setOneShotPreviewCallback not hitting onPreviewFrame() in callback

I'm creating a video capture activity for an app I'm making, and I want to capture a preview frame as well to use as a playback button. I've set the SurfaceView up in onCreate(...) and hooked up the ...
0
votes
0answers
16 views

No such file exception when prepare mediarecorder

I have a audio recorder in my application, but it's giving me the following exception: java.io.FileNotFoundException: /file:/storage/emulated/0/telecom.IT.customertool/VOICE_20130506_101957.3gp: ...
0
votes
0answers
22 views

Get CameraId from Camera object in android

I am developing on Nexus 7 that only has a front-facing camera. Thus, most of the default camera-related retrievals fail as they try to return information for first back-facing camera. What I would ...
0
votes
0answers
36 views

Android MediaRecorder Runtime Exception

Here is my code. try { if (mMediaRecorder != null) { try { mMediaRecorder.prepare(); } catch ...
0
votes
1answer
202 views

Android - Save an rtsp (h264) stream to mp4 file

I am working on a project where I need to Read input H.264 encoded stream from an IPCamera - I am able to fetch this in through an rtsp url like rtsp://192.168.1.83:8001/ Display the IPCamera ...
-1
votes
0answers
40 views

android video recording using media recorder and maintain its duration [closed]

I am using mediarecorder for video recording in my app and works fine for me. But my requirement is something like this... Suppose maxDuration is 60*5000(5 min) for my video then I know recording ...
0
votes
1answer
76 views

Any way to get preview frames while recording video?

I want to stream video to a server and record it on the device at the same time. If I'm not recording the video I can use Camera.onPreviewCallback where I get the preview data as a byte array and I ...
3
votes
2answers
112 views

Keeping preview callback while recording video?

I'm currently using onPreviewCallback so I can capture frames from camera when in preview and stream them via http. That works but then I issue a command to start recording and, it seems, I do not ...
0
votes
1answer
56 views

How to get amplitude of sound recorded via Audio Recorder

I want to get the amplitude of recorded sound via audio recorder after every 1 second. But I am not getting any clue. Secondly can we record sound from both audio recorder as well as media recorder ...
0
votes
0answers
79 views

MediaRecorder-recording video using mediarecorder

iam using mediarecorder to record video in android application. I will start and stop recording video multiple times i will start recording on Action_down and stop on Action_up this is going on well ...
0
votes
0answers
102 views

MediaRecorder and ParcelFileDescriptor.createPipe()

My task is to record audio for a long time and send three second files to server for recognition text(I use google for that). If I write directly to file, then I need to reinitialize my recorder to ...
0
votes
0answers
45 views

Can a video file output by Android MediaRecorder be further compressed from within an app?

A client requires than an Android app be able to capture high-resolution, high-quality video but then submit this to a server at either high or low quality, as determined by an admin (who will have ...
5
votes
2answers
389 views

MediaRecorder.stop() stop failed: -1007

I am recording video with MediaRecorder. My code works fine on 2.3.3 but fails on 4.0.3. The issue is following: the code mediaRecorder.stop() throws the RuntimeExeption java.lang.RuntimeException: ...
0
votes
0answers
32 views

Record audio and video in separate files

Okay, here is a silliest of approaches but anyways. I am using MediaRecorder Class to make a videoplayer in android but need to apply some changes in audio of the the video file being recorded. I have ...
0
votes
1answer
94 views

Recording voice calls in android

I want to make an app that records incoming and outgoing calls. I am using the media recorder to do so and also I am using service/broadcastreceiver to detect phone state change. I have set the audio ...
1
vote
0answers
96 views

Why Spydroid-ipcamera needs two sockets before using RTPsocket?

Spydroid-ipcamera is an open-source Android code that streams the camera and microphone of the phone to the browser or to VLC. Its website is here: http://code.google.com/p/spydroid-ipcamera/ It is a ...
0
votes
0answers
71 views

How can I put MediaRecorder output in avformat_open_input?

I want to use ffmpeg to process the video stream from Android MediaRecorder. It is known that the output of the camera in a local socket instead of a file ! ...
0
votes
1answer
205 views

MediaRecorder Start Failed

I am getting this error when running start() for mediarecorder. Following is the my code. What is the wrong with my cose??? Code: public class RecordVideoActivity extends Activity implements ...
0
votes
0answers
14 views

Passing Recorded Video to Next Function MediaRecorder

I am using MediaRecorder class for recording videos. I have to process video after saving on strogae. My Question is that How can I get notification that File has been saved after calling ...
2
votes
0answers
130 views

How to change video size on android Media Recorder

I need to capture a video 480 * 480 in my android app, but it seems that the MediaRecorder can only support limited build-in sizes such as 1980*1080, 960*720, etc, almost all in 4:3 or 16:9. Is there ...
1
vote
2answers
110 views

Audio Recorder Android

I'm doing a aplication to recorder the sound, but when I try to record the sound,the emulator is stopped because it ask me to insert an SD card. What I have to do? I couldn't do without an SD card ? ...
1
vote
0answers
134 views

Camera and SurfaceView - Video Distorted / Artifacting

Screenshot: http://imgur.com/r7EpSpx I have a very specific issue regarding the operation of a SurfaceView and a Camera. I am using the SurfaceView as the preview surface for a camera in an ...
0
votes
0answers
107 views

Audio recorder errors in Android

I'm a Basque student and I'm new in this page. I'm working with Android 2 months ago, and I havent had any problem, but now I'm doing a aplication to record and stop the sounds and the emulator can't ...
0
votes
1answer
183 views

Record MPEG TS using MediaRecorder

I am trying to record mpeg2-ts video in order to stream it to a server / socket using the Android MediaRecorder class as described here... The code is as follows : public class MediaRecorderDemo ...
0
votes
1answer
219 views

Media recorder setprofile() is not working for nexus phone

i have tested my code on Samsung tablet and note but same code is not working on nexus. i know nexus have only front camera and camera is getting open but cliking on start recording button ...
0
votes
0answers
80 views

Android Media Recorder causes device to lock after long periods of recording

I'm currently using the Android Media Recorder to capture video from the camera prior to streaming it. I'm finding that if I continuously record content for long periods of time 45 minutes + the ...
0
votes
1answer
140 views

Android MediaRecorder Properties

I am trying to reduce the size of the video files when using MediaRecorder because I will be streaming the video over a network. Here is what I have private boolean prepareMediaRecorder(){ ...
0
votes
1answer
63 views

Design for recording and transmitting audio from Android

I have two Android devices (Phone A & Phone B) and a server with a MySQL database. I want to send an audio message using a microphone, from Phone A to Phone B, through the server. One idea is to: ...
32
votes
1answer
766 views

Transfer data through audio jack cable over two Android devices

I'm researching on transferring text data over male-to-male audio jack cable. I'm testing this on HTC one V and on PC, which supports male-to-male audio jack for data transfer as mentioned in this ...
1
vote
0answers
151 views

cannot play tha wav file…In Android.!

I am trying to append two wav files in Android.For that i read both files to 2 byte array(A&B).And i combined both of them to a new array (C).And i writed the contents in the third array C to a ...
1
vote
0answers
120 views

Why android video data from MediaRecorder connected with DatagramSocket are not sended instantly?

i am writing Android application which creates MediaRecorder set output file with final ParcelFileDescriptor pfd = ParcelFileDescriptor.fromDatagramSocket(socket); socket is DatagramSocket. I can ...
1
vote
0answers
112 views

MediaRecorder Video recording : Noisy image

I am sending this message because I'm facing an issue when recording a video using an Android tablet (iMX53 on Android 2.3.3). At first, here is the result : Note : The Green part and the blue ...
0
votes
0answers
78 views

Can not play video received from LocalSocket in android

I am trying to record only video(H264/3gpp) using MediaRecorder, and passed a LocalSocket descriptor to MediaRecorder. I can receive data but can't play the video. Same code is working for audio(AMR). ...
1
vote
2answers
294 views

how to record audio file with better quality in android?

I am creating one application which play recorded file on Android to iphone and vice-versa. now i am using , audioRecorder = new MediaRecorder(); ...
0
votes
2answers
146 views

MediaRecorder not recording audio

I am tried to record audio using MediaRecorder: MediaRecorder recorder= new MediaRecorder(); recorder.reset(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC);// ...
0
votes
0answers
41 views

Throw an IllegalStateException when calling start() method of MediaRecorder - Android [duplicate]

I know that this question has asked several times. But still I couldn't find the reason for this. none of them helped to solve this issue. I'm trying to record an audio clip using android ...
0
votes
1answer
42 views

Media Recording for ever

I am developing an application for voice recording... the problem is that I dont know how to make it work in the background. I mean even if the user close the application the recorder keeps working.. ...
4
votes
1answer
352 views

setOrientationHint rotates video counterclockwise on some phones' front facing cameras (HTC)

The Problem: Certain Android devices (listed at the bottom of the question) exhibit unexpected behavior when utilizing the setOrientationHint(int degrees) function for videos taken with the front ...
2
votes
0answers
180 views

MediaRecorder Start failed -2147483648 working on 2.3 but not on 4.0

audiofile = File.createTempFile(file_name, ""+audio_format, sampleDir); String path=Environment.getExternalStorageDirectory().getAbsolutePath(); audioSource = MediaRecorder.AudioSource.MIC; ...
4
votes
1answer
255 views

How to add text on video recording?

I search lot but not find any solution. My question is how to add text to video while recording so that we can get same text when we see video. I want something like this when i see capture video. ...
0
votes
1answer
141 views

What gets called with sensorLandscape

I have an application that I only want to run in landscape mode (e.g. landscape or reverse landscape) so I am using sensorLandscape in the manifest. My problem is here: I also have a video recorder ...
2
votes
2answers
191 views

Can not play recorded audio file from android in iOS 5+

I am working on android app which also supports iOS. I want to record the audio & play it in Android as well as in iOS devices. I am recording audio in android using following settings ...

1 2 3 4