public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Video Network Stream from Pipe
@ 2008-01-16 19:29 Florian Philipp
  2008-01-16 20:43 ` Neil Bothwick
  2008-01-24 19:44 ` Florian Philipp
  0 siblings, 2 replies; 4+ messages in thread
From: Florian Philipp @ 2008-01-16 19:29 UTC (permalink / raw
  To: Gentoo-User

[-- Attachment #1: Type: text/plain, Size: 1020 bytes --]

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 file is only read up
to the point where it ended when playing it started.
I don't know if NFS would behave better.

Well, what I thought about was doing it like this:

#!/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.

Can anyone give me a tip? maybe I missed an option in vlc or can someone
propose an app that can be used instead?

By the way: It's a 100MBit ethernet network without any switches or
hubs. The machines are right next to each other.
I hope it will be a 400 or even 500MBit net soon, but that's another
topic ...
 

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-01-24 19:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 19:29 [gentoo-user] Video Network Stream from Pipe Florian Philipp
2008-01-16 20:43 ` Neil Bothwick
2008-01-17 19:17   ` Florian Philipp
2008-01-24 19:44 ` Florian Philipp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox