Hi,
It's been a while since I tried configuring my openwrt router.
I recently managed to get my Logitech C920 HD webcam streaming over my wifi network using mjpg-streamer.
The highest resolution without crashing...
1600x896
mjpg_streamer -i "./input_uvc.so -d /dev/video0 -r 1600x896 -f 1" -o "./output_http.so -w www/webcam"
No problem there... finally.
HOWEVER, I'm trying to figure out how to stream audio from a microphone plugged into a usb audio adapter.
It doesn't have anything to do with the video - I want the audio streaming from another router.
I have installed:
opkg install kmod-usb-audio
opkg install kmod-usb-ohci
I tried to install gstreamer - but it won't fit - guess I'll have to run openwrt without LUCI.
I've been looking all over the web trying to find some commands I can try to stream audio from a microphone connected to the router and record the audio on a computer on the network...
Well, after searching... I have no clue.
Any help would be appreciated.
I've run across ssh into the router and running aplay?
I'd like to be able to run, say VLC, and record the audio if possible.
Please, help.