From owner-freebsd-multimedia@FreeBSD.ORG Sun Jun 13 07:17:25 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76940106567A for ; Sun, 13 Jun 2010 07:17:25 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 28D008FC15 for ; Sun, 13 Jun 2010 07:17:24 +0000 (UTC) Received: by vws20 with SMTP id 20so2955898vws.13 for ; Sun, 13 Jun 2010 00:17:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=zqjd4wek2rpkVuVFxg9RD64zB8UTdriBLvFtTsoLPWk=; b=X27EYuOICMYm625YptLzij7XBwrrSmLGOMY+7fl49aM+QwuN9kln2stkOEuYEH6pXZ yYTirkhlBShzJsLjxblCbyw+20uaI86wrLbfAVMopW5b0lKuYX5RwpbE70kuSdpo9F17 2jdZSobLtMInHHUtryG8LUAr7OsV09quUJtMY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=q5/UgzHRFrfxjOmAo9frMmh4Apt8M+JjIzmJrwuVPeGox77yToYwwPJ7bg6SQVvmla eZtKK+FOBmsTFiecrh6wdmlZXe+KDXzWArxuqga/ZBraZ6yQ9fMHYOYiygb0LbOVSdpV szVtcFjS2qQH4IVo7ZwprlhCPqcqgaG6mG/Qo= Received: by 10.224.108.69 with SMTP id e5mr588826qap.215.1276413444177; Sun, 13 Jun 2010 00:17:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.28.130 with HTTP; Sun, 13 Jun 2010 00:17:04 -0700 (PDT) In-Reply-To: <4C13A532.50203@bsdunix.ch> References: <4C13A532.50203@bsdunix.ch> From: Henry Hu Date: Sun, 13 Jun 2010 15:17:04 +0800 Message-ID: To: Thomas Vogt Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-multimedia@freebsd.org Subject: Re: can someone compile segmenter.c for http streaming? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2010 07:17:25 -0000 gcc segmenter.c -o segmenter -I/usr/local/include -L/usr/local/lib -lavform= at On Sat, Jun 12, 2010 at 11:18 PM, Thomas Vogt wro= te: > Hi > > Has someone succesfully compiled segmenter.c? It can be downloaded at > http://svn.assembla.com/svn/legend/segmenter/ > > It segments the video stream into smaller chunks for http streaming to > iphones/ipad .. > > I could not make it work. =A0Maybe someone can enlight me. I tried to add > -I/pathtoffmpegsrc but it didn't help > > Some information can be found at > http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpe= g-and-an-open-source-segmenter/. > > Thanks and cheers > Thomas > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" > --=20 Cheers, Henry