Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2011 17:10:23 +0200
From:      Michal Varga <varga.michal@gmail.com>
To:        Oliver Pinter <oliver.pntr@gmail.com>
Cc:        Marko Lerota <mlerota@claresco.hr>, Doug Barton <dougb@freebsd.org>, freebsd-stable@freebsd.org, Jason Hsu <jhsu802701@jasonhsu.com>
Subject:   Re: Best way to switch from Linux to BSD
Message-ID:  <1301497823.1511.57.camel@xenon>
In-Reply-To: <AANLkTimaw6iDcWu5mPJtSM56M=LLLi1ab3HuLWnN62Gx@mail.gmail.com>
References:  <20110329013223.ddca7453.jhsu802701@jasonhsu.com> <4D917B7B.1020106@FreeBSD.org> <87tyek99zb.fsf@cosmos.claresco.hr> <AANLkTimaw6iDcWu5mPJtSM56M=LLLi1ab3HuLWnN62Gx@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2011-03-30 at 16:26 +0200, Oliver Pinter wrote:
> http://hup.hu/node/94286  ;)
> 

1.
$ portinstall -v www/epiphany
$ epiphany "http://www.youtube.com/html5"
$ epiphany "http://www.youtube.com/watch?v=XBH1dcHoL6Y"


2.
$ portinstall -v multimedia/quvi multimedia/mplayer
$ cat ~/bin/streamvid
quvi -f best "$1" --exec "mplayer -prefer-ipv4 %u 1>&2" > /dev/null
$ streamvid "http://www.youtube.com/watch?v=XBH1dcHoL6Y"


3.
$ portinstall -v multimedia/cclive
$ cclive -f best "http://www.youtube.com/watch?v=XBH1dcHoL6Y"


m.


-- 
Michal Varga,
Stonehenge (Gmail account)





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1301497823.1511.57.camel>