Re: Capture Audio with JMF
Posted By:
Kamaljeet_Madan
Posted On:
Thursday, May 17, 2001 10:06 PM
Hi!
Yes , the problem u r facing is common,
and the solution is that u have to first register ur microphone with the JMF registry, so that JMF knows which is ur capture device and where is it located,
for this run the JMFRegistry at command prompt
: >java JMFRegistry
and then select the capture devices tab,
do auto detect ,
and now run ur code,
at this point it should run fine
hope this will solve ur prob