Kodi Community Forum

Full Version: Kodi DSPlayer – DirectShow Player for Windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524
aracnoz, considering I had the stopping problem with black screen, what would be the recommended version to download in order to give it another try?
(2015-05-16, 06:55)Warner306 Wrote: [ -> ]Just stopped in to say the new madVR is giving me a green screen on some titles. This might have to do with me using the new Direct3D 11 presentation path with fullscreen exclusive mode to take advantage of 10 bit output. My old 2007 Panasonic plasma is a 12 bit display, so I've attempted playback with D3D11 + FSE, as this is required for 10 bit output. Changing the bit depth to 8 bits doesn't seem to fix the problem.

Usually green screen occurs when something wrong with DXVA or D3D when in use. Whether it's a bug in drivers or implementation. I doubt it has anything to do with higher bit output though. And from my past experience it occured a lot on Intel graphics system. Try disable HW decoding to see if it makes any difference.
(2015-05-15, 17:02)oldpoem Wrote: [ -> ]I think it's the same problem as djoole. I can hear the sound of gui & kodi accept any command through keyboard & remote. The latest build has a little bit different behaviour though, now it most of the time it won't be backscreen part of gui showed up usually some topbar / status bar of skin and when press power button the shutdown menu sometimes popupped but the rest of screen stay black. Seem like not all GUI was restored. I'd try to created debug log next time it happened.

Also I'm not using any other inputs just wireless keyboard & mce remote. Most of the time keyboard stay off and only remote is used.

if you have the gui partially showed means that you had a problem with textures, so your the debug log could be useful to see if there is some error while restoring textures and which threads are working on stop
this not exclude the fact that maybe sometime you have also another problem more similar to djoole

(2015-05-15, 23:15)djoole Wrote: [ -> ]I've just found out that there was an option "pause during refresh rate" that was activated in the CEC peripheral options in Kodi.

So now we know who was pausing Smile

I'll try some videos to see if the black screen problem was coming from that but I have good hope Smile

i was thinking that maybe pulse eight was the problem even if you don't use how remote, but it does not make sense to me... it's just a try
anyway in your case, now that we have solve all problems related to the texutres, seems that it's a problem with focus because when you go in taskmanager and then back to kodi you have the gui properly rendered without any glitches, i'm right? I can reproduce this issue removing a part of the code on stop

Code:
m_pVideoWindow->put_Visible(OAFALSE);
m_pVideoWindow->put_Owner((OAHWND)NULL);

this part serves to make madvr's window not visible and to remove from kodi... then you should have the focus on kodi.

so maybe it could be useful to call this just before/after during the stop, but again it does not make sense to me :\

(2015-05-16, 06:55)Warner306 Wrote: [ -> ]Just stopped in to say the new madVR is giving me a green screen on some titles. This might have to do with me using the new Direct3D 11 presentation path with fullscreen exclusive mode to take advantage of 10 bit output. My old 2007 Panasonic plasma is a 12 bit display, so I've attempted playback with D3D11 + FSE, as this is required for 10 bit output. Changing the bit depth to 8 bits doesn't seem to fix the problem.

i also have some kind of problem with latest madVR and switching refresh+fse+dx11, just for now if you want test these features you could try to enable to change refresh with both kodi and madVR
to see if solves the issue, i will wait that madshi updates the api to manage the new options without the tryicon, this it's the signal that madVR has reached more stability with these new features

(2015-05-16, 11:58)ashlar Wrote: [ -> ]aracnoz, considering I had the stopping problem with black screen, what would be the recommended version to download in order to give it another try?

you have to upgrade kodi to isengard dsplayer and then replace the exe with latest test build posted, for any kind of problem even if you think that are similar to other cases you should post your debug log
I've unchecked the option in libCEC settings in Kodi, still black screen, still onPause after a video stopped by itself.
I've deactivated libCEC peripheral in Kodi, still onPause in logs, still black screen.

Here are the logs (end at 00:22:58) : http://pastebin.com/EX4vC0Hc

I tried to launch a video, go just a few sec before the end, and let it finish... I've still got onPause before onStop, bu tno black screen.
It seems I get black screen after watching for quite a time a video. I get it almost 100% when watching a serie episode and letting finish by itself.

You don't have onPause in this case?

And to answer your question, no more texture problems. Once i open taskmanager and focus back to Kodi, everything is normal.
It's just that after stopping, and screen refreshing back to 60Hz, black screen.
@djoole

i prepared another test build

http://www.mediafire.com/download/y8ybpq...ngard6.rar

i tried to force madvr to exit from exclusive mode before to stop... maybe could be useful to maintain the right focus

@Warner306

i added a new option in video to change the refresh a little bit before... this should fix the problem with dx11 fse
I'll try the new build tomorrow.

In the meantime, I'd like to submit a new issue : each time a pause a video, GPU load is increasing from 55% to 96%.
I found out about this because GPU fans speed is rising and the computer is making a noise like is going to take off Smile

It's systematic regarding the video paused, the skin used (tried with Aeon MQ5 and Confluence)

In the following screenshot, you can see the phase with GPU load @96 (the video is paused) and then the load @57 (video is playing) and then load nearly 0 (video stopped)
Image

Is this a known issue?
yeah it's a known issue, madshi should do something for this with one of the next releases

