That's really cool. You don't have any bandwidth issues sending uncompressed streams over ethernet? I'm not sure what the bandwidth requirements are for an uncompressed A/V stream, have you tested that over wireless?
----- Original Message ----- From: "Jason Pepas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 24, 2002 11:04 PM Subject: [Siglinux] capture tv on one machine, compress on another if any of you have a box with tv-in which is too slow to compress video in real time, and a fast box with no tv-in (like me), you can capture tv on the slow machine and compress it on the other: # capture tv on one machine and compress on another: # on machine bob: socat TCP4-LISTEN:9999 - | mencoder - -ovc lavc -oac mp3lame -o cap.avi # on machine alice: socat PIPE:foo.fifo TCP4:bob:9999 mplayer -tv on:driver=v4l:other_options -dumpstream -dumpfile foo.fifo -jason pepas _______________________________________________ Siglinux mailing list [EMAIL PROTECTED] http://www.utacm.org/mailman/listinfo/siglinux _______________________________________________ Siglinux mailing list [EMAIL PROTECTED] http://www.utacm.org/mailman/listinfo/siglinux
