- Thread starter
- #21
Yes
ExceptionType: System.Net.Sockets.SocketException
Message: An existing connection was forcibly closed by the remote host
Source: System
Stack trace:
at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.Socket.Send(Byte[] buffer)
at WebPlaylistManager.Web.Cassini.Connection.WriteEntireResponseFromString(Int32 statusCode, String extraHeaders, String body, Boolean keepAlive)
at WebPlaylistManager.Web.Cassini.Connection.WriteErrorAndClose(Int32 statusCode, String message)
at WebPlaylistManager.Web.Cassini.Connection.WriteErrorAndClose(Int32 statusCode)
at WebPlaylistManager.Web.Cassini.Connection.ProcessOneRequest()
at WebPlaylistManager.Web.Cassini.Host.OnSocketAccept(Object acceptedSocket)
at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
jlewalle said:Interesting. I didn't write any of the socket code in the web server portion, it's all borrowed from Cassini so I can't comment to how the problems might be arrising. I tested using firefox and have never seen that error...
How exactly does it conflict with the other plugins that employ sockets?
Smirnuff said:Hi guys -
Possibly not relevant but I thought I'd mention it, another very nice C# implementation of a threaded HTTP server that can host ASP pages can be found in the Razor Framework. Very clean code and well tested. I'm too lazy to re-read the thread but I seem to remember some question over Cassini's licensing, Razor is GPL.
Cheers,
Smirnuff.
ManOnMoon said:Hi together,
I tried to install this plugin - unfortunateley without success. Step 1 and 2 - no problem as soon as I realized that it's mediaportal.exe.config and not mediaplayer.exe.conf ....
After step 2 I tried to connect with IE over http://MPIP:8080/ without any success.
Anyhow I does not work - do I have to copy / install some additional things? :?:
Thanks for your help!