• 1
  • 44
  • 45
  • 46(current)
  • 47
  • 48
  • 78
[WINDOWS] Internal Directshow Based Player - USERS support thread
Thats what i'm running.

Do you need to set any paths within c++ 2010 for java?
Testing now with those new versions. It may be something to do with the copies i downloaded from the web?

Thanks
Cool, that did it! Big Grin Thanks jagilbertvt.
liquidskin76 Wrote:Cool, that did it! Big Grin Thanks jagilbertvt.

Good to hear!
Can anyone provide the link to where i can keep track of what changes tiben/seb are making?

I've looked high and low however buggered if i can find it.

Cheers
liquidskin76 Wrote:Can anyone provide the link to where i can keep track of what changes tiben/seb are making?

I've looked high and low however buggered if i can find it.

Cheers

http://trac.xbmc.org/timeline?daysback=3...ate=Update
liquidskin76 Wrote:Can anyone provide the link to where i can keep track of what changes tiben/seb are making?

I've looked high and low however buggered if i can find it.

Cheers

Here is for the DSPLayer build:

http://forum.xbmc.org/showthread.php?tid=70436
Cheers,
Damian

blog - http://www.adigitalhomeblog.com
MSS.net blog (contributing editor) - http://www.mediasmartserver.net
Thanks!
liquidskin76 Wrote:Can anyone provide the link to where i can keep track of what changes tiben/seb are making?

I've looked high and low however buggered if i can find it.

Cheers

http://trac.xbmc.org/log/branches/dsplayer

Smile


oops. should've checked that I was on the last page.
Out of curiosity, does anyone else sometimes play a video with DSPlayer, and when you stop it, it just starts back up in the internal player (DVDPlayer in my case)?

I was thinking maybe it was something to do with my playercorefactory.xml, but then I put it back to factory default, and it didn't make any difference.

If no one's seen this, I'll post a debug log. This has happened to me for pretty much every build as long as I can remember through multiple OS installs.
nathanjones Wrote:Out of curiosity, does anyone else sometimes play a video with DSPlayer, and when you stop it, it just starts back up in the internal player (DVDPlayer in my case)?

I was thinking maybe it was something to do with my playercorefactory.xml, but then I put it back to factory default, and it didn't make any difference.

If no one's seen this, I'll post a debug log. This has happened to me for pretty much every build as long as I can remember through multiple OS installs.

I haven't seen that happen, yet.
Weird. I wonder what's doing it.

I didn't see anything odd in the debug log, it just looks like it plays, ends, then plays again. But I'll post it in a bit and see if someone else can see what the hell I've done wrong. Smile

Now with Debug Log Goodness: http://pastebin.com/CiwcW7i0

For reference, the file I'm playing with DSPlayer is a 30 Rock episode.
nathanjones Wrote:Weird. I wonder what's doing it.

I didn't see anything odd in the debug log, it just looks like it plays, ends, then plays again. But I'll post it in a bit and see if someone else can see what the hell I've done wrong. Smile

Now with Debug Log Goodness: http://pastebin.com/CiwcW7i0

For reference, the file I'm playing with DSPlayer is a 30 Rock episode.

I wonder if it's your advancedsettings.xml (you have set the default audio and video players)
Code:
<defaultplayer>dsplayer</defaultplayer> -->
                                              </video>
                                              <screensaver>
                                                <dimlevel>0</dimlevel>
                                                <!-- This will remove the Fade Level control from the settings screen altogether -->
                                              </screensaver>
                                              <audio>
                                                <defaultplayer>dvdplayer</defaultplayer>
                                              </audio>

If you notice the first time it loads w/ dsplayer, the second w/ dvdplayer.


Code:
13:07:33 T:324 M:2181943296   DEBUG: CDSGraph::SetFile Successfully added XBMC to the Running Object Table
...
...
13:07:40 T:2760 M:2178179072   DEBUG: CDSPlayer::~CDSPlayer External objects unloaded
13:07:40 T:2760 M:2178179072  NOTICE: CDSPlayer::~CDSPlayer DSPlayer is now closed
13:07:40 T:2760 M:2177695744  NOTICE: DVDPlayer: Opening: smb://LCARS/XBMC_Media_D/TVShows/30 Rock/Season 01/S01E01 - Pilot.avi
It shouldn't since the default player is commented out. But I'll remove it anyway. Actually, I should clean that file up anyway...

Code:
<!--    <blackbarcolour>128</blackbarcolour>
  <defaultplayer>dsplayer</defaultplayer> -->
Weird. I guess I missed the comment tags.

In any case, it definitely appears to be opening it w/ dsplayer the first time (you can confirm it by pressing O, as the output information is different from dvdplayer, while the video is playing). Which it shouldn't, unless there some tag issues. You might try opening it in firefox/ie and just verifying that it opens ok, and that the section appears commented out correctly, as well Smile
  • 1
  • 44
  • 45
  • 46(current)
  • 47
  • 48
  • 78

Logout Mark Read Team Forum Stats Members Help
[WINDOWS] Internal Directshow Based Player - USERS support thread0