this not happens on other players as mpc because there is no gui to render while pause..
OK thanks.
As I don't have this issue with MPC+MadVR, I thought it was only DSPlayer related.
(2015-05-16, 12:55)oldpoem Wrote: [ -> ]
(2015-05-16, 06:55)Warner306 Wrote: [ -> ]Just stopped in to say the new madVR is giving me a green screen on some titles. This might have to do with me using the new Direct3D 11 presentation path with fullscreen exclusive mode to take advantage of 10 bit output. My old 2007 Panasonic plasma is a 12 bit display, so I've attempted playback with D3D11 + FSE, as this is required for 10 bit output. Changing the bit depth to 8 bits doesn't seem to fix the problem.

Usually green screen occurs when something wrong with DXVA or D3D when in use. Whether it's a bug in drivers or implementation. I doubt it has anything to do with higher bit output though. And from my past experience it occured a lot on Intel graphics system. Try disable HW decoding to see if it makes any difference.

Yes, the answer was Intel graphics + D3D11 + hardware acceleration. Software decoding fixed this issue.

I find upscaled 12-bit color quite beautiful. It is a bigger upgrade than a small increase in image sharpness. Bringing up the filters list during playback and selecting ReClock will tell you the output being received by the TV.

Edit: I think the actual output is 10-bits and the difference is more placebo. I don't watch this television as much. It is the plasma color engine more than anything.
(2015-05-17, 00:55)aracnoz Wrote: [ -> ]@djoole

i prepared another test build

http://www.mediafire.com/download/y8ybpq...ngard6.rar

i tried to force madvr to exit from exclusive mode before to stop... maybe could be useful to maintain the right focus

@Warner306

i added a new option in video to change the refresh a little bit before... this should fix the problem with dx11 fse

It's worse with this build.
I get black screen and Kodi not answering.
I've played only one video with this build, and it's several files named XXXX.part1.avi, XXXX.partn.avi
The blackscreen/freeze occured when Kodi was supposed to play part 2.
Maybe it's something specific to multipart files and not relating to our previous problem..

I'll try more tests.
In the meantime here are the logs, stop of part 1 at 19:29:52 : http://pastebin.com/U5qKBcMF


EDIT : Definitely an issue with multi parts video.
Sometimes I get blackscreen and Kodi frozen after part1, sometimes i get the sound of part2 but I see the navigation screen.

I'll try to watch some series tonight to see if stopping problem is solved Wink
(2015-05-17, 00:55)aracnoz Wrote: [ -> ]@djoole

i prepared another test build

http://www.mediafire.com/download/y8ybpq...ngard6.rar

i tried to force madvr to exit from exclusive mode before to stop... maybe could be useful to maintain the right focus

@Warner306

i added a new option in video to change the refresh a little bit before... this should fix the problem with dx11 fse

I'm not sure what to say but I'ven't got blackscreen with this build yet. I tried many files in short time but all is good. Will try more later, but then no log file till the problem surface.
(2015-05-17, 19:42)djoole Wrote: [ -> ]It's worse with this build.
I get black screen and Kodi not answering.
I've played only one video with this build, and it's several files named XXXX.part1.avi, XXXX.partn.avi
The blackscreen/freeze occured when Kodi was supposed to play part 2.
Maybe it's something specific to multipart files and not relating to our previous problem..

I'll try more tests.
In the meantime here are the logs, stop of part 1 at 19:29:52 : http://pastebin.com/U5qKBcMF

here the problem it's the second playstart not the stop... madVR fails to enter in fullscreen exclusive mode, to find out why it could be useful generate a madvr freeze report by pressing and hold CTRL+SHIFT+ALT+BREAK/PAUSE while kodi appear frozen

i just added a new options to madVR in Video - Playback - "Change refresh before playstart" to anticipate a little this process that sometimes could influence madvr while it's entering in exclusive mode, for example i have a blackscreen if I try to enter in fullscreen exclusive mode with madVR 0.88.8 and d3d11

(2015-05-17, 19:42)djoole Wrote: [ -> ]sometimes i get the sound of part2 but I see the navigation screen.

yeah, this it's a strange behavior of dsplayer, even with evr, when play next file... i have to investigate, you can go back until the video appear

(2015-05-17, 19:42)djoole Wrote: [ -> ]I'll try to watch some series tonight to see if stopping problem is solved Wink

(2015-05-17, 19:53)oldpoem Wrote: [ -> ]I'm not sure what to say but I'ven't got blackscreen with this build yet. I tried many files in short time but all is good. Will try more later, but then no log file till the problem surface.

finger crossed Smile


p.s.

i'm testing a workaround to avoid gpu load while pause (thx tiben20) but we cannot have everything because the way that madVR manage the pause state... so with this solution the gpu load it's not so high but the GUI animation like windows transition, mouse movement etc etc are not so smooth as we would like, but i think that it's more important to preserve the gpu from heat that have super smooth gui during pause Smile
I watched 3 videos tonight and no black screen at the end.
As it was almost systematic, I would say this is the one Smile

As for multi parts videos, you say "you can go back until the video appear".
What do you mean by go back?
Quote:p.s.

i'm testing a workaround to avoid gpu load while pause (thx tiben20) but we cannot have everything because the way that madVR manage the pause state... so with this solution the gpu load it's not so high but the GUI animation like windows transition, mouse movement etc etc are not so smooth as we would like, but i think that it's more important to preserve the gpu from heat that have super smooth gui during pause Smile
The best way would be to be able to use the frame limiter built in kodi that caps the fps during pause. But its easier said than done
aracnoz
Thanks a bunch for dsplayer and these later builds

I'm coming late to party - but was having occasional blank screen issues on stopping (with 14.2 Helix and MadVR 08721)

Upgraded all to 15 Beta 1 and then your builds (b2) and all seems to be working well with no blank screen as yet (couple of hours of testing)

Thanks
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524