Kodi DSPlayer – DirectShow Player for Windows
Hi, newbie here I am having the same problem as MKANET when trying to play http Emby streams from a remote server. The exact same error. I have already edited my Media Rules as recommended in the HOW TO Guide (http://forum.kodi.tv/showthread.php?tid=...pid1966595) but that hasn't made a difference. Also using system filters works, although seeking is not the best as expected. I get stuck on "Working" Loop. Also, using MadVR from Emby Theater works. This leads me to believe that it is perhaps a issue with the filters I am using? Here is my My media filter

(2015-07-05, 20:16)MKANET Wrote: Thanks Ed. Yes, I've already configured DSPlayer to use directshow for http/https (without using DVDPlayer). However, I think for Win8.x/Win10, DSPlayer isn't able to handle this. It's all boils down to the error in my Kodi log:

Kodi Condition/Error that DSPlayer can't handle[ automatically
Code:
FATAL: CFGFilterFile::Create CoCreateInstance failed!

The only way I can get all my video addons to work (Youtube, and Amazon Prime Video) is the enable, "Use System Filters (DirectShow Merits).

EDIT: And.. now I know exactly what filters are used when "Use System Filters" is enabled (I used GraphStudio + Connect to Remote Graph). No surprise... "File Source (URL) + LAV Splitter + LAV Video + LAV Audio + MadVR + Default DirectShow Audio Render"; which is EXACTLY what I had specified in mediasconfig.xml + filtersconfig.xml.

So, I can finally prove there's a problem with DSPlayer (at least under Windows 8.1) when trying to do a simple HTTP/HTTPS playback filtergraph.
Code:
FATAL: CFGFilterFile::Create CoCreateInstance failed!
is the only log error captured unfortunately.


@aracnoz can you please try to reproduce this using the Youtube addon for Kodi using the Isengard beta 2 DSPlayer version of Kodi?

Not sure what condition causes DSPlayer try to start the unusual "CoCreateInstance"; and, DSPlayer doesn't know how to handle it at that point... For youtube videos, it tries to use cyberlinkvideocodec. (poor attempt from DSPlayer to handle CoCreateInstance), For Amazon Prime videos, DSPlayer tries to insert another filter I don't have,

Code:
11:04:29 T:4028   ERROR: CFGLoader::InsertFilter Failed to create filter "cyberlinkvideodec"
11:04:29 T:4028   ERROR: CFGManager::RenderFileXbmc Failed to load filters rules
11:04:29 T:4028   ERROR: CDSPlayer::Process - Failed creating DS Graph

mediasconfig.xml
Code:
....
        <rule name="Remote URLs" filetypes=".*" protocols="http|https" url="true">
            <source filter="file_source_(url)" />
            <splitter filter="lavsplitter" />
            <video filter="lavvideodec" />
            <audio filter="lavaudiodec" />
        </rule>
    </rules>

playercorefactory.xml is pretty much empty...
Code:
<playercorefactory>
   <rules action="prepend">
     <rule protocols="daap" player="DVDPlayer"/>
   </rules>
</playercorefactory>

On I run Kodi with administrator priviledges (and UAC slider turned all the way down in Win8.1). I don't have any real-time antivirus running (Windows Defender is completely disabled during testing).

(2015-07-05, 12:35)Ed76 Wrote:
(2015-07-05, 03:02)MKANET Wrote: I just installed the Amazon Prime Video + PrimeProxy addon. Has anyone tried to get DSPlayer to handle video addons like Amazon Video (which works great BTW).

http://forum.kodi.tv/showthread.php?tid=...pid2037842
Reply


Messages In This Thread
Lockup on STOP issue resolved! - by MKANET - 2015-04-11, 21:59
RE: Kodi DSPlayer – DirectShow Player for Windows - by NahsiN - 2015-07-22, 18:16
RE: 4G aware patch - by MagikMark - 2015-09-08, 03:27
Alt-F4 no longer quits - by JeffA - 2015-10-31, 20:38
H265 playback - by rew88 - 2017-11-04, 00:41
RE: H265 playback - by ashlar - 2017-11-04, 16:21
RE: H265 playback - by rew88 - 2017-11-05, 01:34
RE: H265 playback - by ashlar - 2017-11-05, 16:48
RE: H265 playback - by rew88 - 2017-11-05, 23:08
RE: H265 playback - by ashlar - 2017-11-06, 12:00
Leia 18 - by terpsarlington - 2017-11-21, 03:51
RE: Leia 18 - by spencerjford - 2017-11-21, 06:24
Display Modes / Refresh Rates - by goofer69 - 2019-09-20, 00:19
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 00:39
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 19:35
DSPlayer 23.810 to 23.976 - by Runakanta - 2018-05-09, 03:24
RE: DSPlayer 23.810 to 23.976 - by Warner306 - 2018-05-10, 01:32
Logout Mark Read Team Forum Stats Members Help
Kodi DSPlayer – DirectShow Player for Windows47