Kodi Community Forum
DSPlayer (DirectShow Player for XBMC) Frodo build available - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: DSPlayer (DirectShow Player for XBMC) Frodo build available (/showthread.php?tid=154534)



RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - jayboy211 - 2014-05-17

Is there a way to get this working with an Argus TV backend? Its trying to open a PVR extension

Code:
23:39:35 T:7996  NOTICE: CDSPlayer::OpenFile - DSPlayer: Opening: pvr://channels/tv/All TV channels/0.pvr
23:39:38 T:7996  NOTICE: CDSPlayer::OpenFileInternal - DSPlayer: Opening: pvr://channels/tv/All TV channels/0.pvr
23:39:38 T:3252  NOTICE: Thread CDSPlayer thread start, auto delete: false
23:39:38 T:3252  NOTICE: CDSPlayer::Process - Creating DS Graph
23:39:38 T:3252  NOTICE: Loading filter core factory settings from special://masterprofile/dsplayer/filtersconfig.xml (filters configuration).
23:39:38 T:3252  NOTICE: special://masterprofile/dsplayer/filtersconfig.xml does not exist. Skipping.
23:39:38 T:3252  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
23:39:38 T:3252  NOTICE: Loading filter core factory settings from special://masterprofile/dsplayer/mediasconfig.xml (medias configuration).
23:39:38 T:3252  NOTICE: special://masterprofile/dsplayer/mediasconfig.xml does not exist. Skipping.
23:39:38 T:3252  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
23:39:38 T:3252  NOTICE: Successfully loaded rules
23:39:38 T:3252  NOTICE: CFGLoader::InsertAudioRenderer Successfully added "" to the graph
23:39:39 T:3252   ERROR: CFGLoader::LoadFilterRules Failed to get the source filter
23:39:39 T:3252   ERROR: CFGManager::RenderFileXbmc Failed to load filters rules
23:39:39 T:3252   ERROR: CDSPlayer::Process - Failed creating DS Graph



RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - Bjur - 2014-05-17

I have installed 13.0 dsplayer version af on 2 HTPC but I am having the same problem on both. Randomly when i press start on a video i get instantly Black screen and have to exit xbmc. When i play the same file afterwards the circle in right corner shows and the video starts. I did not have that problem earlier with ds build.
Any help?


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - KenV99 - 2014-05-17

(2014-05-17, 07:05)jayboy211 Wrote: Is there a way to get this working with an Argus TV backend? Its trying to open a PVR extension

Code:
23:39:35 T:7996  NOTICE: CDSPlayer::OpenFile - DSPlayer: Opening: pvr://channels/tv/All TV channels/0.pvr
23:39:38 T:7996  NOTICE: CDSPlayer::OpenFileInternal - DSPlayer: Opening: pvr://channels/tv/All TV channels/0.pvr
23:39:38 T:3252  NOTICE: Thread CDSPlayer thread start, auto delete: false
23:39:38 T:3252  NOTICE: CDSPlayer::Process - Creating DS Graph
23:39:38 T:3252  NOTICE: Loading filter core factory settings from special://masterprofile/dsplayer/filtersconfig.xml (filters configuration).
23:39:38 T:3252  NOTICE: special://masterprofile/dsplayer/filtersconfig.xml does not exist. Skipping.
23:39:38 T:3252  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
23:39:38 T:3252  NOTICE: Loading filter core factory settings from special://masterprofile/dsplayer/mediasconfig.xml (medias configuration).
23:39:38 T:3252  NOTICE: special://masterprofile/dsplayer/mediasconfig.xml does not exist. Skipping.
23:39:38 T:3252  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
23:39:38 T:3252  NOTICE: Successfully loaded rules
23:39:38 T:3252  NOTICE: CFGLoader::InsertAudioRenderer Successfully added "" to the graph
23:39:39 T:3252   ERROR: CFGLoader::LoadFilterRules Failed to get the source filter
23:39:39 T:3252   ERROR: CFGManager::RenderFileXbmc Failed to load filters rules
23:39:39 T:3252   ERROR: CDSPlayer::Process - Failed creating DS Graph
If you have the argus pvr frontend installed, do you have a rule in mediasconfig.xml such as:
Code:
...
   <rule filetypes="ts|mpeg|mpg|m2ts|pvr">
      <source filter="avsource" />
      <splitter filter="avsource" />
      <video filter="lavvideodec" />
      <audio filter="lavaudiodec" />
    </rule>

(2014-05-17, 12:18)Bjur Wrote: I have installed 13.0 dsplayer version af on 2 HTPC but I am having the same problem on both. Randomly when i press start on a video i get instantly Black screen and have to exit xbmc. When i play the same file afterwards the circle in right corner shows and the video starts. I did not have that problem earlier with ds build.
Any help?

Perhaps if you can look in XBMC.log after failure and post any relevant sections, that might help in troubleshooting.


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - jayboy211 - 2014-05-18

(2014-05-17, 12:49)KenV99 Wrote: If you have the argus pvr frontend installed, do you have a rule in mediasconfig.xml such as:
Code:
...
   <rule filetypes="ts|mpeg|mpg|m2ts|pvr">
      <source filter="avsource" />
      <splitter filter="avsource" />
      <video filter="lavvideodec" />
      <audio filter="lavaudiodec" />
    </rule>

I have this currently. Ive tried many different configs but i dont thinks its ever gonna work:

