| View previous topic :: View next topic |
| Author |
Message |
Blue Penguin
Joined: 13 Feb 2007 Posts: 1
|
Posted: Tue Feb 13, 2007 12:47 pm Post subject: Error encountered: "Media server dropped connection&quo |
|
|
I've only just started trying to use the Unreal Media Server so I'm probably doing something stupid!
I've got video streaming working on my local machine using TCP but this doesn't work over the web. So I'm now trying to stream via HTTP. However, when I try running this on my own machine I get the error message "Media server dropped connection".
The code I am using is:
var o = document.getElementById(player);
o.UseHTTP();
o.UseMediaServer("localhost:80");
o.UseFile(filename)
Has anybody got any ideas? Thanks. |
|
| Back to top |
|
 |
spiral77
Joined: 12 Feb 2007 Posts: 3
|
Posted: Wed Feb 14, 2007 2:15 am Post subject: |
|
|
I am using TCP it works fine..the port must be 5119 for tcp.
and is the filename u use is "MediaRoot\\xxx.avi"? |
|
| Back to top |
|
 |
|