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,336
    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,336
    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,336
    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,336
    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

    Result, it works on the two PC's we use for watching TV :D I've not lost anything by the looks of it either, all channels etc still setup. Just my office PC won't connect, which I only use for testing things anyway (I tried updating that this morning as well), but I'll uninstall and install fresh on that. PS. Exported all settings...
    Result, it works on the two PC's we use for watching TV :D I've not lost anything by the looks of it either, all channels etc still...
    I tried to install MP 1.35 this morning, but I couldn't get any further with the installation on the TV server, see error message...
    Replies
    13
    Views
    1K
    DOH.....another senior moment for me, as I've been here before some years ago! Thanks again :)
    DOH.....another senior moment for me, as I've been here before some years ago! Thanks again :)
    After some time working seamlessly....have run into a brick wall with this! Have tried switching from MadVr to EVR....and problem...
    Replies
    4
    Views
    980
    @Pablik I finally got back to this, and I got it working. What I did was this. I intended to copy the UHD-BR disc to my local hard drive, so I put the disc in the drive, and then brought up MakeMKV. In MakeMKV I went through the initial steps to copy the UHD-BR disc to my drive, and while MakeMKV was parsing the disc, I noticed a...
    @Pablik I finally got back to this, and I got it working. What I did was this. I intended to copy the UHD-BR disc to my local hard...
    I just uninstalled AnyDVDHD due to RedFox being no longer reachable, and I have taken the MakeMKV route described in this thread...
    Replies
    4
    Views
    1K
    You can find ton of guide here: https://www.avsforum.com/threads/madvr-player-support-thread.2215490/?post_id=39123050#post-39123050
    You can find ton of guide here: https://www.avsforum.com/threads/madvr-player-support-thread.2215490/?post_id=39123050#post-39123050
    Hi, I have a problem if I set madVR as Video Render. When I try to play my .mkv files I have an 'Unable to play. Video COdec...
    Replies
    3
    Views
    1K
    I did a check of MP 1.36 x64 on Win11 and I can confirm, that the TV server correctly detects running MediaPortal.exe process.
    I did a check of MP 1.36 x64 on Win11 and I can confirm, that the TV server correctly detects running MediaPortal.exe process.
    Hi, I am using MP in a client-only setup including DVB-S card for over 10 years now. And regularily scheduling records waking up...
    Replies
    9
    Views
    942
    Top Bottom