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,382
    2,369
    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,382
    2,369
    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,382
    2,369
    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,382
    2,369
    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

    As Alexander Pope said: A little learning is a dangerous thing, and Dr Google explains this as: The quotation warns that superficial knowledge of a subject can make people arrogant or foolish, suggesting one should either learn deeply or not at all. "Superficial", and "arrogant or foolish" would be me :eek: . However... I would...
    As Alexander Pope said: A little learning is a dangerous thing, and Dr Google explains this as: The quotation warns that...
    I have just discovered that I can no longer receive any of the independent radio channels broadcast on DVB-T in the UK. In...
    Replies
    12
    Views
    4K
    I compliment you on the thoroughness of your investigations. (y) Unfortunately, I don't have any ideas what the problem might be. :( Perhaps someone else will post with some suggestions. :unsure: -- from CyberSimian in the UK
    I compliment you on the thoroughness of your investigations. (y) Unfortunately, I don't have any ideas what the problem might be...
    Would appreciate it if someone could solve (or point me in the right direction to resolve) this issue. I have “MultiSeat”...
    Replies
    4
    Views
    1K
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team will create a Jira ticket, and for each ticket, you’ll make the changes and submit a pull request. This will be transparent and straightforward.
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team...
    I'm very glad to see that mediaportal 1 is on github, where ordinary devs with github accounts can make contributions. Please can...
    Replies
    7
    Views
    1K
    .....it was also the culprit for me!!! Can't think why I've changed from LAVsplitter to MPurl ......:oops: Videos playing now.....so thanks!
    .....it was also the culprit for me!!! Can't think why I've changed from LAVsplitter to MPurl ......:oops: Videos playing...
    Just upgraded to 1.37 'Willow'.....and although TV is fine.....I'm unable to play video. Error message points to Mpeg4IsoAvc or...
    Replies
    12
    Views
    3K
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select "Internal DirectShow player" as music output, but then you lose gapless playback. If you you don't have multichannel music you can choose WASAPI as the output and set the number of speakers to stereo. I have...
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select...
    Not sure if this a a bug/config/settings problem. I am running a media portal 2.5 server with 2.41 client but it seems I get the...
    Replies
    1
    Views
    656
    Top Bottom