Message: 5
Date: Mon, 27 Jan 2003 20:59:37 -0800
Subject: Re: error -2129 please help
From: Billy Brown <email@hidden>
To: email@hidden
Hello all,
I have a Darwin Streaming Server running on Win2k that consistently
gives me the error 2129. It is set to run on port 80, the web
services IIS, don't give an address for the ip address, and the dns is
served off of a different machine as a subdomain.
test at:
video.legolie.com/sample_300kbit.mov
63.95.247.136/sample_300kbit.mov
any guesses as to what's going on? its similar to a 404 error, which
we stopped getting when we ran the DSS on port 80.
i think we are getting the error from the DSS and not ISS.
thank you much in advance,
grant
email@hidden
_______________________________________________
I tried connecting to your test URL, and here's what I found out:
1) On 63.95.247.136, you seem to be running IIS on port 80
telnet 63.95.247.136 80 <return><return>
==================================================
HTTP/1.1 400 Bad Request
Server: Microsoft-IIS/5.0
Date: Tue, 28 Jan 2003 05:00:45 GMT
Content-Type: text/html
Content-Length: 87
2) However, it does look like you have QTSS running on that machine
via port 554
telnet 63.95.247.136 554 <return><return>
==================================================
Trying 63.95.247.136...
Connected to www.arizonadsp.com.
Escape character is '^]'.
RTSP/1.0 400 Bad Request
Server: DSS/4.1.2 (Build/412.42; Platform/Win32)
Cseq:
Connection: Close
The only way I was able to get your sample_300kbit.mov RTSP url to work
was
if I (1) set my QT Client to HTTP streaming transport, and (2)
connected over port 554
QT 6 using Streaming Transport (HTTP)
rtsp://63.95.247.136:554/sample_300kbit.mov
I could not connect to your stream over UDP (doing RTSP using port
554). This
tells me that your connection is likely blocking UDP ports 6970-6999.
Ideally, you should unblock ports 6970-6999 for your QTSS machine's IP
address
at your firewall, and if you want typical QT clients connecting over
HTTP to be
able to see your streams then you should also disable webserving on
that
machine and instead "Enable streaming on port 80" in the Streaming Web
Admin.