JMF + Windows Vista
I tried my JMF software under Windows Vista and it didn't work as it worked in XP. So the first problem is that CaptureDeviceManager.getDeviceList
does not work with any format (including null). Alsonew MediaLocator("dsound://8000")
does not work(direct sound is not supported under Windows Vista). The only way to get MediaLocator for the microphone, is by usingnew MediaLocator("javasound://8000,8,1")
But the problem is that the recorded sound is corrupted. Have anyone tried to retrieve MediaLocator object for the mictophone on Vista? Any news about JMF compatibility issues under Windows Vista?
Message was edited by:
the_lucius