Code:
<rule filetypes="ts|m2ts|bdmv|mp4|m4v|avi|mpg|mpeg|mkv">
        <source filter="lavfsplitter" />
        <splitter filter="lavf_splitter" />
        <video filter="lavvideodec" />
        <audio filter="lavaudiodec" />
    </rule>
    <rule protocols="http|https|pvr|rstp">
        <source filter="lavfsplitter" />
        <splitter filter="lavf_splitter" />
        <video filter="lavvideodec" />
        <audio filter="lavaudiodec" />
    </rule>



RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - KenV99 - 2014-05-18

(2014-05-18, 09:21)jayboy211 Wrote: I have this currently. Ive tried many different configs but i dont thinks its ever gonna work:

Code:
<rule filetypes="ts|m2ts|bdmv|mp4|m4v|avi|mpg|mpeg|mkv">
        <source filter="lavfsplitter" />
        <splitter filter="lavf_splitter" />
        <video filter="lavvideodec" />
        <audio filter="lavaudiodec" />
    </rule>
    <rule protocols="http|https|pvr|rstp">
        <source filter="lavfsplitter" />
        <splitter filter="lavf_splitter" />
        <video filter="lavvideodec" />
        <audio filter="lavaudiodec" />
    </rule>

Idk how ArgusTV provides the stream, but you may need to look into the info in this post, if you haven't already: http://forum.xbmc.org/showthread.php?tid=154534&pid=1666686#pid1666686
It seems that it might be a difficult thing to accomplish in the long run...


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - Bjur - 2014-05-19

Here are 1 log where this example was an trailer, but have been with several files:
http://xbmclogs.com/show.php?id=205776

Here is my filtersconfig:
http://xbmclogs.com/show.php?id=205778

Here is my mediasconfig:
http://xbmclogs.com/show.php?id=205779

Hope you can see something from it.

1 more thing I have changed with the new XBMC 13 is in lavfilter I have selected DXVA2 (Copy-Back) before I had DXVA2 chosen.


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - vicmanpergar - 2014-05-19

@Bjur

Sorry to hijack the discussion, but please, don't overflood the thread with those logs.
Follow the rules here, in section 3
http://forum.xbmc.org/showthread.php?tid=42708


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - KenV99 - 2014-05-19

(2014-05-19, 16:11)vicmanpergar Wrote: @Bjur

Sorry to hijack the discussion, but please, don't overflood the thread with those logs.
Follow the rules here, in section 3
http://forum.xbmc.org/showthread.php?tid=42708

Agreed. Sorry, I should have asked him to use pastebin or similar if he couldn't figure out what the 'relevant' portion of the log was...

Bjur: could you 1) edit your previous post, putting the log into one of the services listed in vicmanpergar's link and then using the link? 2) also put your filtersconfig.xml and mediasconfig.xml in the same service and post links as well, assuming you are not using merits...


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - Bjur - 2014-05-20

Sorry about that. I have cleaned up my postSmile


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - vicmanpergar - 2014-05-20

Thanks guys Smile


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - oldpoem - 2014-05-20

13.1beta2 is out.

Hopefully waiting for aracnoz update.


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - KenV99 - 2014-05-20

(2014-05-20, 09:46)Bjur Wrote: Sorry about that. I have cleaned up my postSmile

Unfortunately, the logs aren't very telling and the intermittent nature of it also makes it difficult to give advice. You might want to look at your windows event logs to see if there is any more relevant information. I might try updating to the most recent release of LAV, etc. Otherwise, I'm at a loss.


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - vicmanpergar - 2014-05-20

(2014-05-20, 16:15)oldpoem Wrote: 13.1beta2 is out.

Hopefully waiting for aracnoz update.

I got it yesterday, just look for one of his posts and u will see his signature updatedBig Grin


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - Bjur - 2014-05-21

(2014-05-20, 16:23)KenV99 Wrote:
(2014-05-20, 09:46)Bjur Wrote: Sorry about that. I have cleaned up my postSmile

Unfortunately, the logs aren't very telling and the intermittent nature of it also makes it difficult to give advice. You might want to look at your windows event logs to see if there is any more relevant information. I might try updating to the most recent release of LAV, etc. Otherwise, I'm at a loss.

This it the last entries I get when I get black screen:
12:56:24 T:1304 NOTICE: CDSPlayer::OpenFile - DSPlayer: Opening: pvr://channels/tv/All TV channels/1.pvr
12:56:24 T:1304 NOTICE: CDSPlayer::OpenFileInternal - DSPlayer: Opening: http://xxx:[email protected]:7522/upnp/channelstream/1.ts
12:56:24 T:3704 NOTICE: Thread CDSPlayer thread start, auto delete: false
12:56:24 T:3704 NOTICE: CDSPlayer:Tonguerocess - Creating DS Graph
12:56:24 T:3704 NOTICE: Loading filter core factory settings from special://profile/dsplayer/filtersconfig.xml (filters configuration).
12:56:24 T:3704 NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
12:56:24 T:3704 NOTICE: Loading filter core factory settings from special://profile/dsplayer/mediasconfig.xml (medias configuration).
12:56:24 T:3704 NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
12:56:24 T:3704 NOTICE: special://xbmc/system/players/dsplayer/mediasconfig.xml does not exist. Skipping.
12:56:24 T:3704 NOTICE: Successfully loaded rules
12:56:24 T:3704 NOTICE: CFGLoader::InsertAudioRenderer Successfully added "" to the graph
12:56:33 T:2336 NOTICE: Thread FileCache start, auto delete: false


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - KenV99 - 2014-05-21

DSPlayer with streaming can be challenging. Can you verify that MPC-HC or similar using LAV can open " http://xxx:[email protected]:7522/upnp/ch...tream/1.ts" correctly? If so, you may need to use graphstudionext to identify the source and splitter files that render the stream correctly and adjust your xml files accordingly.