Kodi DSPlayer – DirectShow Player for Windows
(2015-09-08, 11:19)*Roma* Wrote:
(2015-09-08, 00:11)Warner306 Wrote:
(2015-09-07, 23:03)*Roma* Wrote: Users that want to test new PVR features, have to install "Isengard DSPlayer 15.2 RC1 - 06 September 2015 (9c30400)" from aracnoz and replace kodi.exe with the one that i posted: "Isengard DSPlayer 15.2 RC1 EXE 06 September 2015 (PVR Test version)"

TsReader Filter have to be installed.
So the TsReader Filter is not pre-installed with DSPlayer? Does this mean the link on the first page with instructions still applies?

TsReader Filter is pre-installed with DSPlayer, but the new rules are not included yet.
Users that want to test "UNC(=SMB) paths for Live TV" feature, have to use internal/external TsReader Filter with new rules that i posted.

External TsReader Filter rules:
Code:
<!--  Rules for .ts files and ARGUSTV/MediaPortal timeshift and recordings UNC paths -->        
        <rule name="PVR" filetypes="ts" url="false" >
            <source filter="tsreader" />
            <splitter filter="tsreader" />
            <video filter="lavvideo" />
            <audio filter="lavaudio" />
        </rule>
        <rule url="true" filetypes="tsbuffer" >
            <source filter="tsreader" />
        </rule>

Internal TsReader Filter rules:
Code:
<!--  Rules for .ts files and ARGUSTV/MediaPortal timeshift and recordings UNC paths -->        
        <rule name="PVR" filetypes="ts" url="false" >
            <source filter="tsreader_internal" />
            <splitter filter="tsreader_internal" />
            <video filter="lavvideo_internal" />
            <audio filter="lavaudio_internal" />
        </rule>
        <rule url="true" filetypes="tsbuffer" >
            <source filter="tsreader_internal" />
        </rule>

(2015-09-08, 08:47)hasenbolle Wrote: I think your method ConvertStreamURLToTimeShiftFilePath does return the wrong path. It does return the timeshift path of the server and not the unc path for the client.

My timeshift file is located on Z:\ on the server and this path will be returned to the client. But on the client there is no Z:\ drive of course. The method should return the unc path \\SERVER\Timeshift for example.

I fixed it by adding a net drive Z:\ that points to \\SERVER\Timeshift.

Can you have a look on it. Thanks in advanceSmile
I will check this.
What PVR backend do you use?

(2015-09-08, 09:38)Bjur Wrote: @roma: would like to test this with MediaPortal TV Server. But do you recommend installing MediaPortal latest v2 or v. 1 for this?
The link you provided to MediaPortal forum refers to v. 1.11 but there's a 1.12 and v. 2 available.
You need to install MediaPortal TV Server v1.12(last version), MediaPortal TV Server included in MediaPortal 1 V1.12.0
p.s You don't have to install MediaPortal client, you can select to install only the MediaPortal TV Server.

(2015-09-08, 10:11)aracnoz Wrote:
(2015-09-08, 09:25)ldavet Wrote: EDIT: Hmmm, from searching around it seems DSPlayer and Emby Server don't like each other. A pity, really.

yes it's not supported, i know that someone has found a workaround to make it work

anyway you should try to not use emby to see if you have a workable DSPlayer configuration.

@*Roma* i don't know if all your work on path conversion could be useful also for emby, (i really don't want to install server/client and learn how to use emby)
I don't know, I am not using emby Smile
I'm using MediaPortal TV Server 1.12
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 hasenbolle - 2015-09-08, 11: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