From owner-freebsd-multimedia@FreeBSD.ORG Mon Dec 10 23:46:35 2007 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B55316A418 for ; Mon, 10 Dec 2007 23:46:35 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id 147F113C459 for ; Mon, 10 Dec 2007 23:46:34 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.146.189] (port=36664 helo=smtp2.tilbu1.nb.home.nl) by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.60) (envelope-from ) id 1J1rp1-0003p4-Ch for freebsd-multimedia@freebsd.org; Tue, 11 Dec 2007 00:13:59 +0100 Received: from cp1228410-a.dbsch1.nb.home.nl ([84.27.157.163]:59258 helo=desktop.homenet) by smtp2.tilbu1.nb.home.nl with smtp (Exim 4.60) (envelope-from ) id 1J1rp0-0002my-KM for freebsd-multimedia@freebsd.org; Tue, 11 Dec 2007 00:13:59 +0100 Received: by desktop.homenet (sSMTP sendmail emulation); Tue, 11 Dec 2007 00:13:16 +0100 From: "Danny Pansters" To: freebsd-multimedia@freebsd.org Date: Tue, 11 Dec 2007 00:13:16 +0100 User-Agent: KMail/1.9.7 References: <475DBEBC.1060805@chuckr.org> In-Reply-To: <475DBEBC.1060805@chuckr.org> X-Face: (Zs+'ncTcchkOX|~t6{?Iii=O!G#WEK!+OD0|-F=i%1pvP5V_Sz4PaJC8o)=?utf-8?q?MiSnH/JMJFy=0A=09oBN-My?=, v":S7, (=?utf-8?q?mmkPm=27U=7BMgT+eM=2EBd=5Cp/P!dr=5DhOTXqpse21O!=25Ct=60SE=2EOodq?= =?utf-8?q?=5Dry=5E=23kU=5E=0A=09-?=GT.[8D}i$6P>=" =?utf-8?q?=23=0A=09*J+4d=7E?= MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712110013.16343.danny@ricin.com> X-Spam-Score: 0.0 (/) Subject: Re: streaming video X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2007 23:46:35 -0000 On Monday 10 December 2007 23:33:32 Chuck Robey wrote: > I can't figure out how to get streaming video (as exemplified by the > links on this page: http://countdown.ksc.nasa.gov/elv/public/ ) to > display. I have buiolt a host of dvd ports, they all seemm to show > dvd's fine, but I can't figure out how to get one of the links on that > page to kick off a program to show stuff. This isn't flash. Also, I do > get a popup asking me what to do with this contentm but no matter what > program I gove it (suck as xine, vlc, totem, gxine, or gxanim, others) > nothing displays beyond the program's startup (the one I ca;; just opens > a window and grins stupidly at me). > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" rm = realmedia, you can play it with realplayer or with (k)mplayer/xine/... if you have enabled the real codecs for them (possibly also need the win32 codecs, they also contain some of older the real codecs IIRC). e.g. cd /usr/ports/multimedia/linux-realplayer && make install clean or cd /usr/ports/multimedia/mplayer make config (and enable the real support) make install clean I'm not sure if maybe the java applets on that website intend to embed the video (if that is so, it works poorly I reckon ;-) HTH, Dan