I have a problem, i have set MediaLocator to microphone input, and then created Player.
I need to grab that sound from the microphone, encode it to some lower quality stream, ...
I'm trying write a java program to send live microphone data over UDP, then receive the data in VLC. I'm basically using the same code as in this post to ...