Kodi Community Forum
[WINDOWS] Internal Directshow Based Player [NO LONGER DEVELOPED] - 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: [WINDOWS] Internal Directshow Based Player [NO LONGER DEVELOPED] (/showthread.php?tid=61355)



- oldpainless - 2010-07-01

tiben20 Wrote:Can i get a video sample of a video doing this error

Steelman,

It was off the back of your post, so do you want to post a sample, or do should I?

K


- SlavikZ - 2010-07-01

I've tested the last build - it works OK! I have no errors (D3D initialization error) I had with the previous build on XP.

But there's still small problem: XBMC don't store playback info (current file position, selected audio track, etc.) when you press STOP during playback. It only happen when I play video with DSPlayer, but works fine with DVDPlayer.
Here's the log: http://pastebin.org/370720 (I don't see anything wrong in the log, but file information is not stored).


- steelman1991 - 2010-07-01

oldpainless Wrote:Steelman,

It was off the back of your post, so do you want to post a sample, or do should I?

K
Be my guest mate.


- oldpainless - 2010-07-01

steelman1991 Wrote:Be my guest mate.

Bugger!.. was banking on you doing it as busy tonite!!..lol


K


- steelman1991 - 2010-07-01

oldpainless Wrote:Bugger!.. was banking on you doing it as busy tonite!!..lol


K
That's OK if you've other plans I can do it.

D


- zilexa - 2010-07-01

tiben20 Wrote:Just added mpeg2 dxva at rev 31539 (just switching the dll wont work need an entirely new build to get it working). The integration into ffmpeg is really unprofessionnal but still a little bit more clean than mpc-hc.

that's really great!


- steelman1991 - 2010-07-01

tiben20 Wrote:Can i get a video sample of a video doing this error
Tiben20 - link to sample http://www.mediafire.com/?5nnmmzmegin. Digging around a little would indicate that this error is only reproducable while using "internal_videodecoder" - couldn't understand why I couldn't reproduce until I realised that I had changed the filter to mpcvideodec. Hope this helps.


- oldpainless - 2010-07-01

steelman1991 Wrote:Tiben20 - link to sample http://www.mediafire.com/?5nnmmzmegin. Digging around a little would indicate that this error is only reproducable while using "internal_videodecoder" - couldn't understand why I couldn't reproduce until I realised that I had changed the filter to mpcvideodec. Hope this helps.

Thanks buddy....but I get it with arc videodec too....anyway...back to the wine and female company!

Tiben - let me know if you need a debug log from me too....

K


- steelman1991 - 2010-07-01

oldpainless Wrote:Thanks buddy....but I get it with arc videodec too....anyway...back to the wine and female company!

Tiben - let me know if you need a debug log from me too....

K
You shouldn't be on here if you've got female company and wine - log off now !!!


- LordMerlin - 2010-07-02

Set a new build of 31,520 works in general ok, but identified one cannot on my media center, with the inclusion in the network settings webserver XBMC crashes with an error. If it is included in the configuration file, it then do not start, gives the same error.


- oldpainless - 2010-07-02

Tiben\Seb,

Debug log

http://pastebin.com/TZNAkegU

Playback started - audio only, no video (fps showing 0)

I had a look at the log, can you see anything?

The only thing that looked screwy to me was line 544:

544.10:01:49 T:3548 M:1078370304 DEBUG: CStreamsManager::LoadStreams Output pin format type : FORMAT_MPEG2_VIDEO

Dont know why the subs dll would deal with h.264 video as mpeg2 - or is it just an ugly hack?

K


- blinkseb - 2010-07-02

oldpainless Wrote:Tiben\Seb,

Debug log

http://pastebin.com/TZNAkegU

Playback started - audio only, no video (fps showing 0)

I had a look at the log, can you see anything?

The only thing that looked screwy to me was line 544:

544.10:01:49 T:3548 M:1078370304 DEBUG: CStreamsManager::LoadStreams Output pin format type : FORMAT_MPEG2_VIDEO

Dont know why the subs dll would deal with h.264 video as mpeg2 - or is it just an ugly hack?

K

This a nothing to do with subs dll. Subs are handled by CSubtitlesManager. CStreamsManager handle video and audio streams.

The output pin GUID is set by DirectShow, we have no control over that. The FORMAT_MPEG2_VIDEO how we can handle a specific field. It has nothing to do with the video codec Smile

Can you try without pixel shader? If it's still not working, can you rename the pixel shader Brightness_contrast.psh (located in system/players/dsplayer/Shaders) and try again?


- oldpainless - 2010-07-02

blinkseb Wrote:Can you try without pixel shader? If it's still not working, can you rename the pixel shader Brightness_contrast.psh (located in system/players/dsplayer/Shaders) and try again?

Nope, made no difference - but....

I think there is a bug in the Video Scaling Method that is causing all the problems...

In this build, you can change the Video Scaling Method and set as default, but it's not saved after exiting XBMC....and if I set it to nearest rather than bilinear, the problem of the movie playing with just audio does not happen.

Video render issue prehaps?

Can someone else try this and confirm or otherwise?

Cheers

K


- steelman1991 - 2010-07-02

oldpainless Wrote:Nope, made no difference - but....

I think there is a bug in the Video Scaling Method that is causing all the problems...

In this build, you can change the Video Scaling Method and set as default, but it's not saved after exiting XBMC....and if I set it to nearest rather than bilinear, the problem of the movie playing with just audio does not happen.

Video render issue prehaps?

Can someone else try this and confirm or otherwise?

Cheers

K
I can confirm - that's not the issue No

Tried sveral files and the first 3 or so played back OK, but the next 12 didn't (giving the same characteristic playback as with bilinear - fps anywhere between 300 and 600 and 0.000 refresh rate)

Sorry - but nice try (is this with arcsoft - or mpc).


- oldpainless - 2010-07-02

steelman1991 Wrote:I can confirm - that's not the issue No

Tried sveral files and the first 3 or so played back OK, but the next 12 didn't (giving the same characteristic playback as with bilinear - fps anywhere between 300 and 600 and 0.000 refresh rate)

Sorry - but nice try (is this with arcsoft - or mpc).

EekAngryEek...lol

Oh well...back to the drawing board!....tried with pvd9.

K