From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 13 04:09:47 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 DEC5316A417 for ; Thu, 13 Dec 2007 04:09:47 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id C943713C447 for ; Thu, 13 Dec 2007 04:09:47 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 6729 invoked from network); 13 Dec 2007 04:09:46 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 13 Dec 2007 04:09:46 -0000 Message-ID: <4760AFE7.4070402@chuckr.org> Date: Wed, 12 Dec 2007 23:07:03 -0500 From: Chuck Robey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.9) Gecko/20071107 SeaMonkey/1.1.6 MIME-Version: 1.0 To: usleepless@gmail.com References: <475DBEBC.1060805@chuckr.org> <200712110013.16343.danny@ricin.com> <476042F2.7040707@chuckr.org> <4760550D.8080204@chuckr.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org 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: Thu, 13 Dec 2007 04:09:48 -0000 usleepless@gmail.com wrote: > Sir, > > On Dec 12, 2007 10:39 PM, Chuck Robey wrote: >> usleepless@gmail.com wrote: >>> Chuck, >>> >>> On Dec 12, 2007 9:22 PM, Chuck Robey wrote: >>>> Danny Pansters wrote: >>>>> 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 ;-) >>>>> >>>> No, you misunderstood me, I have the tools, I just can't seem ever to >>>> get them to work, when initiated from Seamonkey'spopup which asks me how >>>> to handle it. I know that setting the correct mime type would help (and >>>> that info would be of use) but that's why I gave the sample video url, >>>> so folks could tell me why I can't just kick off (for example) either >>>> xine or maybe totem. Nothing works -- I mean, the windows of the >>>> executable I am calling open up, but no video appears, even if I wait a >>>> while for download (and I have quite a lot of bandwidth). >>>> >>>> I don't need the toolnames, I need to figure out how to get them to work >>>> with the browser. >>> you need to install mplayer-plugin ( /usr/ports/www/mplayer-plugin ). >>> >>> nasa works for me ( firefox + mplayer-plugin ) >> Well, that's one way to do it, but AGAIN it isnt' answering my question. >> Look, when I get a pdf file, I tell it to kick off xpdf, not >> "xpdf.plugin" and when the popup asks me how to handle it, I say to use >> xpdf, and it works fine. I want to get the equivalent behavior for >> video. The plugin info is nice, but not what I'm shooting for. Can you >> see what I'm going for here? > > run the ".rm" links ( realmedia ) with "mplayer -playlist ". > I can't parse this. When the popup in firfox asks me what application to handle this with, I can give it a name of thje application, but what do you mean aboout the filename. Are you asking me to handcopy the url into the popup? > try in a console first. > > regards, > > usleep