• 1
  • 222
  • 223
  • 224(current)
  • 225
  • 226
  • 524
Kodi DSPlayer – DirectShow Player for Windows
(2016-04-30, 13:53)Wanilton Wrote: Please, post code available in your playercorefactory.xml file for I compare with native.
....this the one from previous 16.1 rc2 and the one that works on my installation...

Code:
<?xml version="1.0" encoding="UTF-8"?>
<playercorefactory>
  <players>
    <!-- These are compiled-in as re-ordering them would break scripts
    The following aliases may also be used:
      audiodefaultplayer, videodefaultplayer, videodefaultdvdplayer
    <player name="DVDPlayer" audio="true" video="true" />
    <player name="DVDPlayer" /> placeholder for MPlayer
    <player name="PAPlayer" audio="true" />
    -->
  </players>

  <rules name="system rules">
    <rule name="mms/udp" protocols="mms|mmsh|udp" player="DVDPlayer" />
    <rule name="lastfm/shout" protocols="lastfm|shout" player="PAPlayer" />
    <rule name="rtmp" protocols="rtmp" player="videodefaultplayer" />

    <!-- dvdplayer can play standard rtsp streams -->
    <rule name="rtsp" protocols="rtsp" filetypes="!(rm|ra)"  player="PAPlayer" />

    <!-- Internet streams -->
    <rule name="streams" internetstream="true">
      <rule name="aacp/sdp" mimetypes="audio/aacp|application/sdp" player="DVDPlayer" />
      <rule name="mp2" mimetypes="application/octet-stream" filetypes="mp2" player="PAPlayer" />
    </rule>

    <!-- DVDs -->
    <rule name="dvd" dvd="true" player="DVDPlayer" />
    <rule name="dvdimage" dvdimage="true" player="DVDPlayer" />

    <!-- Only dvdplayer can handle these normally -->
    <rule name="sdp/asf" filetypes="sdp|asf" player="DVDPlayer" />

    <!-- Pass these to dvdplayer as we do not know if they are audio or video -->
    <rule name="nsv" filetypes="nsv" player="DVDPlayer" />

    <!-- pvr radio channels should be played by dvdplayer because they need buffering -->
    <rule name="radio" filetypes="pvr" filename=".*/radio/.*" player="DVDPlayer" />
  </rules>
</playercorefactory>
Reply
As I want to bypass DVDPlayer completely, is the simple rule <player name="DSPlayer" /> enough or is there some specific reason to add the "true" booleans for video and audio? So far everything seems to work.
Reply
I noticed DSPlayer is no longer the default player for video addons. This may require a new playercorefactory.xml for any user wanting to use LAV Splitter Source.
Reply
Error mine, I need recreate install, playcorefactory.xml is wrong, used by aracnoz is

Program files\kodi\system\playcorefactory.xml change for this for fix.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<playercorefactory>
  <players>
    <!-- These are compiled-in as re-ordering them would break scripts
    The following aliases may also be used:
      audiodefaultplayer, videodefaultplayer, videodefaultdvdplayer
    <player name="DVDPlayer" audio="true" video="true" />
    <player name="DVDPlayer" /> placeholder for MPlayer
    <player name="PAPlayer" audio="true" />
    -->
  </players>

  <rules name="system rules">
    <rule name="mms/udp" protocols="mms|mmsh|udp" player="DVDPlayer" />
    <rule name="lastfm/shout" protocols="lastfm|shout" player="PAPlayer" />
    <rule name="rtmp" protocols="rtmp" player="videodefaultplayer" />

    <!-- dvdplayer can play standard rtsp streams -->
    <rule name="rtsp" protocols="rtsp" filetypes="!(rm|ra)"  player="PAPlayer" />

    <!-- Internet streams -->
    <rule name="streams" internetstream="true">
      <rule name="aacp/sdp" mimetypes="audio/aacp|application/sdp" player="DVDPlayer" />
      <rule name="mp2" mimetypes="application/octet-stream" filetypes="mp2" player="PAPlayer" />
    </rule>

    <!-- DVDs -->
    <rule name="dvd" dvd="true" player="DVDPlayer" />
    <rule name="dvdimage" dvdimage="true" player="DVDPlayer" />

    <!-- Only dvdplayer can handle these normally -->
    <rule name="sdp/asf" filetypes="sdp|asf" player="DVDPlayer" />

    <!-- Pass these to dvdplayer as we do not know if they are audio or video -->
    <rule name="nsv" filetypes="nsv" player="DVDPlayer" />

    <!-- pvr radio channels should be played by dvdplayer because they need buffering -->
    <rule name="radio" filetypes="pvr" filename=".*/radio/.*" player="DVDPlayer" />
  </rules>
</playercorefactory>

I will create another install, tomorrow.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
Kodi Jarvis 16.1 + dsplayer * (05/02/2016)

link for download:

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

Update internal lav filters for version 0.68.

Included latest changes make by aracnoz + latest comits by Kodi Team.

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
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2016-05-02, 00:51)Warner306 Wrote: I noticed DSPlayer is no longer the default player for video addons. This may require a new playercorefactory.xml for any user wanting to use LAV Splitter Source.

