From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HnO7E-0004Yr-Ho for garchives@archives.gentoo.org; Mon, 14 May 2007 00:08:41 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l4E07RuR032512; Mon, 14 May 2007 00:07:27 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l4E02xD9027726 for ; Mon, 14 May 2007 00:03:01 GMT Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C0AA565136 for ; Mon, 14 May 2007 00:02:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: 0.495 X-Spam-Level: X-Spam-Status: No, score=0.495 required=5.5 tests=[AWL=-0.835, RCVD_NUMERIC_HELO=1.253, TW_MK=0.077] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mvc1rGBmtmnb for ; Mon, 14 May 2007 00:02:57 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id F268164C5E for ; Mon, 14 May 2007 00:02:56 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HnO1V-0002xZ-56 for gentoo-user@gentoo.org; Mon, 14 May 2007 02:02:45 +0200 Received: from 65.127.232.225 ([65.127.232.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 May 2007 02:02:45 +0200 Received: from grante by 65.127.232.225 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 May 2007 02:02:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: Real time video streaming (was: Help playing simultaneously splitted videos (sort of)) Date: Mon, 14 May 2007 00:02:29 +0000 (UTC) Message-ID: References: <200705131741.32146.gentoo@krausbeck.org> <464766A0.9020307@gl.ksp.sk> <200705140120.29851.gentoo@krausbeck.org> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 65.127.232.225 User-Agent: slrn/0.9.8.1 (Linux) Sender: news Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Archives-Salt: 716f3d88-c5fb-480e-a091-7d8c152f9a6b X-Archives-Hash: 27eb83783c94a709ce30e177a110194d On 2007-05-13, Javier Krausbeck wrote: >> mkfifo f1 >> mkfifo f2 >> mkfifo f3 >> mplayer whatever_options_you_want_and_make_it_write_to_stdout | tee f1 > >> | tee f2 >f3 > >> and then reading from f1, f2, f3 doesn't do the thing you want ? > > Just one caveat, mplayer does not do output to stdout, So use another fifo. -- Grant Edwards grante@visi.com -- gentoo-user@gentoo.org mailing list