[LAU] Pulseaudio and Jack

F Tux federicogalland at gmail.com
Mon Feb 10 00:59:19 UTC 2014


Option 1.

No pulse. For youtube, I copy the link, and then press alt-y which is bind
to the following script (depends on xclip, mplayer and youtube-dl):

#!/bin/sh
>
> URL=`xclip -o`
>
> RAWURL=`youtube-dl -gf 43/18/34 --cookies /tmp/ytdl-cookie.txt "$URL"`
>
> mplayer -cache-min 50 -cookies -cookies-file /tmp/ytdl-cookie.txt "$RAWURL"
>
> rm /tmp/ytdl-cookie.txt
>
> exit 0
>


On Fri, Feb 7, 2014 at 4:09 PM, Max <abonnements at revolwear.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Which of the suggested option is the one people here on the list favour?
>
> http://jackaudio.org/pulseaudio_and_jack
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.14 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iEYEARECAAYFAlL1L3UACgkQ3EB7kzgMM6Ln1ACfVyT8RXVcBzHiIkyQJU9LWBWK
> 4p4Anj08pRcsv5ytIxvtrebWhbkQulGA
> =JPXo
> -----END PGP SIGNATURE-----
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user at lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxaudio.org/pipermail/linux-audio-user/attachments/20140209/63a74aba/attachment.html>


More information about the Linux-audio-user mailing list