MP2 - Spring'16 Unable to play media item 'live3-4.ts.tsbuffer (1 Viewer)

akayani

Portal Pro
August 8, 2015
76
11
Australia
Home Country
Australia Australia
I've done the obvious, deleted temp files and hard rebooted twice. It's connecting to the server OK. If I try to play an existing video I get... "There is no player registered to play media item..."
 

HTPCSourcer

Retired Team Member
  • Premium Supporter
  • May 16, 2008
    11,418
    2,335
    Home Country
    Germany Germany
    Guys,

    Can you please post your logs? Use the Log-Collector icon on your desktop to quickly create a zip file that you can then upload here.
     

    akayani

    Portal Pro
    August 8, 2015
    76
    11
    Australia
    Home Country
    Australia Australia
    [2016-06-06 17:19:44,775] [409 ] [Main ] [INFO ] - UPnP server: HTTP listener for IPv4 protocol started on port 62157
    [2016-06-06 17:19:44,777] [411 ] [Main ] [INFO ] - UPnP server: HTTP listener for IPv6 protocol started at port 62158
    [2016-06-06 17:19:44,800] [434 ] [Main ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint '127.0.0.1', search port is 1900
    [2016-06-06 17:19:44,802] [436 ] [Main ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint 'fe80::8c1f:da9f:de4e:8fc3', search port is 1900
    [2016-06-06 17:19:44,803] [437 ] [Main ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint 'fe80::3012:4b6:95ba:a773', search port is 1900
    [2016-06-06 17:19:44,809] [443 ] [Main ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint '192.168.1.2', search port is 1900
    [2016-06-06 17:19:44,810] [444 ] [Main ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint '2001:0:9d38:90d7:3012:4b6:95ba:a773', search port is 1900
    [2016-06-06 17:19:44,813] [447 ] [Main ] [INFO ] - UPnP server online hosting 1 UPnP root devices
    [2016-06-06 17:19:44,814] [448 ] [Main ] [INFO ] - UPnP Renderer v0.1 [UPnP Renderer] by FreakyJ
    [2016-06-06 17:19:44,815] [449 ] [Main ] [INFO ] - PluginManager: Plugin 'UPnP Renderer' (id '6e9b1302-9b93-4059-a53b-33a6b6a515bf') activated.
    [2016-06-06 17:19:44,815] [449 ] [Main ] [INFO ] - PluginManager: Plugin 'Utilities' [Version: 1.0; Authors: Albert; ID: '5fa039f0-5577-4cae-9a79-572f201d8080'] enabled.
    [2016-06-06 17:19:44,816] [450 ] [Main ] [INFO ] - PluginManager: Plugin 'VideoEffectChanger' [Version: 1.0; Authors: Team MediaPortal; ID: '21f4bb41-6def-4b88-b748-d645cb5d3cb4'] enabled.
    [2016-06-06 17:19:44,816] [450 ] [Main ] [INFO ] - PluginManager: Plugin 'VideoMetadataExtractor' [Version: 1.0; Authors: Frodo, Albert; ID: '21fc7331-8e52-4ced-ad3b-8b27b050d6c5'] enabled.
    [2016-06-06 17:19:44,816] [450 ] [Main ] [INFO ] - PluginManager: Plugin 'VideoThumbnailer' [Version: 1.1; Authors: Morpheus_xx; ID: 'fb0aa0ed-97b2-4721-be74-ac67e77a17b2'] enabled.
    [2016-06-06 17:19:44,816] [450 ] [Main ] [INFO ] - PluginManager: Plugin 'WICThumbnailProvider' [Version: 1.0; Authors: Morpheus_xx; ID: 'ff0f8b29-881e-48a9-9a47-4ef04c6c56e0'] enabled.
    [2016-06-06 17:19:44,817] [451 ] [Main ] [INFO ] - PluginManager: Plugin 'WifiConfiguration' [Version: 1.0; Authors: offbyone; ID: '8113fc67-a46e-46ce-85a8-0c8e407a29b9'] enabled.
    [2016-06-06 17:19:44,817] [451 ] [Main ] [INFO ] - PluginManager: Plugin 'ZipResourceProvider' [Version: 1.0; Authors: Bavarian; ID: '6b042db8-69ad-4b57-b869-1bcea4e43c77'] enabled.
    [2016-06-06 17:19:44,817] [451 ] [Main ] [INFO ] - ServiceRegistration: Loading services from plugin manager at location '/Services'
    [2016-06-06 17:19:44,828] [461 ] [AMQ 'PlayerManager'] [ERROR] - PluginManager: Error building plugin item '47924D05-C8B6-4a75-8EFE-8A9CD73AA518' at location '/Players/Builders'
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'MediaPortal.UI.Players.Video.PlayerRegistration' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'DirectShowWrapper, Version=2.16.4.7790, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    at MediaPortal.UI.Players.Video.PlayerRegistration..cctor()
    --- End of inner exception stack trace ---
    at MediaPortal.UI.Players.Video.PlayerRegistration.AddMimeTypeMapping(String mimeType, Type playerType)
    at MediaPortal.UI.Players.Video.VideoPlayerBuilder..ctor()
    --- End of inner exception stack trace ---
    at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
    at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
    at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
    at System.Activator.CreateInstance(Type type, Boolean nonPublic)
    at System.Activator.CreateInstance(Type type)
    at MediaPortal.Common.PluginManager.PluginRuntime.InstantiatePluginObject(String typeName)
    at MediaPortal.Common.Services.PluginManager.Builders.InstanceBuilder.BuildItem(PluginItemMetadata itemData, PluginRuntime plugin)
    at MediaPortal.Common.Services.PluginManager.PluginManager.RequestItem(PluginItemRegistration itemRegistration, Type type, IPluginItemStateTracker stateTracker)
    [2016-06-06 17:19:44,832] [466 ] [AMQ 'PlayerManager'] [WARN ] - Could not instantiate player builder with id '47924D05-C8B6-4a75-8EFE-8A9CD73AA518'
    [2016-06-06 17:19:44,834] [467 ] [AMQ 'PlayerManager'] [INFO ] - PluginManager: Plugin 'BassPlayer' (id '9886eb43-b3eb-4cf1-a979-8d4d8874c555') activated.
    [2016-06-06 17:19:44,836] [469 ] [AMQ 'PlayerManager'] [INFO ] - PluginManager: Plugin 'OnlineLibraries' (id 'b32504f3-4374-4640-94a1-16e1dee84c3c') activated.
    [2016-06-06 17:19:44,837] [470 ] [AMQ 'PlayerManager'] [INFO ] - PluginManager: Plugin 'BluRayMetadataExtractor' (id 'fe6076a1-8c38-416c-8129-a80942fcfb68') activated.
    [2016-06-06 17:19:44,838] [471 ] [AMQ 'PlayerManager'] [INFO ] - PluginManager: Plugin 'BDHandler' (id '7c75b1e0-b977-4349-acc2-c4b9b7ee20f1') activated.
    [2016-06-06 17:19:44,845] [478 ] [AMQ 'PlayerManager'] [ERROR] - SettingsManager: Error writing settings of type 'BDPlayerSettings'... Will clear settings files for this setting
    System.IO.FileNotFoundException: Could not load file or assembly 'DirectShowWrapper, Version=2.16.4.7790, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    File name: 'DirectShowWrapper, Version=2.16.4.7790, Culture=neutral, PublicKeyToken=null'
    at System.Signature.GetSignature(Void* pCorSig, Int32 cCorSig, RuntimeFieldHandleInternal fieldHandle, IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
    at System.Signature..ctor(IRuntimeMethodInfo methodHandle, RuntimeType declaringType)
    at System.Reflection.RuntimeConstructorInfo.GetParametersNoCopy()
    at System.RuntimeType.FilterApplyMethodBase(MethodBase methodBase, BindingFlags methodFlags, BindingFlags bindingFlags, CallingConventions callConv, Type[] argumentTypes)
    at System.RuntimeType.GetConstructorCandidates(String name, BindingFlags bindingAttr, CallingConventions callConv, Type[] types, Boolean allowPrefixLookup)
    at System.RuntimeType.GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type[] types, ParameterModifier[] modifiers)
    at System.Type.GetConstructor(BindingFlags bindingAttr, Binder binder, Type[] types, ParameterModifier[] modifiers)
    at System.Xml.Serialization.TypeScope.GetConstructorFlags(Type type, Exception& exception)
    at System.Xml.Serialization.TypeScope.ImportTypeDesc(Type type, MemberInfo memberInfo, Boolean directReference)
    at System.Xml.Serialization.TypeScope.GetTypeDesc(Type type, MemberInfo source, Boolean directReference, Boolean throwOnError)
    at System.Xml.Serialization.ModelScope.GetTypeModel(Type type, Boolean directReference)
    at System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(Type type, XmlRootAttribute root, String defaultNamespace)
    at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
    at MediaPortal.Common.Services.Settings.SettingsFileHandler.GetSerializer(Type type)
    at MediaPortal.Common.Services.Settings.SettingsFileHandler.SetValue(String entryName, Object value)
    at MediaPortal.Common.Services.Settings.SettingsManager.SaveSettingsObject(Object settingsObject)

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].[DOUBLEPOST=1465197818][/DOUBLEPOST]What I did notice earlier and ignore was some message from MS Defended saying it had protected me from something. That and the power outage are it.[DOUBLEPOST=1465198134][/DOUBLEPOST]Here's a clue...
     

    Attachments

    • mp2error.png
      mp2error.png
      85.3 KB
    Last edited:

    HTPCSourcer

    Retired Team Member
  • Premium Supporter
  • May 16, 2008
    11,418
    2,335
    Home Country
    Germany Germany

    akayani

    Portal Pro
    August 8, 2015
    76
    11
    Australia
    Home Country
    Australia Australia
    Restoring the file and rebooting the computer is less than what it takes to be operational again. I guess the easy solution is going to be uninstall and reinstall.

    It is friging annoying but to lose hours because MS are useless.
     

    HTPCSourcer

    Retired Team Member
  • Premium Supporter
  • May 16, 2008
    11,418
    2,335
    Home Country
    Germany Germany
    The file is just quarantined. Open Defender and restore it from there. Then consider excluding the Team MediaPortal folder from scan to be safe from such actions in the future.[DOUBLEPOST=1465198926][/DOUBLEPOST]
    It is friging annoying but to lose hours because MS are useless.
    In all fairness, 9 out of 56 online virus scanners - not just MS - report the DShowWrapper as infected. And that was yesterday. I haven't verified if others have adjusted.
     

    akayani

    Portal Pro
    August 8, 2015
    76
    11
    Australia
    Home Country
    Australia Australia
    Restoring the file didn't help.
    Repairing MP2 didn't help.

    I'll remove it totally and reinstall. Grrr
     

    HTPCSourcer

    Retired Team Member
  • Premium Supporter
  • May 16, 2008
    11,418
    2,335
    Home Country
    Germany Germany
    Again, logs would tell.

    I did multiple install/uninstall operations in a different context yesterday. It's a matter of a few minutes only since all your data are preserved.
     

    Users who are viewing this thread

    Similar threads

    Nice you could resolve the issue!
    Nice you could resolve the issue!
    I have MediaPortal 2.5 Server installed on one computer and Mediaportal 2.5 client on another. The client is connected to the...
    Replies
    6
    Views
    601
    Hi, First off: there are some issues with the latest Mediaportal (32bits vs 64bits), so that is one of the issues you're stumbling with. If you take the previous version (1.31) it should work as expected. For IPTV there is also a different option (with different pros and cons): Onlinevideos. I'm using that sometimes for my IPTV as...
    Hi, First off: there are some issues with the latest Mediaportal (32bits vs 64bits), so that is one of the issues you're stumbling...
    Hi I am trying to play a m3u file from my IPTV provider, but when I try to install the TV part of Media Portal v1.3.2 I get an...
    Replies
    1
    Views
    671
    Good. I am pleased that that is now working for you. :) If you have ever looked at MP debug log files, you may have noticed that apparent errors are not rare, but these are "errors" that do not affect the functioning of the product. (It is not desirable to have these errors in the log file, as it misleads users, testers, and...
    Good. I am pleased that that is now working for you. :) If you have ever looked at MP debug log files, you may have noticed that...
    Hi, I am reinstalling MediaPortal 1.13 on a new W10 64Bit computer. In need to use this old version because of TVWishlist. So my...
    Replies
    10
    Views
    1K
    I removed all sign of MySQL, rebooted, did a clean reinstall. It reinstalled 5.6, But I've still got both the same problem - unable to connect to any of the specified MySQL hosts. And Hostname is still in red. I don't understand - this is a dedicated TV computer. Unless an update did this I don't know why there's a problem in the...
    I removed all sign of MySQL, rebooted, did a clean reinstall. It reinstalled 5.6, But I've still got both the same problem -...
    I've been using MediaPortal for 20 or so years. Last night it recorded perfectly. This arvo it doesn't - will run videos but not...
    Replies
    2
    Views
    444
    I uninstalled MP, made sure no sub folders were left n any programmes folders, changed the computer name, rebooted, installed MP and set logs and rebooted and ran TVServer. Didn't do anything in regard to S Loopback adapter. I've been using NextPvr since the problem became insurmountable. Only reason it's not a good long term...
    I uninstalled MP, made sure no sub folders were left n any programmes folders, changed the computer name, rebooted, installed MP...
    I've been using MediaPortal for 20 or so years. Last night it recorded perfectly. This arvo it doesn't - will run videos but not...
    Replies
    24
    Views
    2K
    Top Bottom