Page 1 of 1

SDP and Built-In HTTP Server

Posted: 24 Aug 2004 00:01
by myersge1
OS = Win2000Server
VLC = v0.7.2

SDP and the built-in httpd work fine on one server but not on others. Any ideas?

My process is the same. I start VLC with:

vlc hello.mp4 :sout=rtp{dst=239.239.239.1,port=1234,sdp=http://localhost:8080/hello.sdp}

and then on the same machine I run IE with the URL:

http://localhost:8080/hello.sdp

On one server, everything works fine and I get the SDP file contents. On two others I get a browser error stating:

"Internet Explorer cannot download hello.sdp from localhost."

Port 8080 is free on both servers. The VLC messages shows the httpd starts and that a connection is made. It shows no errors. Has anyone experienced this?