I have the following gstreamer Command-line :
gst-launch alsasrc ! mulawenc ! rtppcmupay ! udpsink host= 127.0.0.1 port=5555
It records Mono Voice and i can hear it ,if i listen on 5555 port ( echo IP was used). But i need to transmit Stereo . I have also tried my Microphone for stereo-recording Capability using the following command:
arecord -vv -fdat voiceFile.wav
and it works. Does anyone know how to specify stereo in the gstreamer command?
The problem is that
rtppcmupay
does not support stereo:You can try some other codec (e.g. vorbis):