How to Stream audio from Microphone Using gstreamer over a network
i want to stream audio input from my mic on my system over a 开发者_运维知识库network , i know how to record audio from mic but stuck with streaming it over a network. here pipeline for recording from my microphone gst-launch -v alsasrc device=hw 0 ! audioconvert ! vorbisenc ! oggmux ! filesink location=alsasrc1112.ogg
精彩评论