<div dir="ltr"><div>Option 1.<br><br></div>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):<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
#!/bin/sh<br><br>URL=`xclip -o`<br><br>RAWURL=`youtube-dl -gf 43/18/34 --cookies /tmp/ytdl-cookie.txt "$URL"`<br><br>mplayer -cache-min 50 -cookies -cookies-file /tmp/ytdl-cookie.txt "$RAWURL"<br><br>rm /tmp/ytdl-cookie.txt<br>
<br>exit 0 <br></blockquote></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Feb 7, 2014 at 4:09 PM, Max <span dir="ltr"><<a href="mailto:abonnements@revolwear.com" target="_blank">abonnements@revolwear.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
Which of the suggested option is the one people here on the list favour?<br>
<br>
<a href="http://jackaudio.org/pulseaudio_and_jack" target="_blank">http://jackaudio.org/pulseaudio_and_jack</a><br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.14 (GNU/Linux)<br>
Comment: Using GnuPG with Thunderbird - <a href="http://www.enigmail.net/" target="_blank">http://www.enigmail.net/</a><br>
<br>
iEYEARECAAYFAlL1L3UACgkQ3EB7kzgMM6Ln1ACfVyT8RXVcBzHiIkyQJU9LWBWK<br>
4p4Anj08pRcsv5ytIxvtrebWhbkQulGA<br>
=JPXo<br>
-----END PGP SIGNATURE-----<br>
_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org">Linux-audio-user@lists.linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
</blockquote></div><br></div>