Re: [gentoo-user] Video Network Stream from Pipe

2008-01-24 Thread Florian Philipp
On Wed, 2008-01-16 at 20:29 +0100, Florian Philipp wrote: Hi! I'm currently trying to set up a personal video recorder in form of a headless server using mencoder and freevo. What I would like to do is watching the movie while mencoder is realtime encoding it to x264/vorbis in a Matroska

Re: [gentoo-user] Video Network Stream from Pipe

2008-01-17 Thread Florian Philipp
On Wed, 2008-01-16 at 20:43 +, Neil Bothwick wrote: On Wed, 16 Jan 2008 20:29:35 +0100, Florian Philipp wrote: #!/bin/bash mencoder [...] -o - | tee video.mkv | stream-app So far it should work and vlc would be the natural choice for the streaming app. However, vlc seems unable

[gentoo-user] Video Network Stream from Pipe

2008-01-16 Thread Florian Philipp
Hi! I'm currently trying to set up a personal video recorder in form of a headless server using mencoder and freevo. What I would like to do is watching the movie while mencoder is realtime encoding it to x264/vorbis in a Matroska container. I already tried it using sshfs. Unfortunately, the

Re: [gentoo-user] Video Network Stream from Pipe

2008-01-16 Thread Neil Bothwick
On Wed, 16 Jan 2008 20:29:35 +0100, Florian Philipp wrote: #!/bin/bash mencoder [...] -o - | tee video.mkv | stream-app So far it should work and vlc would be the natural choice for the streaming app. However, vlc seems unable to read from a pipe so I need something else. What about using