From owner-freebsd-multimedia Thu Sep 14 15:59:40 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from f1node03.rhrz.uni-bonn.de (node03.rhrz.uni-bonn.de [131.220.18.133]) by hub.freebsd.org (Postfix) with ESMTP id E746737B423 for ; Thu, 14 Sep 2000 15:59:38 -0700 (PDT) Received: from moritz.alleswirdgelber (ascend-tk-p31.dialin.uni-bonn.de [131.220.244.31]) by f1node03.rhrz.uni-bonn.de (8.9.3/8.9.3) with ESMTP id AAA138068 for ; Fri, 15 Sep 2000 00:57:01 +0200 Received: from localhost (localhost [127.0.0.1]) by moritz.alleswirdgelber (8.9.3/8.9.3) with ESMTP id AAA00969 for ; Fri, 15 Sep 2000 00:34:52 +0200 (CEST) (envelope-from uzs106@ibm.rhrz.uni-bonn.de) Date: Fri, 15 Sep 2000 00:34:52 +0200 (CEST) From: Heiko Recktenwald X-Sender: uzs106@moritz.alleswirdgelber To: multimedia@FreeBSD.ORG Subject: Re: video/mpegurl.. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > BUT: I dont know any mpgplayer, that can read such "mgu" files. mtvp could > play any mpg file anywhere, mtvp http://bla/bla.mpg would be no problem. > > Now: How can I write a shellscript, to make this possible anyway (and how > should I put this into my .mailcap file) ? Or does anybody know another > player that I should use ? For the record: yes, it did work and is big fun, how can I register a MIME type ? Its regulated in some RFC..forgot which one. The script to make mtvp read "mgu" files is very short: cat $1 | xargs -n 1 mtvp And thanks again to Russia ;-) H. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message