Yeah, I was confused because I couldn't remember ever needing to tweak my playercorefactory.xml - but then I thought maybe I had in fact modified it at some point and that now the file had for some reason been overwritten during an update. Confused

Anyway the fix seems to have been easy enough even for a "non-coder" like me: just using a simple DSPlayer rule without any modifiers seems to be enough.
Reply
(2016-05-01, 20:57)Uoppi Wrote: As I want to bypass DVDPlayer completely, is the simple rule <player name="DSPlayer" /> enough or is there some specific reason to add the "true" booleans for video and audio? So far everything seems to work.
There are some situation that DVDPlayer works MUCH better than DSPlayer. But you might not use it regularly or at all. Such as streaming with other protocol other than http/https. Streaming live stream in many cases / hosts works much better with DVDPlayer than DSPlayer because DVDPlayer has more tolerant in errors. Also DSPlayer hardly works with ISO file.

But if you don't regularly fall in those situation and only streaming from some fast site like youtube. It should be suffice to use that simple rule.

Sent from my Redmi Note 3
Reply
(2016-05-02, 13:11)Wanilton Wrote: Kodi Jarvis 16.1 + dsplayer * (05/02/2016)

link for download:

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

Update internal lav filters for version 0.68.

Included latest changes make by aracnoz + latest comits by Kodi Team.

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

Windows Defender detected this as Trojan:Win32/Varpes.M!cl.
Reply
(2016-05-02, 20:30)DragonQ Wrote:
(2016-05-02, 13:11)Wanilton Wrote: Kodi Jarvis 16.1 + dsplayer * (05/02/2016)

link for download:

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

Update internal lav filters for version 0.68.

Included latest changes make by aracnoz + latest comits by Kodi Team.

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

Windows Defender detected this as Trojan:Win32/Varpes.M!cl.

I have it installed and running.
HTPC
Silverstone Grandia GD05 - Intel i5 3570k -Asus H61M-G Micro-ATX - Unidad Blu-ray
MSI GTX970 4GB GDDR5 - 8 GB RAM DDR3 - AVR Denon X3400H Atmos - LG  OLED 55C7V
Reply
i cant get any of the while playing video settings to work in any version, latest version, nice to see 3D MVC finally working its playing movies in the wrong eye format and as the while playing video settings do nothing this cant be changed.

really glitchy playback too (3d MKV MVC rips), going to have to go back to other version, although the while playing option wont working in any version i've tried, why?

Jarvis on all builds has a tendency to hang in task after closing forcing a reboot before it will run again, anyone else noticed this?
Reply
(2016-05-03, 02:30)stoolzo Wrote: i cant get any of the while playing video settings to work in any version, latest version, nice to see 3D MVC finally working its playing movies in the wrong eye format and as the while playing video settings do nothing this cant be changed.

really glitchy playback too (3d MKV MVC rips), going to have to go back to other version, although the while playing option wont working in any version i've tried, why?

Jarvis on all builds has a tendency to hang in task after closing forcing a reboot before it will run again, anyone else noticed this?

Adjust 3D settings with the madVR control panel (found on the Windows Taskbar) during playback.

Set DSPlayer to "Load from active madVR profile" to access the madVR settings menu from DSPlayer.
Reply
something broke when i installed the latest version cant play an mvc now
Reply
(2016-05-02, 13:11)Wanilton Wrote: Kodi Jarvis 16.1 + dsplayer * (05/02/2016)

link for download:

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

Update internal lav filters for version 0.68.

Included latest changes make by aracnoz + latest comits by Kodi Team.

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

This build still plays video addons with DVDPlayer. Perhaps aracnoz changed this? DSPlayer is more stable this way and you can defeat this by changing playercorefactory.xml. But this behaviour is new.
Reply
Has anyone encountered stability issues with Youtube, for example, using DSPlayer and internal LAV filters?

Just curious to know what kind of add-ons are unstable. DSPlayer has been admirably stable in all of my use for months (and all this time on Win 10, which I've read is supposed to be a pain in the ass). Granted, I only use a couple of add-ons, Youtube included. Anyway, no need for DVDPlayer so far and the simple playercorefactory.xml "fix" prevents it from ever accidentally launching.

Really hoping we can keep enjoying DSPlayer in the future too because this thing is throwing some serious eye candy at me! Love
Reply
Anyone notice a strange behavior with the YouTube add-on? When I play a video by just selecting it and pressing enter, it doesn't play with DSPlayer (I have DSPlayer running SVP, so its easy to tell). I need to go in the context menu and select "Play using..." and "DSPlayer (Default)", then the video plays with DSPlayer and SVP interpolation. Why does it do that since DSPlayer should be the default player judging by the context menu? Is this a DSPlayer issue, or does it hail from the YouTube addon or something else?
Reply
  • 1
  • 222
  • 223
  • 224(current)
  • 225
  • 226
  • 524

Logout Mark Read Team Forum Stats Members Help
Kodi DSPlayer – DirectShow Player for Windows47