Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mpeg4ip - replacement
Date: Sat, 25 Oct 2014 19:18:20
Message-Id: 20141025191827.GK26352@syscon7
In Reply to: Re: [gentoo-user] mpeg4ip - replacement by Walter Dnes
1 On 10/25/14 13:51, Walter Dnes wrote:
2 >On Sat, Oct 25, 2014 at 09:41:20AM -0600, Joseph wrote
3 >
4 >> Well, the remote camera is Axis 207 so it has its own server. There
5 >> is no mplayer on it. When I access camera from the network computer
6 >> the same as camera is on both vlc and mplayer work. But when I try
7 >> to stream over the internet (from different) it doesn't work.
8 >>
9 >> Can mpalyer stream the mpeg 4 video file over rtsp; I think only
10 >> vlc can do it.
11 >
12 > You mentioned in a previous message that mplayer and vlc work on one
13 >computer, but not on the other. So we know they both work. I think the
14 >problem is somewhere in the remote access. How are you accessing the
15 >rtsp stream? Is it like so (example name and numbers)...
16 >
17 >mplayer rtsp://10.1.2.3/stream_name
18 >
19 > Things to check...
20 >
21 >* if you're using a domain name rather than an IP address, is it defined
22 > in the remote machine's /etc/hosts ?
23 >
24 >* is the remote machine's firewall blocking the camera's IP address ?
25 >
26 >* is the camera set to only stream to a specific IP address (range) ?
27 >
28 >--
29 >Walter Dnes <waltdnes@××××××××.org>
30 >I don't run "desktop environments"; I run useful applications
31
32 * I'm using only IP addresses no domain name.
33 * on the remote computer camera is on 10.10.0.127 IP address
34 so I open port 9090 and forwarded to IP 10.10.0.127:80 on the remote firewall
35
36 When I tried mplayer, I get:
37
38 mplayer rtsp://66.18.xxx.xxx:9090/mpeg4/media.amp
39 MPlayer SVN-r36370 (Gentoo)-4.7.3 (C) 2000-2013 MPlayer Team
40 MMX2 supported but disabled
41
42 Playing rtsp://66.18.xxx.xxx:9090/mpeg4/media.amp.
43 Resolving 66.18.xxx.xxx for AF_INET6...
44
45 Couldn't resolve name for AF_INET6: 66.18.xxx.xxx
46 Connecting to server 66.18.xxx.xxx[66.18.xxx.xxx]: 9090...
47
48 librtsp: server responds: 'HTTP/1.0 501 Not Implemented'
49 STREAM_LIVE555, URL: rtsp://66.18.xxx.xxx:9090/mpeg4/media.amp
50 Stream not seekable!
51 file format detected.
52 Failed to get a SDP description from URL "rtsp://66.18.210.217:9090/mpeg4/media.amp": 501 Not Implemented
53
54
55 --
56 Joseph

Replies

Subject Author
Re: [gentoo-user] mpeg4ip - replacement Walter Dnes <waltdnes@××××××××.org>