From owner-freebsd-questions@FreeBSD.ORG Wed Dec 7 04:23:54 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 190EF106566C for ; Wed, 7 Dec 2011 04:23:54 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id EF1F58FC14 for ; Wed, 7 Dec 2011 04:23:53 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id AEB3750837 for ; Tue, 6 Dec 2011 20:23:53 -0800 (PST) To: freebsd-questions@freebsd.org In-Reply-To: Date: Tue, 06 Dec 2011 20:23:53 -0800 Message-ID: <86197.1323231833@tristatelogic.com> From: "Ronald F. Guilmette" Subject: Re: Playing .ASX files via/within Firefox ? 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: Wed, 07 Dec 2011 04:23:54 -0000 In message , "Paul B. Mahol" wrote: >On 12/7/11, Polytropon wrote: >> On Tue, 06 Dec 2011 16:02:24 -0800, Ronald F. Guilmette wrote: >>> I've been trying to look at California Dept. of Transportation webcams >>> using Firefox on FreeBSD and so far it simply ain't workin'. Somebody >>> please tell me what I'm doing wrong. >>> >>> Yes, I already installed the mozilla-mplayer port. >>> >>> Here's where you can get at the webcams: >>> >>> http://www.dot.ca.gov/dist3/departments/traffic/cameras/ >>> >>> Any help would be appreciated. >> >> Maybe not what you're searching for, but works: >> >> First I arbitrarily choose a cam from the map. A >> window opens with a "go to live camera" link. >> Right click, copy link address. >> >> I tried to directly play it with mplayer which >> should have worked: >> >> % mplayer "http://video.dot.ca.gov/asx/d3-whitmore-grade-80.asx" > >% mplayer -playlist ... Haha! Yes! Adding the -playlist option does apparenty make it possible to get mplayer to ``play'' the .asx file itself directly. That's swell. But I still have the question: How does one get this to work with Firefox (as it should) ?