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)



- liquidskin76 - 2010-09-05

Hey Seb,

Tested and pgs subs look good! Big Grin

liquidskin76 Wrote:Also, in latest build, mkv chapter seeking is off again! When seeking, it hits the chapter point, then skips back a few frames, then resumes. It was perfect in build 33492.

This is still happening though. It's missing the chapter marker... seems to be seeking to a few frames before chapter marker.

Thanks!


- noear - 2010-09-06

Hi, Seb,

Is it possible to have dsplayer read index.bdmv with libbluray?


- blinkseb - 2010-09-06

noear Wrote:Hi, Seb,

Is it possible to have dsplayer read index.bdmv with libbluray?

That's not possible, because libbluray only read bluray, it does not render it. That would imply developping a new codec, and I really don't have the time Smile


- blinkseb - 2010-09-06

liquidskin76 Wrote:This is still happening though. It's missing the chapter marker... seems to be seeking to a few frames before chapter marker.

Thanks!

That's weird, because I don't have touch chapter seeking since about three months Smile The only change was in the GetChapter() function to report the right chapter when using lavf splitter, that's all.


- noear - 2010-09-06

Seb,

I just played around DSplayer and found It could not display the Chinese font name correctly in the subtitle font selecting menu - the Chinese font names were showed as unreadable messy code.

How can I fix this?

Thanks

Rex


- blinkseb - 2010-09-06

noear Wrote:Seb,

I just played around DSplayer and found It could not display the Chinese font name correctly in the subtitle font selecting menu - the Chinese font names were showed as unreadable messy code.

How can I fix this?

Thanks

Rex

That's fixed in my last commit. You still need to use a display font handling Chinese character Smile


- noear - 2010-09-06

blinkseb Wrote:That's fixed in my last commit. You still need to use a display font handling Chinese character Smile


I confirmed it was fixed. Thanks, Seb.

Rex


- liquidskin76 - 2010-09-06

blinkseb Wrote:That's weird, because I don't have touch chapter seeking since about three months Smile The only change was in the GetChapter() function to report the right chapter when using lavf splitter, that's all.

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

liquidskin76 Wrote:Hey seb,

Just compiled and tested your recent changes. Seeking problem appears to be fixed. Actually, seeking in general is miles better. Wink

Cheers

blinkseb Wrote:Great news! Are you still experiencing issues when playing files? (black screen, etc...)

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

Thanks mate, keep up the good work! Wink


- Jani - 2010-09-06

I'm getting a crash after 10-20minutes of playing anything:
Code:
0:014:x86> !analyze -v
Last event: 1268.bc8: Exit process 0:1268, code c0000417
  debugger time: Mon Sep  6 21:02:31.406 2010 (GMT+3)
0:014:x86> kb
ChildEBP RetAddr  Args to Child              
0fc9f6a4 75a90962 00000002 0fc9f6f4 00000001 ntdll_778f0000!ZwWaitForMultipleObjects+0x15
0fc9f740 76fa162d 0fc9f6f4 0fc9f768 00000000 KERNELBASE!WaitForMultipleObjectsEx+0x100
0fc9f788 76fa1921 00000002 fffde000 00000000 KERNEL32!WaitForMultipleObjectsExImplementation+0xe0
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for libsubs.dll -
0fc9f7a4 6be3f408 00000002 03f5cc0c 00000000 KERNEL32!WaitForMultipleObjects+0x18
WARNING: Stack unwind information not available. Following frames may be wrong.
00000000 00000000 00000000 00000000 00000000 libsubs!DeleteSubtitleManager+0xe338



- blinkseb - 2010-09-06

I will need a debug log and a full stack dump (~* kb c).

What's the error message?


- Jani - 2010-09-06

blinkseb Wrote:I will need a debug log and a full stack dump (~* kb c).

What's the error message?
Sure, lemme watch something with the debug log on. What error message? The player just hangs looping a sound and the debugger appears.


- blinkseb - 2010-09-06

Jani Wrote:Sure, lemme watch something with the debug log on. What error message? The player just hangs looping a sound and the debugger appears.

Thta's odd. No error message, nothing ?


- gav1577 - 2010-09-06

Seb found a small bug you may already be aware of it, its in video settings video scaling method.
If i set to bicubic save default for all movies then exit xbmc when i go back to the settings its bilinear again.


- Jani - 2010-09-06

blinkseb Wrote:Thta's odd. No error message, nothing ?
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?


- Malexx - 2010-09-06

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