Kodi Community Forum
DSPlayer (DirectShow Player for XBMC) Eden 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) Eden build available (/showthread.php?tid=106629)



- bananaman - 2012-01-23

I`m using the January 5 release in portable mode with ffdshow. My problem is that the video\screen goes black after end of file and not marked as watched.

Anyone else experienced this?


- dlmh - 2012-01-23

bananaman Wrote:I`m using the January 5 release in portable mode with ffdshow. My problem is that the video\screen goes black after end of file and not marked as watched.

Anyone else experienced this?

Yes, read the last few pages.


- stevos - 2012-01-23

I am going to try using LAV filteres and see if that resolves the playback issue


Which source/splitter/decoder for m2ts - voodoofox - 2012-01-23

Hi

Since Dsplayer can't play ISO files I decided to pull m2ts file form blueray and to try to play it.

I succeded, but, can't find the right combination of source/splitter/decoder filters.

The one that works for me is

<rule filetypes="ts|mpeg|mpg|m2ts">
<source filter="mpegsource" />
<splitter filter="haali" />
<video filter="lavvideodec" />
<audio filter="ffdaudiodec" />

As far as I can tell, only mpegsource works ok regarding stream splitting right. When I put haali for source and for splitter I get only one language and one subtitle.
Also with above combination, I have some problematic m2ts files where audio language changing is problematic and sometimes breaks playback, or in some bizarre cases when I change subtitle language it also changes my audio language.

As for video dec LAV seems best and for audio ffdaudio works great for bitstreaming hd master to my amp.

Also DVDPLAYER in xbmc works great regarding audio/subtitle switching but unfortunately there is no DTS HD bit streaming support.

So, if anyone has some advice or could share some experience regarding this it would be very helpful.


- vicmanpergar - 2012-01-23

This is the one i use and as far no problems at all. I must say though, i don't use HD bitstreaming, just AC3 and DTS.

<rule filetypes="mkv|m2ts">
<source filter="lavfsplitter" />
<splitter filter="lavf_splitter" />
<video filter="lavvideodec" />
<audio filter="lavaudiodec" />


- ZERO &lt;ibis&gt; - 2012-01-23

stevos Wrote:I am going to try using LAV filteres and see if that resolves the playback issue

For me using the lav video filter causes the same issue but when you start playing the file instead of at the end. It will then cause a crash. Back to coreavc for me. So far the only thing that crashes with coreavc and ffdshowaudio is subtitles.


- ArieS - 2012-01-23

alexrose1uk Wrote:It's really wierd but the debug log reads as though for whatever reason, with MKV media it's struggling to setup the directshow chain properly:


I know this sounds like a stuck record, but try uninstalling LAV, using the DirectShow reset utility I linked previously, incase there's some sort of conflict and then reinstalling LAV.

Tiben might be able to give you some other ideas as to why the filters are failing to enable correctly (as it IS loading them).
Are you talking about this one:
http://www.newvegasnexus.com/downloads/file.php?id=35868

Looks like I cannot create a System Restore on my PC for some reason so I'm not really sure I want to mess around with Registries...


- fezster - 2012-01-23

voodoofox Wrote:Hi

Since Dsplayer can't play ISO files I decided to pull m2ts file form blueray and to try to play it.

I succeded, but, can't find the right combination of source/splitter/decoder filters.

The one that works for me is

<rule filetypes="ts|mpeg|mpg|m2ts">
<source filter="mpegsource" />
<splitter filter="haali" />
<video filter="lavvideodec" />
<audio filter="ffdaudiodec" />

As far as I can tell, only mpegsource works ok regarding stream splitting right. When I put haali for source and for splitter I get only one language and one subtitle.
Also with above combination, I have some problematic m2ts files where audio language changing is problematic and sometimes breaks playback, or in some bizarre cases when I change subtitle language it also changes my audio language.

As for video dec LAV seems best and for audio ffdaudio works great for bitstreaming hd master to my amp.

Also DVDPLAYER in xbmc works great regarding audio/subtitle switching but unfortunately there is no DTS HD bit streaming support.

So, if anyone has some advice or could share some experience regarding this it would be very helpful.

I posted mine here, and works brilliantly for me:

http://forum.xbmc.org/showpost.php?p=996260&postcount=1058


- stevos - 2012-01-24

Adding LAV didn't have any effect.

It still refuses to play any of the MKV files. I still suspect its something to do with the resolution or quality flag, as it never played mkv dvd rips

I will try installing the build on another computer and see if its a computer issue.


Help Please - m0v1em4n - 2012-01-24

Hi Guys,

Just install apple trailer light (Trailers) and when I try to stream a trailer they fail, and on occasion I get the message "the internal_ffmpegsource isn't loaded" Not very good with the setting up of filter and would appreciate if someone could help, I am using the lava setup

I have attached my filtersconfig and mediasconfig

Thanks


- ZERO &lt;ibis&gt; - 2012-01-24

Something I wanted to clear up. When Eden does go live will we then be sticking with the final release of Eden for all future updates? Basically I just want to know if this Pre-eden XBMC with DSPlayer will become Eden XBMC with DSPlayer when Eden is live.


- stevos - 2012-01-24

Seems to be something wrong with my HTPC

When you uninstall XBMC and remove the userdata folder, is there anything else that might remain of the install?

Something is making it not play files and no idea what.


- 0wing - 2012-01-24

m0v1em4n Wrote:Hi Guys,

Just install apple trailer light (Trailers) and when I try to stream a trailer they fail, and on occasion I get the message "the internal_ffmpegsource isn't loaded" Not very good with the setting up of filter and would appreciate if someone could help, I am using the lava setup

I have attached my filtersconfig and mediasconfig

Thanks

Check the first post in this thread. DSPlayer has some problems with video addons, it's better to just use DVDPlayer for them right now.


ZERO <ibis>' Wrote:Something I wanted to clear up. When Eden does go live will we then be sticking with the final release of Eden for all future updates? Basically I just want to know if this Pre-eden XBMC with DSPlayer will become Eden XBMC with DSPlayer when Eden is live.

Well, DSPlayer is obviously not going to be in Eden and I feel like it's a better idea to just keep releasing builds based on DSPlayer merged with the latest XBMC git master branch.

But I could do builds based of Eden + DSPlayer as long as there are no giant merge headaches with newer DSPlayer code.


- azaze1 - 2012-01-24

0wing Wrote:Check the first post in this thread. DSPlayer has some problems with video addons, it's better to just use DVDPlayer for them right now.




Well, DSPlayer is obviously not going to be in Eden and I feel like it's a better idea to just keep releasing builds based on DSPlayer merged with the latest XBMC git master branch.

But I could do builds based of Eden + DSPlayer as long as there are no giant merge headaches with newer DSPlayer code.

Having both is nice, but I think most people using DSplayer are the bleeding edge type who would otherwise be following the nightlies.

BTW: Is there an Eden beta2 dsplayer merge & release coming shortly? I'm surprised it hasn't been asked in this thread yet.


- 0wing - 2012-01-24

The latest DSPlayer build is based on more recent code than Beta 2.

Well, almost one day still counts as more recent.