From owner-freebsd-questions@FreeBSD.ORG Mon Aug 15 02:25:52 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 277F9106564A for ; Mon, 15 Aug 2011 02:25:52 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B3CF68FC08 for ; Mon, 15 Aug 2011 02:25:51 +0000 (UTC) Received: by wwi36 with SMTP id 36so4756418wwi.31 for ; Sun, 14 Aug 2011 19:25:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZTyl7nxb1u4UkHVIwO+sELMectEeDi7jY31hjRe43xs=; b=KZ2TzZtkDQLAc1QJSyotdQ4VrQlZnPrm3d+EipZZs6jxxUGwayPi6Pnc1Yk+rNoJ0w yBw20Ja4+yYVUjpEJFHlv8ya3NqfogU0domy27+r/Qh+YmFB5PUIJhu9IvZefaacV4iv 66nsnRcEIuhKv7Mh9eNPM5HGjPinLnGYC8Sgg= MIME-Version: 1.0 Received: by 10.216.181.15 with SMTP id k15mr3063815wem.16.1313375150433; Sun, 14 Aug 2011 19:25:50 -0700 (PDT) Received: by 10.216.152.169 with HTTP; Sun, 14 Aug 2011 19:25:50 -0700 (PDT) In-Reply-To: <20110814211449.64d2755d@serene.no-ip.org> References: <20110814211449.64d2755d@serene.no-ip.org> Date: Sun, 14 Aug 2011 19:25:50 -0700 Message-ID: From: Kurt Buff To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Re: Best soloution(s) for handling all the varied media content on the web? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2011 02:25:52 -0000 On Sun, Aug 14, 2011 at 19:14, Conrad J. Sabatier wrote: > I'm just wondering what practical solutions people have arrived at for > handling all the varied types of media on the web in their browser. > I'd really like to be able to view sites like YouTube, etc. and > Flash-enabled sites, with a minimum of hassle. > > I'm running 9.0-HEAD amd64, by the way, so that cuts down my options > somewhat, I think (for instance, 32-bit and/or Linux plugins are > somewhat problematic). > > Any relatively simple solutions for handling at least the most popular > media types? > > Thanks. I've had good luck with VLC - it's in ports. Kurt