Reply to thread

TranscodingService, MediaServer and MP2Extended.


You probably need to update the TranscodingService nuget. I did it by just copying the TranscodingService.dll to where the nuget stored its version.


I can't make MP2Ext work. I get the following exception when MP2Ext wants to start:

[code]The process cannot access the file because it is being used by another process[/code]

Stack trace:

[code]   at Microsoft.Net.Http.Server.UrlPrefixCollection.RegisterPrefix(String uriPrefix, Int32 contextId)

   at Microsoft.Net.Http.Server.UrlPrefixCollection.RegisterAllPrefixes()

   at Microsoft.Net.Http.Server.WebListener.Start()

   at Microsoft.AspNet.Server.WebListener.MessagePump.Start[TContext](IHttpApplication`1 application)

   at Microsoft.AspNet.Hosting.Internal.WebApplication.Start()

   at MediaPortal.Plugins.AspNetServer.AspNetServerService.StartWebApplication(WebApplicationParameter webApplicationParameter)[/code]

What am I doing wrong?


Beware that is not tested though. Neither aMPdroid nor MPiV call GetMediaInfo for tv streams.


ID is the id of the stream inside the media file.

Index is just like: video -> index 0,1,2 ; audio -> index 0,1,2


Top Bottom