DSPlayer (DirectShow Player for XBMC) Eden build available

  Thread Rating:
  • 13 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
0wing Offline
Senior Member
Posts: 227
Joined: Aug 2010
Reputation: 37
Location: Sweden
Post: #861
Uploaded a new build with all of tiben's work from today. http://dsplayer.passion-xbmc.org/

-Fixed playing from archive
-Fixed seeking on small file. Also made the seeking a bit more accurate

I removed the one from earlier today, didn't want to cause confusion with two builds with the same build date.
find quote
tiben20 Offline
Team-XBMC Developer
Posts: 1,003
Joined: Jun 2008
Reputation: 16
Post: #862
gav1577 Wrote:This happened to me along time ago blinkseb fixed it in this commit http://gitorious.org/xbmc/xbmc-antiquate...92f4224e61 maybe it will be of some use to tiben.
thanks ill add this patch if its not already in the code

Well i looked at the patch and it's already in the code. I also noticed this bug. Going back to dvdplayer and returning to dsplayer is fixing it that might help me figure it out
(This post was last modified: 2012-01-01 22:43 by tiben20.)
find quote
acemt Offline
Senior Member
Posts: 139
Joined: Oct 2009
Reputation: 0
Post: #863
Tiben & 0,

Your work is a fine Christmas and New years present. Thanks again SO MUCH for your continued fortitude.

Mark
find quote
oldpainless Offline
Fan
Posts: 506
Joined: Jan 2010
Reputation: 12
Post: #864
Tiben and 0wing - nice work and thanks guys!

K
find quote
TomislavV Offline
Junior Member
Posts: 17
Joined: Dec 2011
Reputation: 0
Post: #865
Hello guys,

is it possible to fix problem with subtitles not following movie when fastforwarding?

Thnx
find quote
vicmanpergar Offline
Senior Member
Posts: 272
Joined: Aug 2011
Reputation: 2
Post: #866
Aw, how nice, thanks a lot Tiben and 0wing
Big Grin
find quote
ashlar Offline
Member+
Posts: 2,048
Joined: Mar 2006
Reputation: 26
Post: #867
alexrose1uk Wrote:Happy New Year all Smile

@Ashlar,
Could you perhap do it by setting the player to deal with files with something in the name seperately.
I've not played with the shader options, but I seem to remember a while back reading somewhere you could set it to deal with things with something in the name in a specific manner.

If this IS possible, then you could just amend .SD/.HD (whichever is easiest) to relevant files and get the player to work off that?
It should be far easier and require less work if what described here: http://wiki.xbmc.org/index.php?title=HOW...rs_support would work (or if somebody helps me in understanding how it should work).

For instance, say I want to add shader 18 to mkv with less than 1080p resolution, I would do it adding this to the mkv rule:

<rule filetypes="mkv">
<!-- ... -->
<shaders>
<shader id="18" videoresolution="480|540|720" />
</shaders>
</rule>

The problem is that this causes the specified shader to load for 1080p files as well (tried by using nightvision shader, pretty obvious when it's working Wink).

For troubleshooting and bug reporting please make sure you read this first.
find quote
>>X<< Offline
Alaska Group
Posts: 2,899
Joined: Jun 2009
Location: On a farm trying to catch a fox
Post: #868
tiben20 Wrote:thanks ill add this patch if its not already in the code

Well i looked at the patch and it's already in the code. I also noticed this bug. Going back to dvdplayer and returning to dsplayer is fixing it that might help me figure it out

Hope you can find a fix strange its not a problem using Rev 553d719

Current HTPC Lian-Li PC-C37 • Gigabyte GA-E7AUM-DS2H • Intel C2D E8400 E0 Stepping • OCZ Vertex SSD • 4GB Corsair TwinX XMS2 DDR2 • Corsair HX650W Modular PSU (Free Upgrade) • LG CH08LS10 Blu-Ray Drive • Scythe Big Shuriken • Acousti DustPROOF 70mm Fan
find quote
ashlar Offline
Member+
Posts: 2,048
Joined: Mar 2006
Reputation: 26
Post: #869
ashlar Wrote:It should be far easier and require less work if what described here: http://wiki.xbmc.org/index.php?title=HOW...rs_support would work (or if somebody helps me in understanding how it should work).

For instance, say I want to add shader 18 to mkv with less than 1080p resolution, I would do it adding this to the mkv rule:

<rule filetypes="mkv">
<!-- ... -->
<shaders>
<shader id="18" videoresolution="480|540|720" />
</shaders>
</rule>

The problem is that this causes the specified shader to load for 1080p files as well (tried by using nightvision shader, pretty obvious when it's working Wink).
Although the wiki states that multiple elements for regexp arguments can be separated by the | symbol, I don't find this to be the case. Single lines with the three resolutions get the job done, the single line above doesn't.

I'd also like to ask two small (I hope) things

1) To get a shortcut for rendering stats (equivalent to CTRL+J in MPC-HC).
2) To get information on shaders loaded when going to codec info (using the O key).

Thanks for the awesome work. Still hoping to hear from 0wing regarding the possibility of mantaining a different release with MadVR incorporated.

Edit: another thing. I finally decided to switch DSPlayer as my primary installation. Kept everything as it should have but... hidden regions are giving me problems that I can only solve by setting it to 3. Before it worked on 1, with no problem. Anything done differently on hidden regions and DSPlayer?

For troubleshooting and bug reporting please make sure you read this first.
(This post was last modified: 2012-01-02 18:40 by ashlar.)
find quote
jpsdr Offline
Senior Member
Posts: 260
Joined: Oct 2003
Reputation: 0
Post: #870
Thanks Tiben & Owing for their work.

I've made tests using the last version by by Owing :
I've configured for mkv DSplayer to use Haali splitter and ffdshow audio and video, exactly how mpc-hc behave on my system.

- Black are grey, realy, like if a veil was on the screen. Same files, read with mpc-hc started from xbmc (so using the same splitter/decoding) play fine. Don't remember having this problem when tested DSPlayer a while ago.
- OSD display are unstable, when i display menu with [M], it flicker horribly from 2 positions.
- No Spline36 for resize ?

Subtitles : Almost all the files i use failled to render properly (see post #576), no crash, only rendering is bad. Engine of standard player is a way better. Sometimes subtitles are out of sync, even without seeking in the file.

Well, a lot of issues, but when everything will be working fine, it will be very interesting.
find quote
Post Reply