Questions tagged [recording]

Questions related to recording of media like audio, video and speech.

Recording is the process of capturing data or translating information to a recording format stored on some storage medium, which is often referred to as a record or, if an auditory medium, a recording.

More details at http://en.wikipedia.org/wiki/Recording

694 questions
148
votes
13 answers

How do I record audio on iPhone with AVAudioRecorder?

Now that iPhone 3.0 SDK is public, I think I can ask this question for those of you that have already been playing with the 3.0 SDK. I want to record audio in my application, but I want to use AVAudioRecorder and not the older way of recording like…
Jim Zimmerman
  • 1,777
  • 4
  • 12
  • 9
140
votes
10 answers

How can I record a Video in my Android App.?

How can I capture a video recording on Android?
user221099
90
votes
3 answers

Issue with recording from the Open ONVIF (Network Video Interface Forum ) device

I'm working on Open Network Video Interface Forum-Java project and following the steps described in the ONVIF Application Programmer's Guide. I have generated sources from the wsdls provided in ONVIF site. I'm able to retrieve the live stream URI…
Neenu
  • 6,740
  • 1
  • 26
  • 52
62
votes
6 answers

How to record phone calls in android?

I want to make an app which records the incoming and outgoing calls and it run automatically when user get or make any call.
Ankit Sharma
  • 1,181
  • 2
  • 12
  • 15
55
votes
2 answers

Access microphone from a browser - Javascript

Is it possible to access the microphone (built-in or auxiliary) from a browser using client-side JavaScript? Ideally, it would store the recorded audio in the browser. Thanks!
poisonlocc
  • 659
  • 1
  • 5
  • 8
45
votes
5 answers

Record Android Audio Output

Many people are asking for this, no one seems to have an answer so I do neither. How is it possible that some apps serve the function to record the audio output of the android system? Everything I am finding is the very same tutorial on 1432…
user2330482
  • 771
  • 2
  • 8
  • 17
24
votes
4 answers

How to Record Voice in android?

I am trying to record the voice in android But it will create the .mp3 file on the path (sdcard/filename) But when i run this file it doesen't play because it doesn't record the voice. Here is My code public void onClick(View v) { // TODO…
Amandeep singh
  • 1,789
  • 7
  • 19
  • 40
23
votes
3 answers

Background video recording in Android 4.0

I try to organize background video recording in Android 4.0. But I can't do it because of these problems: Dummy Surface does not work in MediaRecorder (error: invalid surface) If you use Surface 1 x 1 px on Activity, Surface is destroyed on…
shamanpenza
  • 263
  • 1
  • 3
  • 7
22
votes
4 answers

Android: AudioRecord Class Problem: Callback is never called

My Android Java Application needs to record audio data into the RAM and process it. This is why I use the class "AudioRecord" and not the "MediaRecorder" (records only to file). Till now, I used a busy loop polling with "read()" for the audio data.…
Thilo Köhler
  • 3,591
  • 2
  • 15
  • 10
20
votes
3 answers

Prevent other applications form capturing/recording screen

Basically i want VIDEO PIRACY PROTECTION My application has video streaming and I want to protect my video streaming from other applications. Other applications should not be able to capture screen while my video is playing. Any suggestions how can…
Ajay
  • 554
  • 1
  • 4
  • 16
18
votes
3 answers

Setting up Selenium for recording as well as running in different browsers and platforms

I'd like to setup a Selenium server so that clients can record tests locally, recorded tests can be replayed and tested on an Ubuntu server with Firefox + Chrome. Unfortunately the Selenium site is so confusing and mentions so many different…
Tom
  • 30,868
  • 31
  • 81
  • 104
16
votes
4 answers

How to keep android from inverting the image from the front facing camera?

My video Camera app does record in the landscape mode, but the front facing camera previews the regular image, but the actual recording is mirrored (flipped or inverted) across the axis. Everything works great on normal rear camera. Can anybody…
Meghal Shah
  • 193
  • 1
  • 2
  • 6
16
votes
2 answers

Capture 60fps in iPhone app

I am working on a project where we will be using iPhones as cameras for capturing a scene. When recording we need to record @60fps and not 30fps (as natively supported). So I am working on an app to do this as the iPhone 4S hardware supports…
Michel
  • 347
  • 1
  • 3
  • 12
15
votes
2 answers

Java - recording from mixer

I have a problem connected with my previous question. I want to record audio from mixer (speakers), I'm using javax.sound. I have to set up audioFormat and I don't know what to type there :/ Using class ListMixer (which I found here ->…
Krzysztof Kaczor
  • 5,026
  • 7
  • 35
  • 47
14
votes
4 answers

How to record IOS screen programmatically

Is there any way to record IOS screen programmatically. Means whatever activity you are doing like clicking buttons, Scrolling tableviews. Even if a video is playing that will be captured again along with some other activity? Have tried…
Testiphone
  • 171
  • 1
  • 1
  • 6
1
2 3
46 47