Re: [Alsa-user] How to record audio from a live video (youtube via firefox) ?

2020-12-27 Thread Alan Corey
There'[s also youtube-dl, I'm not sure if it would work on live streams. I've used it maybe 20 times, it works about 75% of the time. Apparently there are different protection levels the author can use. The version in the debs is usually too old but you can install the latest with pip. So somethi

Re: [Alsa-user] How to record audio from a live video (youtube via firefox) ?

2020-12-27 Thread tuxic
Hi, ok...it works now...somehow...incompletly...so to say My $HOME/.asoundrc looks like this: # default device pcm.!default { type plug slave.pcm "loop" } # output device pcm.loopout { type dmix ipc_key 328211 slave.pcm "hw:Loopback,0,0" } # input device pcm.loopin {

Re: [Alsa-user] Trying to do audio from CGI

2020-12-27 Thread Alan Corey
OMG, I figured it out. You have to use not just the -o and backend type, but also -d and the Alsa device. So this web browser URL: http://pbp/cgi-bin/jbe?009864 produces this comand: cmd: '/usr/bin/mpg123 --output alsa -d plughw:1,0,0 "/data/mp3/pink_floyd/1 - Studio Albums/1979 - The Wall/CD 2/I

Re: [Alsa-user] How to record audio from a live video (youtube via firefox) ?

2020-12-27 Thread tuxic
Hi, this looks interesting: http://www.pogo.org.uk/~mark/trx/streaming-desktop-audio.html ...but still not the solution. The alsaloop command works fine...so the redirection works. But I can't record anything still. Cheers! mcc On 12/27 10:47, Robert M. Riches Jr. wrote: > (Apologies if you

Re: [Alsa-user] How to record audio from a live video (youtube via firefox) ?

2020-12-27 Thread frederik
Dear tuxic, I want to record the audio of a live stream video (youtube). This sounds like more of a problem for ffmpeg, mpv or youtube-dl. Everything I tried resulted in audio files with constant or intermitted sine wave like sounds. What have you tried? With Pulseaudio, you get "monitor"

Re: [Alsa-user] How to record audio from a live video (youtube via firefox) ?

2020-12-27 Thread tuxic
On 12/27 10:47, Robert M. Riches Jr. wrote: Hi Robert, thanks a lot for your reply! This seems to record as soon as .asoundrc is "active". In my case, this isn't exactly what I am trying to acchieve. After I posted my initial question I finally found something, which may be kinda solutionif

Re: [Alsa-user] How to record audio from a live video (youtube via firefox) ?

2020-12-27 Thread Robert M. Riches Jr.
(Apologies if you want reply to list without also a direct reply. My mail client has 'reply' and 'Reply' only.) I am also using pure ALSA. After a little web searching a few days ago, I came up with this .asoundrc file that records to a raw file: v cut here vv

[Alsa-user] How to record audio from a live video (youtube via firefox) ?

2020-12-27 Thread tuxic
Hi, I want to record the audio of a live stream video (youtube). Everything I tried resulted in audio files with constant or intermitted sine wave like sounds. I am using pure alsa. I don't want pulseaudio and with jack started firefoxs audio does not work. How can I accomplish this recor