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)



- gorgone - 2010-01-30

with removed ffdshow video plays ok

but got the same error

http://pastebin.de/3603

longer log with 3 working films

http://pastebin.de/3604


- jsnkid - 2010-01-30

Hi, I have an Nvidia 7300 GS and i tried playing a 1080p mts file and it appeared no different from using standard xbmc.... Is there something I should be doing differently? What info would be necessary to help diagnose my problem. According to the wiki linked my GPU should support Purevideo.

Thanks!


- fincheresque - 2010-01-31

With the most recent build, I get the same symptoms described in my previous post here:
http://forum.xbmc.org/showpost.php?p=492032&postcount=1450

Debug log is here:
http://pastebin.com/m5404c8ef

Thanks!


- blinkseb - 2010-01-31

Here the new build : http://dsplayer.passion-xbmc.org/XBMCSetup-Rev27290-dx.exe
The exception bug should be corrected!

Patch available here : http://trac.xbmc.org/ticket/7342

Quote:With the most recent build, I get the same symptoms described in my previous post here:
http://forum.xbmc.org/showpost.php?p...postcount=1450

Debug log is here:
http://pastebin.com/m5404c8ef

Thanks!

Can you post the debug log with the lastest build please ? (your log is from build Jan 23 2010 (SVN:27095))


- fincheresque - 2010-01-31

Whoops, sorry about that. I missed a new build being posted.

OK, well, here's the updated log with the newest build. This build doesn't even start the video. Regardless, I appreciate all the help. The attempted playback in the log starts around line 339.

http://pastebin.com/m62e8573c


- gorgone - 2010-01-31

new bild ok but the movieplay takes 10-15 seconds to start
i must remove ffmpeg installation ...

http://pastebin.de/3605

i will test now the 095 build

edit:
damn i dont have it anymore the 095 build


- blinkseb - 2010-01-31

nathanjones Wrote:Whoops, sorry about that. I missed a new build being posted.

OK, well, here's the updated log with the newest build. This build doesn't even start the video. Regardless, I appreciate all the help. The attempted playback in the log starts around line 339.

http://pastebin.com/m62e8573c

My bad! The dsfilterconfig.xml included in the build use haali, and it seems you don't have haali installed. Can you edit dsfilterconfig and replace "haali" by "mkvsource" in the rule tag "mkv" ?

I'll upload the new build with the correct dsfilterconfig.xml in about 2min


double video problem - katalm - 2010-01-31

hello, first i want to say thank you to you guys that made this player! great work!

but i got this problem with the last build, when i launch a video file, it shows two videos,side by side.
im an absolute n00b, so dont be too hard on me if i've done somting wrongHuh

debug log: http://pastebin.com/m4bf2fee3


thanks, and keep up the good work!


- blinkseb - 2010-01-31

gorgone Wrote:new bild ok but the movieplay takes 10-15 seconds to start
i must remove ffmpeg installation ...

http://pastebin.de/3605

i will test now the 095 build

edit:
damn i dont have it anymore the 095 build

Code:
#
23:32:40 T:5536 M:1057759232   DEBUG: CFGManager::ConnectDirect Trying to connect Haali Media Splitter.Video pin to MPC Video Decoder.Video
#
23:32:40 T:5536 M:1057759232   DEBUG: CFGManager::ConnectDirect Failed !

Damnit, this shouldn't have failed ! Can you try with "ffdvideodec" instead of "mpcvideodec" ?


- blinkseb - 2010-01-31

katalm Wrote:hello, first i want to say thank you to you guys that made this player! great work!

but i got this problem with the last build, when i launch a video file, it shows two videos,side by side.
im an absolute n00b, so dont be too hard on me if i've done somting wrongHuh

debug log: http://pastebin.com/m4bf2fee3


thanks, and keep up the good work!

It's a known bug du to mpcvideodec when not using DXVA. Can you try to replace "mpcvideodec" to "ffdvideodec" in dsfilterconfig.xml ?

Also, try to use EVR instead of VMR9 on Win7. The option is in the dsplayer menu in Video settings

EDIT: New build with correct dsfilterconfig.xml online. Same link as above!


- fincheresque - 2010-01-31

OK, changing the rule from haali to mkvsource allowed playback to start, but the video-goes-crazy-when-I-switch-audio-tracks problem is still there.

http://pastebin.com/m69bf752f

That being said, it appears to only happen on files where there's a FLAC main track. I'm not sure how to send you or any other developer a 'test' file since they're so damned big. I could use a file splitter and give you the first 10-20 seconds of one...but I don't know if that would help since it would be an incomplete file.

Let me know though, if you think it would help, I can send one to rapidshare or some other place.


- gorgone - 2010-01-31

how ?

with comment out the mpc ?
like this
Code:
<!-- Video decoders-->
    <filter name="ffdvideodec" type="videodec">
      <path>ffdshow.ax</path>
      <guid>{04FE9017-F873-410E-871E-AB91661A4EF7}</guid>
      <osdname>ffdshow Video Decoder</osdname>
    </filter>
    <!--
    <filter name="mpcvideodec" type="videodec">
      <path>MPCVideoDec.ax</path>
      <guid>{008BAC12-FBAF-497B-9670-BC6F6FBAE2C4}</guid>
      <osdname>MPC Video Decoder</osdname>
    </filter>
    -->

or guid change ?


- blinkseb - 2010-01-31

gorgone Wrote:how ?

with comment out the mpc ?
like this
Code:
<!-- Video decoders-->
    <filter name="ffdvideodec" type="videodec">
      <path>ffdshow.ax</path>
      <guid>{04FE9017-F873-410E-871E-AB91661A4EF7}</guid>
      <osdname>ffdshow Video Decoder</osdname>
    </filter>
    <!--
    <filter name="mpcvideodec" type="videodec">
      <path>MPCVideoDec.ax</path>
      <guid>{008BAC12-FBAF-497B-9670-BC6F6FBAE2C4}</guid>
      <osdname>MPC Video Decoder</osdname>
    </filter>
    -->

or guid change ?

No no, in the mkv "rule" tag below in the file, change videodec="mpcvideodec" by videodec="ffdvideodec".

Don't comment anything Wink


- blinkseb - 2010-01-31

nathanjones Wrote:OK, changing the rule from haali to mkvsource allowed playback to start, but the video-goes-crazy-when-I-switch-audio-tracks problem is still there.

http://pastebin.com/m69bf752f

That being said, it appears to only happen on files where there's a FLAC main track. I'm not sure how to send you or any other developer a 'test' file since they're so damned big. I could use a file splitter and give you the first 10-20 seconds of one...but I don't know if that would help since it would be an incomplete file.

Let me know though, if you think it would help, I can send one to rapidshare or some other place.

It would be very helpfull if you can provide a sample of your file! A 10/20s file, with all the audio tracks and subtitles.

Thanks in advance !


- gorgone - 2010-01-31

if ffmpeg installed i got no video .. with or without EVR

http://pastebin.de/3606


very strange