Gentoo Archives: gentoo-user

From: "Boyd Stephen Smith Jr." <bss03@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Real time video streaming (was: Help playing simultaneously splitted videos (sort of))
Date: Mon, 14 May 2007 03:30:38
Message-Id: 200705132225.11504.bss03@volumehost.net
In Reply to: [gentoo-user] Re: Real time video streaming (was: Help playing simultaneously splitted videos (sort of)) by Grant Edwards
1 On Sunday 13 May 2007, Grant Edwards <grante@××××.com> wrote
2 about '[gentoo-user] Re: Real time video streaming (was: Help playing
3 simultaneously splitted videos (sort of))':
4 > On 2007-05-13, Javier Krausbeck <gentoo@×××××××××.org> wrote:
5 > >> mkfifo f1
6 > >> mkfifo f2
7 > >> mkfifo f3
8 > >> mplayer whatever_options_you_want_and_make_it_write_to_stdout | tee
9 > >> f1
10 > >>
11 > >> | tee f2 >f3
12 > >
13 > > Just one caveat, mplayer does not do output to stdout,
14 >
15 > So use another fifo.
16
17 To elaborate:
18
19 mkfifo queue
20 mkfifo vo1
21 mkfifo vo2
22 mkfifo vo3
23 mplayer lots_of_options_and_write_output_to queue &
24 tee vo1 < queue | tee vo2 > vo3 &
25
26 or similar.
27
28 --
29 Boyd Stephen Smith Jr. ,= ,-_-. =.
30 bss03@××××××××××.net ((_/)o o(\_))
31 ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
32 http://iguanasuicide.org/ \_/

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies