Hi.

On 01.08.2012 23:13 unai wrote:
> 
> I saw ffmpeg input plugin in trunk. Is it possible through ffmpeg to
> read from the soundcard?
> 


Not sure about ffmpeg support in mpd, but you could try something like this:

$ ffmpeg -f alsa -ac 2 -i hw:1,0

-i DEVICE
needs to be set according to to your alsa audio device.

Use arecord to show your alsa input devices:
$ arecord -l

A different approach would be to use darkice to capture audio from input
device, stream it to icecast2 and then grap the icecast2 output with mpd.

-- 
cheers,
Steffen

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to