Re: running arecord via ssh

2018-05-17 Thread Pierre Frenkiel
On Thu, 17 May 2018, to...@tuxteam.de wrote: Perhaps you might want to run arecord under strace (in both situations) and compare results. good idea. I'll try that, but I found a way to make arecord to work in all cases(God knows why): adding the "-D copy" option, i.e. arecord -d 10 -f

Re: running arecord via ssh

2018-05-17 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, May 17, 2018 at 11:56:51AM +0200, Pierre Frenkiel wrote: [...] > 2/ running arecord > > arecord -d 10 -f cd -t wav tst.wav > > this gives an empty file when run in a ssh window Perhaps you might want to run arecord under strace (

Re: running arecord via ssh

2018-05-17 Thread Pierre Frenkiel
On Thu, 17 May 2018, David Margerison wrote: Details matter. Do not ever deliberately omit details. unless you *know* they are not relevant. I thought that the details were not so useful, but here they are, if you think they may help to find the answer: 1/ setting the line input of the

Re: running arecord via ssh

2018-05-17 Thread Curt
On 2018-05-17, mick crane wrote: >> >> Is really arecord incompatible with ssh? >> >> best regards, > > possibly it wants X for some reason and it is not on the ssh client. > try, if windows, Xming, see if it works. At any rate the answer to his question is no. So it must be something else.

Re: running arecord via ssh

2018-05-17 Thread mick crane
On 2018-05-16 18:10, Pierre Frenkiel wrote: hi, I try to record some old vinyls with arecord, the output being sent to my desktop via a radio transmitter/receiver couple. On the desktop xterm window, its works perfectly, but if I run arecord via a ssh connection: 1/ from an other computer:

Re: running arecord via ssh

2018-05-16 Thread David Margerison
On 17 May 2018 at 03:10, Pierre Frenkiel wrote: > hi, > I try to record some old vinyls with arecord, the output being > sent to my desktop via a radio transmitter/receiver couple. > > On the desktop xterm window, its works perfectly, but if I run arecord via > a ssh connection: > > 1/ from an oth

running arecord via ssh

2018-05-16 Thread Pierre Frenkiel
hi, I try to record some old vinyls with arecord, the output being sent to my desktop via a radio transmitter/receiver couple. On the desktop xterm window, its works perfectly, but if I run arecord via a ssh connection: 1/ from an other computer: ssh mydesktop arecord_command 2/ in a ssh x