[Windows]DirectShow Player Need some help

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Dullie Offline
Donor
Posts: 132
Joined: Sep 2009
Reputation: 0
Post: #31
Appreciate your work.. Please keep up the good work.. Smile
find quote
tiben20 Offline
Team-XBMC Developer
Posts: 1,003
Joined: Jun 2008
Reputation: 16
Post: #32
Dullie Wrote:Appreciate your work.. Please keep up the good work.. Smile

Thanks really nice too ear some good comments. By the way you have a nice htpc system awesome look
find quote
natethomas Offline
Team-XBMC Community Manager
Posts: 2,831
Joined: Apr 2008
Reputation: 53
Post: #33
It occurs to me that I may not have been overly supportive earlier. I should probably add that what you are doing is pretty impressive, considering how recently work on the DX branch began in the first place. Seriously, good job.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
find quote
tiben20 Offline
Team-XBMC Developer
Posts: 1,003
Joined: Jun 2008
Reputation: 16
Post: #34
natethomas Wrote:It occurs to me that I may not have been overly supportive earlier. I should probably add that what you are doing is pretty impressive, considering how recently work on the DX branch began in the first place. Seriously, good job.

I started 6 months ago without any knowledge of c++. And a 40 hours a week job Tongue
find quote
WiSo Offline
Team-XBMC Developer
Posts: 2,481
Joined: Oct 2003
Reputation: 0
Location: Germany
Post: #35
tiben20 Wrote:I started 6 months ago without any knowledge of c++. And a 40 hours a week job Tongue

Then you also have my admiration. I didn't looked at the code yet since my new job is keeping me busy and my knowledge is rather limited in that area. Wished to have more time to learn and program Laugh

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
tiben20 Offline
Team-XBMC Developer
Posts: 1,003
Joined: Jun 2008
Reputation: 16
Post: #36
A new preview for the player.
Now when you reach the end of the stream the player stop. But if your trying to hit the stop button on the xbmc gui its still crashing. And the other important improvement is the player dont force the filters to be registered. They are only loaded everytime you play a file.
Sorry going to post the build once i got it on trac
(This post was last modified: 2009-10-27 13:09 by tiben20.)
find quote
xbs08 Offline
Posting Freak
Posts: 1,298
Joined: May 2008
Reputation: 0
Location: Portugal
Post: #37
With this version i have the same cpu utilization as with the dvdplayer Sad
find quote
watzen Offline
Fan
Posts: 459
Joined: Jan 2007
Reputation: 10
Location: Sweden
Post: #38
Just to clarify,

this player uses the codecs that are installed in windows and not those that are builtin in xbmc(?)

  • Livingroom - C2D E8400, P5N7A-VM on a Samsung 46" LE46M86 FullHD via HDMI
  • Kitchen - ASRock 330 HT Displayed on a Samsung Lapfit 22" dual touch screen LD220Z
  • Bedroom - LG Laptop on a 32" tv
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,180
Joined: Nov 2003
Reputation: 82
Post: #39
fyi tiben20 you are breaking the gpl by posting binaries without the accompanying sources. not that i care that much just now but others might.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
tiben20 Offline
Team-XBMC Developer
Posts: 1,003
Joined: Jun 2008
Reputation: 16
Post: #40
spiff Wrote:fyi tiben20 you are breaking the gpl by posting binaries without the accompanying sources. not that i care that much just now but others might.

Dont worry spliff as soon as i have time i will post the patch just want to clean up the code its a real mess right now.

watzen Wrote:Just to clarify,

this player uses the codecs that are installed in windows and not those that are builtin in xbmc(?)

Yes and no. Directshow is the windows api. Xbmc is using ffmpeg. The one im actually using are only a fork of mpc-hc codecs which are based on ffmpeg and they are built into the player.

xbs08 Wrote:With this version i have the same cpu utilization as with the dvdplayer Sad

I dont think the final version will be much difference than dvdplayer. The only diff you will see is when your going to play file which can use dxva
(This post was last modified: 2009-10-27 12:39 by tiben20.)
find quote
Post Reply