Search found 6 matches
- Tue Nov 06, 2018 9:39 am
- Forum: VBAN Procotol
- Topic: help with vban_emitter and vban_receptor needed
- Replies: 1
- Views: 16125
Re: help with vban_emitter and vban_receptor needed
Hi, I am the maintainer of vban open source project, sorry it took me time to know about your post here. Unfortunately the thing you are trying to achieve will not work like this: vban_emitter -i XXX -p PPP -s SSS -d sysdefault will capture the sysdefault hw input (I am not sure if there is a mic/li...
- Fri Sep 22, 2017 11:34 am
- Forum: VBAN Procotol
- Topic: [DEV] using raspberry pis to transmit via vban
- Replies: 12
- Views: 63943
Re: useing raspberry pis to transmit via vban
Hello,
Well, any try on alternative machines / distro / tool would be interesting.
Have you tried the arecord command proposed ?
Well, any try on alternative machines / distro / tool would be interesting.
Have you tried the arecord command proposed ?
- Fri Sep 15, 2017 8:16 am
- Forum: VBAN Procotol
- Topic: [DEV] using raspberry pis to transmit via vban
- Replies: 12
- Views: 63943
Re: useing raspberry pis to transmit via vban
Hi, Mmh. Have you tried using this device with same configuration with arecord ? You could try like this: arecord -Dsysdefault -r48000 -c1 -fS16_LE test.wav The error you have is "no such device", which is error code -ENODEV from ALSA. If I read ALSA online documentation, I see this: -ENOT...
- Thu Sep 14, 2017 8:43 pm
- Forum: VBAN Procotol
- Topic: [DEV] using raspberry pis to transmit via vban
- Replies: 12
- Views: 63943
Re: useing raspberry pis to transmit via vban
Hi, So, it seems to confirm the lack of defined default device, as if I do the same on my PC I have the following at the bottom of this message, where default is having a description and says which is default. I would start trying with "-d sysdefault" $ arecord -L null Discard all samples ...
- Mon Sep 11, 2017 8:51 pm
- Forum: VBAN Procotol
- Topic: [DEV] using raspberry pis to transmit via vban
- Replies: 12
- Views: 63943
Re: useing raspberry pis to transmit via vban
Sorry for delay, I forgot to enable notifications. Well, at least, it is more fair, it tells you it cannot open the device. Then it could be something like there is no device defined as default in your alsa configuration. One way to test this idea would be to use the exact device name with option -d...
- Fri Sep 08, 2017 10:06 am
- Forum: VBAN Procotol
- Topic: [DEV] using raspberry pis to transmit via vban
- Replies: 12
- Views: 63943
Re: useing raspberry pis to transmit via vban
Hi all, @hex_1 : this is a correct place, or alternatively, you can open an issue in the github project. To have a better idea of the trouble, you could try to add -l4 option to your command line. That you have an alsa_read error may tell us the configuration you are trying to use, your device canno...