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)



- blinkseb - 2010-09-06

Jani Wrote:Nope, just looping sound and frozen picture. Here's the stacktrace:
Code:
0:017> .load wow64exts
0:017> .effmach x86
Effective machine: x86 compatible (x86)
0:017:x86> ~* kb c

. 17  Id: 102c.b50 Suspend: -1 Teb: fff71000 Unfrozen
ChildEBP RetAddr  Args to Child              
122bf924 75a90962 00000002 122bf974 00000001 ntdll_778f0000!ZwWaitForMultipleObjects+0x15
122bf9c0 76fa162d 122bf974 122bf9e8 00000000 KERNELBASE!WaitForMultipleObjectsEx+0x100
122bfa08 76fa1921 00000002 fffde000 00000000 KERNEL32!WaitForMultipleObjectsExImplementation+0xe0
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for libsubs.dll -
122bfa24 6a8af408 00000002 03c0cc0c 00000000 KERNEL32!WaitForMultipleObjects+0x18
WARNING: Stack unwind information not available. Following frames may be wrong.
00000000 00000000 00000000 00000000 00000000 libsubs!DeleteSubtitleManager+0xe338

And debug log: http://pastebin.com/L0LvwVHf

This time it let me watch one full episode(!), it rarely can make it so long, but when starting to watch the second, it didn't take long to reach the crash. I wonder if it had something to do with the fact that the first one had embedded subtitles, altho I downloaded subs for both of the episodes.

Does it help if I save the dump?

Hm, the debug log shows nothing usefull, and the stack trace is useless too Sad You can always save the dump and upload it, maybe it will help. Does the error happen when playing a file with no subtitles at all?

I'll try to ply a whole file tomorrow, maybe I'll encounter the crash too.

Malexx Wrote:Is it planed to make builds higher than 31520 available to download?
Or is the only way to compile it yourself?

That was already discused before. Until Dharma is released, there won't be a new reelase. After that, we'll switch to a nightly build system : new build every day.


- Malexx - 2010-09-06

ah,ok,didnt know.
So ill wait,thx.


- Jani - 2010-09-06

blinkseb Wrote:Hm, the debug log shows nothing usefull, and the stack trace is useless too Sad You can always save the dump and upload it, maybe it will help. Does the error happen when playing a file with no subtitles at all?

I'll try to ply a whole file tomorrow, maybe I'll encounter the crash too.
Here's the dump: http://www.megaupload.com/?d=ZVZZ1J9Y .

I don't know if it crashes without subtitles. If you want to try to reproduce, get some video, which has no subtitles and use script.xbmc.subtitles to download subs for the vid. The addon is available in the official XBMC addon repo.

I tried to compile a few older versions and there is the same problem. When I tried r31520 it didn't show up anything in the video database, so I had to go back to a newer version.


- liquidskin76 - 2010-09-06

liquidskin76 Wrote:Really wierd! Seeking / chapter seeking has varied allot between builds. Sometimes it's spot on, sometimes its ahead by some frames, sometimes its behind by some frames.

I thought you had tweaked it here...

http://trac.xbmc.org/changeset/33394





Between that change and last night, the seeking was perfect!

Thanks mate, keep up the good work! Wink

Seb,

The chapter seeking performance changed between builds 33437 and 33492.

Could it be Changeset 33482 ([DSPlayer] fixed: chapter seeking when the splitter report an incorrect current marker)? Could you roll back this change and i'll confirm?

Thanks

[EDIT:] don't worry, i'll update back to before changeset 33482 using tortoise svn. I'll let you know. Thanks

[EDIT:] no joy, build fails!


- blinkseb - 2010-09-07

Jani Wrote:Here's the dump: http://www.megaupload.com/?d=ZVZZ1J9Y .

I don't know if it crashes without subtitles. If you want to try to reproduce, get some video, which has no subtitles and use script.xbmc.subtitles to download subs for the vid. The addon is available in the official XBMC addon repo.

I tried to compile a few older versions and there is the same problem. When I tried r31520 it didn't show up anything in the video database, so I had to go back to a newer version.

That should be fixed in r33590


- blinkseb - 2010-09-08

Thanks to liquidskin76, the chapter seeking bug is fixed. Thanks mate!

I'm wondering if I can release a new build before Dharma is out... I'll probably build one this afternoon Smile Stay tuned!


- steelman1991 - 2010-09-08

Go for it mate - you know it makes sense!Big Grin


- blinkseb - 2010-09-08

Here we go! New build out, the last one before switching to a nightly build system. A lots of bugs have been fixed, including the black screen one ! Have fun !

Link : see http://forum.xbmc.org/showpost.php?p=601013&postcount=3604


- steelman1991 - 2010-09-08

Grabbing it right now - cheers pal.


- oldpainless - 2010-09-08

Nice one Seb

K


- djonline - 2010-09-08

Code:
<rule filetypes="ts|mpeg|mpg|m2ts|mts">
      <source filter="mpegsource" />
      <splitter filter="mpegsplitter" />
<video>
      <video filter="microsoftdtv" videocodec="h264" />
      <video filter="elecardmpeg2" />
</video>
      <audio filter="ffdaudiodec" />
    </rule>
'videocodec' is still ignored.


- relayer35 - 2010-09-08

blinkseb Wrote:Here we go! New build out, the last one before switching to a nightly build system. A lots of bugs have been fixed, including the black screen one ! Have fun !

Link : http://dsplayer.passion-xbmc.org/Dsplayer/XBMCSetup-Rev33611-dx.exe

Awesome! Can't wait to try it as soon as I get home from work!


- sergiocos - 2010-09-08

the latest build may have a scraper issue, if i reload any of my shows (with nfo present or not) the episodes are gone for library and the show has 0 episode. Also i can't add any new episode now. I did a clean install also. I know it's not dsplayer related, just curious if this can be resolved.


- blinkseb - 2010-09-08

djonline Wrote:
Code:
<rule filetypes="ts|mpeg|mpg|m2ts|mts">
      <source filter="mpegsource" />
      <splitter filter="mpegsplitter" />
<video>
      <video filter="microsoftdtv" videocodec="h264" />
      <video filter="elecardmpeg2" />
</video>
      <audio filter="ffdaudiodec" />
    </rule>
'videocodec' is still ignored.

A debug log would be really usefull.

sergiocos Wrote:the latest build may have a scraper issue, if i reload any of my shows (with nfo present or not) the episodes are gone for library and the show has 0 episode. Also i can't add any new episode now. I did a clean install also. I know it's not dsplayer related, just curious if this can be resolved.

Hmm, I don't observe that. Do you have a scraper addon installed and enabled ?


- sergiocos - 2010-09-08

blinkseb Wrote:Hmm, I don't observe that. Do you have a scraper addon installed and enabled ?
Default only, now i got scraped only 43 episodes instead of nearly 1000 Smile, random episodes... can you (or anyone using the newest build) refresh a tv show and rescrape episodes without losing them?