From owner-freebsd-questions@FreeBSD.ORG Sun Nov 12 16:30:41 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57DBA16A415 for ; Sun, 12 Nov 2006 16:30:41 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-satin.atl.sa.earthlink.net (pop-satin.atl.sa.earthlink.net [207.69.195.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0460643D4C for ; Sun, 12 Nov 2006 16:30:40 +0000 (GMT) (envelope-from bsd-unix@earthlink.net) Received: from fl-71-54-28-212.dhcp.embarqhsd.net ([71.54.28.212] helo=kt.weeeble.com) by pop-satin.atl.sa.earthlink.net with smtp (Exim 3.36 #1) id 1GjIEA-0005An-00; Sun, 12 Nov 2006 11:30:39 -0500 Date: Sun, 12 Nov 2006 11:30:37 -0500 From: Randy Pratt To: dick hoogendijk Message-Id: <20061112113037.b0b1518e.bsd-unix@earthlink.net> In-Reply-To: <20061112134939.GA2349@arwen.nagual.nl> References: <20061112134939.GA2349@arwen.nagual.nl> X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: streaming content on fbsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2006 16:30:41 -0000 On Sun, 12 Nov 2006 14:49:45 +0100 dick hoogendijk wrote: > I have the latest ports. I run freebsd-6.1 > I compiled almost every option / dataformat into mplayer. > Still no streaming media. Although about:plugin states the format is > supported (and mplayer is compiled to support the format too). > No support for i,e.: > > http://cgi.omroep.nl/cgi-bin/streams?/tv/vara/dewerelddraaitdoor/bb.20061109.asf?start=0:0:1478.6&end=0:0:1875.8 > > Streaming media with realplayer also does not seem to work. > Anybody has ideas where to look for? I usually look for the real URL of the stream if its not obvious: $ fetch -o - 'http://cgi.omroep.nl/cgi-bin/streams?/tv/vara/dewerelddraaitdoor/bb.20061109.asf?start=0:0:1478.6&end=0:0:1875.8' - 0% of 195 B 0 Bps Then play it like: mplayer "mms://topstreams.omroep.nl/tv/vara/dewerelddraaitdoor/bb.20061109.asf" HTH, Randy $ fetch -o - 'http://cgi.omroep.nl/cgi-bin/streams?/tv/vara/dewerelddra - 0% of 195 B 0 Bps --