• 1
  • 57
  • 58
  • 59(current)
  • 60
  • 61
  • 95
DSPlayer (DirectShow Player for XBMC) Frodo build available
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
Reply
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?
Reply
(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.
Reply
(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>
Reply
(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...pid1666686
It seems that it might be a difficult thing to accomplish in the long run...
Reply
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.
Reply
@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
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
(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...
Reply
Sorry about that. I have cleaned up my postSmile
Reply
Thanks guys Smile
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
13.1beta2 is out.

Hopefully waiting for aracnoz update.
Reply
(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.
Reply
(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
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
(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/ch...tream/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
Reply
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.
Reply
  • 1
  • 57
  • 58
  • 59(current)
  • 60
  • 61
  • 95

Logout Mark Read Team Forum Stats Members Help
DSPlayer (DirectShow Player for XBMC) Frodo build available8