Jump to content

Unable to PlayTo MPG files


Smaky

Recommended Posts

Smaky

Whenever I try to PlayTo MPG files to different devices (Samsung TV´s, PowerDVD, Android) I am getting an error, different message on different platforms. On the server I get the following errors: 

014-06-13 13:48:10.9674 Debug - HttpServer: HTTP HEAD http://192.168.10.20:8096/mediabrowser/videos/d79a55a46be9e21baae8e363a508f79b/stream.mpg?Params=ed24e38bb96858976066c520c1f9bd73;uuid:0ee6b280-00fa-1000-8691-1c5a3ecb20bb;d79a55a46be9e21baae8e363a508f79b;true;;;;;;;;;;;0;
2014-06-13 13:48:10.9674 Error - NotFoundHttpHandler: 192.168.10.20:8096 Request not found: /mediabrowser/videos/d79a55a46be9e21baae8e363a508f79b/stream.mpg?Params=ed24e38bb96858976066c520c1f9bd73;uuid:0ee6b280-00fa-1000-8691-1c5a3ecb20bb;d79a55a46be9e21baae8e363a508f79b;true;;;;;;;;;;;0;
2014-06-13 13:48:10.9674 Error - ListenerResponse: Could not WriteTextToResponse: Bytes to be written to the stream exceed the Content-Length bytes size specified.
Bytes to be written to the stream exceed the Content-Length bytes size specified.
System.Net.ProtocolViolationException
  at System.Net.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  at ServiceStack.Host.HttpListener.ListenerResponse.Write(String text)


2014-06-13 13:48:10.9674 Error - HttpServer: ProcessRequest failure
Bytes to be written to the stream exceed the Content-Length bytes size specified.
System.Net.ProtocolViolationException
  at System.Net.HttpResponseStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  at ServiceStack.Host.HttpListener.ListenerResponse.Write(String text)
  at ServiceStack.Host.Handlers.NotFoundHttpHandler.<>c__DisplayClass1.<ProcessRequest>b__0(IResponse r)
  at ServiceStack.HttpExtensions.EndHttpHandlerRequest(IResponse httpRes, Boolean skipHeaders, Boolean skipClose, Action`1 afterBody)
  at ServiceStack.Host.Handlers.NotFoundHttpHandler.ProcessRequest(IRequest request, IResponse response, String operationName)
  at ServiceStack.Host.Handlers.HttpAsyncTaskHandler.<>c__DisplayClass1.<CreateProcessRequestTask>b__0()
  at System.Threading.Tasks.Task.InnerInvoke()
  at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
  at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  at MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.<>c__DisplayClasse.<<ListenerCallback>b__d>d__10.MoveNext()


2014-06-13 13:48:10.9674 Error - HttpServer: Error this.ProcessRequest(context)(Exception while writing error to the response)
Cannot access a disposed object.
Object name: 'System.Net.HttpListenerRequest'.
System.ObjectDisposedException
  at System.Net.HttpListenerRequest.CheckDisposed()
  at System.Net.HttpListenerRequest.GetKnownHeader(HttpRequestHeader header)
  at ServiceStack.Host.HttpListener.ListenerRequest.IsContentType(String ct, Boolean starts_with)
  at ServiceStack.Host.HttpListener.ListenerRequest.get_Form()
  at ServiceStack.Host.HttpListener.ListenerRequest.get_FormData()
  at ServiceStack.Host.HttpListener.ListenerRequest.get_HttpMethod()
  at ServiceStack.Host.HttpListener.ListenerRequest.get_Verb()
  at ServiceStack.HttpRequestExtensions.GetAttributes(IRequest request)
  at MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.GetRequest(HttpListenerContext httpContext, String operationName)
  at MediaBrowser.Server.Implementations.HttpServer.HttpListenerHost.HandleError(Exception ex, HttpListenerContext context, ILogger logger)

This does not seems to be a player issue but something happening at the server side. Log attached.

 

server-63538263879.txt

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...