From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 03E6E1387D3 for ; Sat, 25 Oct 2014 19:18:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2234DE0948; Sat, 25 Oct 2014 19:18:15 +0000 (UTC) Received: from mail145c7.megamailservers.com (mail775.megamailservers.com [69.49.98.85]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A8D4E0936 for ; Sat, 25 Oct 2014 19:18:13 +0000 (UTC) X-POP-User: admin@sys-concept.com X-VIP: 69.49.109.100 Received: from syscon7.localdomain (S01060050da7ae68c.ed.shawcable.net [68.149.90.13]) by mail145c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id s9PJIBtB001061 for ; Sat, 25 Oct 2014 15:18:13 -0400 Received: by syscon7.localdomain (Postfix, from userid 1000) id B31A1201C4A; Sat, 25 Oct 2014 13:18:27 -0600 (MDT) Date: Sat, 25 Oct 2014 13:18:27 -0600 From: Joseph To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] mpeg4ip - replacement Message-ID: <20141025191827.GK26352@syscon7> References: <20141024234021.GC26352@syscon7> <20141025002321.GA16450@waltdnes.org> <20141025014012.GE26352@syscon7> <20141025055406.GA19122@waltdnes.org> <20141025154120.GH26352@syscon7> <20141025175107.GA20064@waltdnes.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline In-Reply-To: <20141025175107.GA20064@waltdnes.org> User-Agent: Mutt/1.5.22 (2013-10-16) X-CTCH-RefID: str=0001.0A020207.544BF775.0041,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.1 cv=LtirlBtc c=1 sm=1 tr=0 a=C3ZDv51cNVt4vJz/79I2xQ==:117 a=C3ZDv51cNVt4vJz/79I2xQ==:17 a=SDcUNfBxAAAA:8 a=BDKbP5mgAAAA:8 a=Unq3plm5DvEA:10 a=M1kyBYkWWGkA:10 a=8nJEP1OIZ-IA:10 a=pGLkceISAAAA:8 a=8Lp-7m5aAAAA:8 a=1fZmN7AG2Svy3AFQOpoA:9 a=43n8RALBNcaa8rrY:21 a=Sp1_Xl8J8d7AeXZr:21 a=wPNLvfGTeEIA:10 a=DITJcuRgTjgA:10 X-Origin-Country: CA X-Archives-Salt: 4be02177-480b-4440-9c31-15fd3ccee070 X-Archives-Hash: 605c3113280f879331c2176ccf5b7b8e On 10/25/14 13:51, Walter Dnes wrote: >On Sat, Oct 25, 2014 at 09:41:20AM -0600, Joseph wrote > >> Well, the remote camera is Axis 207 so it has its own server. There >> is no mplayer on it. When I access camera from the network computer >> the same as camera is on both vlc and mplayer work. But when I try >> to stream over the internet (from different) it doesn't work. >> >> Can mpalyer stream the mpeg 4 video file over rtsp; I think only >> vlc can do it. > > You mentioned in a previous message that mplayer and vlc work on one >computer, but not on the other. So we know they both work. I think the >problem is somewhere in the remote access. How are you accessing the >rtsp stream? Is it like so (example name and numbers)... > >mplayer rtsp://10.1.2.3/stream_name > > Things to check... > >* if you're using a domain name rather than an IP address, is it defined > in the remote machine's /etc/hosts ? > >* is the remote machine's firewall blocking the camera's IP address ? > >* is the camera set to only stream to a specific IP address (range) ? > >-- >Walter Dnes >I don't run "desktop environments"; I run useful applications * I'm using only IP addresses no domain name. * on the remote computer camera is on 10.10.0.127 IP address so I open port 9090 and forwarded to IP 10.10.0.127:80 on the remote firewall When I tried mplayer, I get: mplayer rtsp://66.18.xxx.xxx:9090/mpeg4/media.amp MPlayer SVN-r36370 (Gentoo)-4.7.3 (C) 2000-2013 MPlayer Team MMX2 supported but disabled Playing rtsp://66.18.xxx.xxx:9090/mpeg4/media.amp. Resolving 66.18.xxx.xxx for AF_INET6... Couldn't resolve name for AF_INET6: 66.18.xxx.xxx Connecting to server 66.18.xxx.xxx[66.18.xxx.xxx]: 9090... librtsp: server responds: 'HTTP/1.0 501 Not Implemented' STREAM_LIVE555, URL: rtsp://66.18.xxx.xxx:9090/mpeg4/media.amp Stream not seekable! file format detected. Failed to get a SDP description from URL "rtsp://66.18.210.217:9090/mpeg4/media.amp": 501 Not Implemented -- Joseph