stevenlow / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Turning On/Off Audio recording while recording #481

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.stop audio recording with a flag.
2.Change flag value again and try to start audio recording again.

What is the expected output? What do you see instead?
It should stream again with audio and video sync. instead of that it is 
streaming again but not with sync , video frames have too much delay while 
audio frames stream live.Also , both audio and video stream have glitches.

What version of the product are you using? On what operating system?
I am using version 0.9 of JavaCV on Ubuntu for an Android Application.

Please provide any additional information below.
I have attached my code. 

Any help would be much appreciated.

Thanks in Advance.

Original issue reported on code.google.com by vaibhavp...@gmail.com on 8 Aug 2014 at 2:45

Attachments:

GoogleCodeExporter commented 9 years ago
https://github.com/bytedeco/javacv/issues/19

Original comment by samuel.a...@gmail.com on 9 Aug 2014 at 7:14