Kodi DSPlayer – DirectShow Player for Windows
(2016-03-11, 13:33)*Roma* Wrote:
(2016-03-09, 20:27)ashlar Wrote:
(2016-03-09, 15:28)Wanilton Wrote: Kodi Jarvis 16.1 RC2 + dsplayer * (03/09/2016)

link for download:

https://dl.dropboxusercontent.com/u/7799...5.dx11.exe

Update internal lav filters for version 0.68.0-1 (03/09/2016).

Warnings:
- This is an unofficial Kodi build not from Team Kodi.
- This build comes with no warranties, explicit or implied, and you use it at your own risk.
- This build was compiled by Wanilton, for use only in Windows OS, and have same functions official Kodi Jarvis build Nightly + dsplayer support.

git:

https://github.com/mediaBrasil/xbmc/tree...r_dsplayer
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 to highlight that.

Since I'm using ARGUS TV, I was referring to the related guide you posted. In that one, http and https were configured to be uesed with LAV Filters. I discovered than the post related to Next PVR where the related filters are used for http and https. Here you are referring to File Source (URL).

My question is: which are the best filters that can be used for http and https?

Thanks in advance for any clarification.
Light IMDb Ratings Update - Keep updated the IMDb ratings for your movies and TV shows.
In case you found useful my work, feel free to offer me a cappuccino!
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 axlt2002 - 2016-03-11, 18:36
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