From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 08:07:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EAE8106568A for ; Fri, 27 Jun 2008 08:07:54 +0000 (UTC) (envelope-from whereisalext@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.224]) by mx1.freebsd.org (Postfix) with ESMTP id 7F30C8FC13 for ; Fri, 27 Jun 2008 08:07:54 +0000 (UTC) (envelope-from whereisalext@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so445730rvf.43 for ; Fri, 27 Jun 2008 01:07:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=722GngveqDyGRmewySD6R6krk8ndLZhXYBfi9iwjmSk=; b=weeg8ilGYJAkiV8nNf32hKI3BXhlnON6PLKpECSPr3/3Ae0lr75ubCYx0ZyZb9pvDd l757cTgIqZc+ySFIylHe1ja2+MJbNy56W1QdrQ4mDMgQ3yZ8RuKpBWVi2jACXQKDLXsn 5XnS3VibiVu6XM9xYBWVj7UeUVWFkd5OR15DQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=FS0bjvvnU/IXjXqhhc1ba5/IeRuLl0YdLvMinsRdWqievMk2Q9bleCCO7CxFt0K10z 6uycKPTdB+vgQfYO5hcMKFey+4S8OtTcrYXrrkmhBvVMrVxyj8OQC9/txDCd+xvC7EY2 k24wBXt8vdeVPFgTM/G8AbKN5n0RGM9e3pShc= Received: by 10.142.86.7 with SMTP id j7mr369266wfb.78.1214552616280; Fri, 27 Jun 2008 00:43:36 -0700 (PDT) Received: by 10.142.52.6 with HTTP; Fri, 27 Jun 2008 00:43:36 -0700 (PDT) Message-ID: Date: Fri, 27 Jun 2008 00:43:36 -0700 From: "Alex Teslik" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Red5 working on FreeBSD 7.0? 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: Fri, 27 Jun 2008 08:07:54 -0000 Hello, I have installed Red5 from /usr/ports/www/red5. There were no errors during installation. I can go to port 8180 on that machine and I get the Red5 welcome screen. 'netstat -an' shows that the rtmp port 1935 is listening. However, none of the demos work. The RTMP simply timeouts and I cannot connect to the server to view any media over RTMP. The Port Tester demo shows all status "FAILED". I have asked at the Red5 lists, but with little success. I'm wondering if this is a FreeBSD specific issue. If anyone has had success getting Red5 working on FreeBSD 7.0 please provide any possible tips. Thanks