Kodi DSPlayer – DirectShow Player for Windows
(2016-03-11, 13:33)*Roma* Wrote:
(2016-03-09, 20:27)ashlar Wrote: wanilton, would you be available to do some small modifications to the code and then have test builds? I ask because DSPlayer selects for internet streams LAV Splitter, by default and with no way of overriding it. I think it's a simple change.

You can override it by using url="true" in mediasconfig.xml, like it's done in NextPVR mediasconfig rules.
For example:

mediasconfig.xml:
Code:
<rule protocols="https|http" url="false">
   <splitter filter="lavsplitter" />
   <video filter="lavvideo" />
   <audio filter="lavaudio" />
</rule>
<rule url="true" protocols="https|http">
   <source filter="urlfilesource" />
</rule>

filtersconfig.xml:
Code:
<filter name="urlfilesource" type="source">
   <guid>{E436EBB6-524F-11CE-9F53-0020AF0BA770}</guid>
   <issplitter>false</issplitter>
   <osdname>File Source (URL)</osdname>
</filter>
Thanks Roma, I tested this and it works. Warner306, I might have missed this in your guide, but it seems undocumented. In case I missed it, sorry.
For troubleshooting and bug reporting please make sure you read this first (usually it's enough to follow instructions in the second post).
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
Alt-F4 no longer quits - by JeffA - 2015-10-31, 20:38
RE: Kodi DSPlayer – DirectShow Player for Windows - by ashlar - 2016-03-14, 13: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