From owner-freebsd-ports@FreeBSD.ORG Sun Jan 16 17:26:23 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06B10106564A for ; Sun, 16 Jan 2011 17:26:23 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [95.108.130.92]) by mx1.freebsd.org (Postfix) with ESMTP id 5E21A8FC17 for ; Sun, 16 Jan 2011 17:26:22 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward14.mail.yandex.net (Yandex) with ESMTP id 6BCB04E5083A for ; Sun, 16 Jan 2011 20:26:18 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1295198778; bh=U+BFKup2H4oiJTGQ5S4HI80uNja7HMqX7bD640l372o=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ulHPPNOEq5ID8ObABJ/MLFlYPumbb2GFa2I9d1URnYca6kjcXZfI05emfP+2WddYY yU9Z4p3EKmwzvqUJLyiobJhUrG3bD9agXG4L+XdAW1GhonCF345vz/R0KIvmzz8y1S POMtL6AuSBlyYKSOULo7Rl1tAVVlRKzDdvG5vgnI= Received: from smeshariki2.local (unknown [213.138.87.92]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id 4025D13E8071 for ; Sun, 16 Jan 2011 20:26:18 +0300 (MSK) Message-ID: <4D3329FE.7020901@yandex.ru> Date: Sun, 16 Jan 2011 20:25:18 +0300 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110106 Thunderbird/3.1.7 MIME-Version: 1.0 To: ports@freebsd.org References: <11111295127072@web122.yandex.ru> In-Reply-To: <11111295127072@web122.yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: New port needs review: net/erlyvideo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jan 2011 17:26:23 -0000 16.01.2011 00:31, Ruslan Mahmatkhanov пишет: > Hello! > > I'm finally completed with port of erlyvideo (see erlyvideo.org for details). But before i'll post PR, i want that somebody review it. Because i'm sure there is something that can be made better. I'm attached the diff to make commenting more convenient but you can also download port directory if you prefer: > http://happy-nation.by.ru/ports/tb/erlyvideo.tgz > > Thanks in advance for any suggestions, critics, corrections. Just in case anybody else noticed it, there was MASTER_SITES fetch error in original tarball. It was pointed out by Kurt Jaeger. Now it was fixed and new tarball reupploaded. There is also updated diff-file: http://happy-nation.by.ru/ports/erlyvideo.diff There is also short usage manual: - install the port - cp /usr/local/etc/erlyvideo/*.conf[ig].sample into just *.conf[ig] - then do `erlyctl start` - place some mpeg file into /var/erlyvideo/movies - go to http://localhost:8082/flowplayer/ with flash-aware web-browser - click play button - you should see your mpeg movie packed to flv and transferred to you via rtmp More complicated usage scenarios (like RTSP H.264 cameras, FLME etc) is available on http://erlyvideo.org/docs. -- Regards, Ruslan