From owner-freebsd-multimedia@FreeBSD.ORG Sat Mar 27 21:31:58 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E36BE16A4CE for ; Sat, 27 Mar 2004 21:31:58 -0800 (PST) Received: from ns.live.com (ns.live.com [66.80.62.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9642D43D31 for ; Sat, 27 Mar 2004 21:31:57 -0800 (PST) (envelope-from rsf@ns.live.com) Received: from ns.live.com (localhost.live.com [127.0.0.1]) by ns.live.com (8.12.11/8.12.10) with ESMTP id i2S5VsG2040998; Sat, 27 Mar 2004 21:31:55 -0800 (PST) (envelope-from rsf@ns.live.com) Received: (from rsf@localhost) by ns.live.com (8.12.11/8.12.9/Submit) id i2S5VsLH040990; Sat, 27 Mar 2004 21:31:54 -0800 (PST) (envelope-from rsf) Message-Id: <6.0.1.1.1.20040327212745.023e7010@localhost> X-Sender: rsf@localhost (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Sat, 27 Mar 2004 21:31:41 -0800 To: Mike Tancsa From: Ross Finlayson In-Reply-To: <6.0.3.0.0.20040328001709.05d4f328@209.112.4.2> References: <6.0.3.0.0.20040328001709.05d4f328@209.112.4.2> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-multimedia@freebsd.org Subject: Re: Hauppauge WinTV PVR output streaming to web client ? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Mar 2004 05:31:59 -0000 >I have the WinTV 350 working great on my server and use it to record shows >in mpg format often. There are times however when I would like to view >something live. Are there any FreeBSD apps that would let me stream the >output directly from the card across the ethernet to my laptop which runs >windows ? Ideally I would like to stream it to something like Real Player >or Quicktime. Are there any streaming servers on FreeBSD that could do this ? Yes. See, for example the "testMPEG1or2VideoStreamer" and "testMPEG1or2AudioVideoStreamer" test programs that are distributed as part of the "LIVE.COM Streaming Media" source code distribution: . (See also for information about how to feed these applications from live MPEG input.) You can watch the (multicast) stream from these applications using QuickTime Player, MPlayer, or (my favorite) VLC . Ross.