Kodi DSPlayer – DirectShow Player for Windows
(2015-10-20, 23:56)aracnoz Wrote: the rule should be defined in this way

Code:
<mediasconfig>
  <rules>
    <rule filetypes="mkv">
      <source filter="lavsource_internal" />
      <splitter filter="lavsplitter_internal" />
      <video>
        <video videocodec="hevc" filter="lentoid_hevc_decoder" />
        <video filter="lavvideo_internal" />
      </video>
      <audio filter="lavaudio_internal" />
      <subs filter="xysubfilter_internal" />
    </rule>
  </rules>
</mediasconfig>

Tried it and it still load LAVFlters. Log file as follow. Tried it with hevc,HEVC string , same result.

Code:
05:17:42 T:16632  NOTICE: CDSPlayer::OpenFile - DSPlayer: Opening: D:\TearsOfSteel_720p-h265.mkv
05:17:42 T:16632  NOTICE: CDSPlayer::OpenFileInternal - DSPlayer: Opening: D:\TearsOfSteel_720p-h265.mkv
05:17:42 T:14408  NOTICE: Thread CDSPlayer thread start, auto delete: false
05:17:42 T:14408  NOTICE: CDSPlayer::Process - Creating DS Graph
05:17:42 T:9160  NOTICE: Thread CDSGraphThread thread start, auto delete: false
05:17:42 T:9160  NOTICE: Loading filter core factory settings from special://profile/dsplayer/filtersconfig.xml (filters configuration).
05:17:42 T:9160  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
05:17:42 T:9160  NOTICE: Loading filter core factory settings from special://profile/dsplayer/mediasconfig.xml (medias configuration).
05:17:42 T:9160  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
05:17:42 T:9160  NOTICE: Successfully loaded rules
05:17:42 T:9160  NOTICE: CFGLoader::InsertAudioRenderer Successfully added "" - DiplayName:  to the graph
05:17:42 T:9160  NOTICE: CFGLoader::InsertFilter Successfully added "LAV Splitter Source" to the graph
05:17:59 T:17488  NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: HEVC (High Efficiency Video Coding)
05:17:59 T:9160  NOTICE: CFGLoader::InsertSourceFilter Successfully loaded file in the splitter/source
05:17:59 T:9160  NOTICE: CFGLoader::InsertFilter Successfully added "XyVSFilter Auto" to the graph
05:17:59 T:9160  NOTICE: CStreamsManager::LoadIAMStreamSelectStreamsInternal Audio stream found : A: aac lc, 48000 Hz, 5.1 [default] - index: 1
05:17:59 T:9160  NOTICE: CSubtitleManager::Initialize disabled libsubs.dll
05:17:59 T:9160 WARNING: CFGLoader::LoadFilterRules DVDPlayer failed to fetch streams details. Using DirectShow ones
05:17:59 T:9160  NOTICE: CFGLoader::InsertFilter Successfully added "FFDShow Audio Processor" to the graph
05:17:59 T:9160  NOTICE: CFGLoader::InsertFilter Successfully added "LAV Video Decoder" to the graph
05:17:59 T:9160  NOTICE: CFGLoader::InsertFilter Successfully added "LAV Audio Decoder" to the graph
05:18:00 T:9160  NOTICE: Display resolution for madVR ADJUST : 1920x1080@ 24.00 - Full Screen (96) (weight: 0.000)
05:18:01 T:14408  NOTICE: CDSPlayer::Process - Successfully creating DS Graph
05:18:01 T:16416  NOTICE: Thread CGraphManagementThread thread start, auto delete: false

This is when using filename rule

Code:
05:33:16 T:14360  NOTICE: CDSPlayer::OpenFile - DSPlayer: Opening: D:\TearsOfSteel_720p-h265.mkv
05:33:16 T:14360  NOTICE: CDSPlayer::OpenFileInternal - DSPlayer: Opening: D:\TearsOfSteel_720p-h265.mkv
05:33:16 T:2892  NOTICE: Thread CDSPlayer thread start, auto delete: false
05:33:16 T:2892  NOTICE: CDSPlayer::Process - Creating DS Graph
05:33:16 T:17516  NOTICE: Thread CDSGraphThread thread start, auto delete: false
05:33:16 T:17516  NOTICE: Loading filter core factory settings from special://profile/dsplayer/filtersconfig.xml (filters configuration).
05:33:16 T:17516  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
05:33:16 T:17516  NOTICE: Loading filter core factory settings from special://profile/dsplayer/mediasconfig.xml (medias configuration).
05:33:16 T:17516  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
05:33:16 T:17516  NOTICE: Successfully loaded rules
05:33:16 T:17516  NOTICE: CFGLoader::InsertAudioRenderer Successfully added "" - DiplayName:  to the graph
05:33:16 T:17516  NOTICE: CFGLoader::InsertFilter Successfully added "LAV Splitter Source" to the graph
05:33:16 T:7588  NOTICE: metahandler: No SQLite rows requiring update
05:33:16 T:17516  NOTICE: CFGLoader::InsertSourceFilter Successfully loaded file in the splitter/source
05:33:17 T:17516  NOTICE: CFGLoader::InsertFilter Successfully added "XyVSFilter Auto" to the graph
05:33:17 T:17516  NOTICE: CStreamsManager::LoadIAMStreamSelectStreamsInternal Audio stream found : A: aac lc, 48000 Hz, 5.1 [default] - index: 1
05:33:17 T:17516  NOTICE: CSubtitleManager::Initialize disabled libsubs.dll
05:33:17 T:17516  NOTICE: CFGLoader::InsertFilter Successfully added "FFDShow Audio Processor" to the graph
05:33:17 T:17516  NOTICE: CFGLoader::InsertFilter Successfully added "Lentoid HEVC Decoder" to the graph
05:33:17 T:17516  NOTICE: CFGLoader::InsertFilter Successfully added "LAV Audio Decoder" to the graph
05:33:17 T:7588  NOTICE: metahandler: No SQLite rows requiring update
05:33:17 T:17516  NOTICE: Display resolution for madVR ADJUST : 1920x1080@ 24.00 - Full Screen (96) (weight: 0.000)
05:33:17 T:7588  NOTICE: metahandler: No SQLite rows requiring update
05:33:18 T:2892  NOTICE: Previous line repeats 8 times.
05:33:18 T:2892  NOTICE: CDSPlayer::Process - Successfully creating DS Graph
05:33:18 T:8384  NOTICE: Thread CGraphManagementThread thread start, auto delete: false
Reply


Messages In This Thread
Lockup on STOP issue resolved! - by MKANET - 2015-04-11, 21:59
RE: 4G aware patch - by MagikMark - 2015-09-08, 03:27
RE: Kodi DSPlayer – DirectShow Player for Windows - by oldpoem - 2015-10-21, 00:26
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