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
I would love to have x64 as i only use just that one Smile
It actually shows up as 17.4 on the splashscreen
That's normal for RC builds and in system info it will display 17.5RC1 like in the screenshot Smile
Having some trouble with a x64 build but will try.

// Edit

Can't figure out the x64 build but best guess is something changed in static linking of Python libraries, not sure how to fix that Sad

Image
(2017-08-31, 22:07)RickDB Wrote: [ -> ]That's normal for RC builds and in system info it will display 17.5RC1 like in the screenshot Smile
Having some trouble with a x64 build but will try.

// Edit

Can't figure out the x64 build but best guess is something changed in static linking of Python libraries, not sure how to fix that Sad

Image
There are previous posts about something that was different with the kodi video player in x64 builds. I can't remember where the posts were made though. Thank you again for taking a crack at this though.
(2017-08-31, 19:19)RickDB Wrote: [ -> ]Unofficial build based on Kodi 17.5RC1 is linked below, recommend making backups beforehand as this my first go at building Kodi so errors may occur.
This is just a stop-gap measure till the developer returns as I can only do basic patches and builds like this, after install your system information should list this version:

Image

Fork repo used in build for reference:

https://github.com/RickDB/xbmc/commits/Krypton_dsplayer



Setup 32bit: DSPlayer 17.5RC1 Krypton - build (20170831-0b0f92fce4)
Setup 64bit: Fails to compile.

All credits go to @aracnoz as this is just a build merged with all his changes.

Hey thanks for this - seems to be very stable. I normally use the x64 version of Dsplayer, but will live with this build for a while (the whole 32 vs 64bit debate with dsplayer is overblown anyway - I never see any real differences in render times etc).

BTW, I downloaded the latest Lav nightly and overwrote lav inc in this build in order to use the new dx11 decoder.

So thanks again.

K
Yeah did the same for LAV Filters here to get DX11 offloading, once they are released as stable will include in a new build Smile
Only downside is that it's missing the UI settings to set that in Kodi directly but might be able to make a small patch for that.

Judging by the build documentation Kodi 18 is a bit more mature when it comes to x64 support, one of the upsides is more accessible memory of course but chance of exceeding 3.5Gb is gonna be a rare case.
Thanks for sharing Big Grin

I went with a fresh install and threw all my usual stuff on there and everything is working fine on my end.. Good job figuring it all out.. Smile
Added D3D11 setting so that once LAV filters are out of testing DSPlayer can support it with internal filters as well (otherwise would reset it to no HW accel), tested that here with latest LAV nightly (0.70.2.66) and working:

https://github.com/RickDB/xbmc/commit/61...167432bb73

So new build once LAV filters are marked as stable.
Awesome. I'm gonna have to give this a try tonight.

I would also suggest submitting some pull request's to aracnoz's DSPlayer branches so he doesn't lose out on feature improvement if and when he returns.
How to know if aracnoz is not dead?
(2017-09-01, 14:00)RickDB Wrote: [ -> ]Added D3D11 setting so that once LAV filters are out of testing DSPlayer can support it with internal filters as well (otherwise would reset it to no HW accel), tested that here with latest LAV nightly (0.70.2.66) and working:

https://github.com/RickDB/xbmc/commit/61...167432bb73

So new build once LAV filters are marked as stable.

Cool.

K
(2017-09-01, 07:51)oldpainless Wrote: [ -> ]
(2017-08-31, 19:19)RickDB Wrote: [ -> ]Unofficial build based on Kodi 17.5RC1 is linked below, recommend making backups beforehand as this my first go at building Kodi so errors may occur.
This is just a stop-gap measure till the developer returns as I can only do basic patches and builds like this, after install your system information should list this version:

Image

Fork repo used in build for reference:

https://github.com/RickDB/xbmc/commits/Krypton_dsplayer



Setup 32bit: DSPlayer 17.5RC1 Krypton - build (20170831-0b0f92fce4)
Setup 64bit: Fails to compile.

All credits go to @aracnoz as this is just a build merged with all his changes.

Hey thanks for this - seems to be very stable. I normally use the x64 version of Dsplayer, but will live with this build for a while (the whole 32 vs 64bit debate with dsplayer is overblown anyway - I never see any real differences in render times etc).

BTW, I downloaded the latest Lav nightly and overwrote lav inc in this build in order to use the new dx11 decoder.

So thanks again.

K
Yes. I just tested this build and it looks very good. However I've got some MKV files that simply crashes Kodi every time. I'm looking at the Kodi log file but there isn't any interesting info there. I tried to play those files in latest MPC-HC using LAV filters and madVR and they play without any issues. I just tried to mangle all DSPlayer options and Kodi still crashes. Is there any way I can send You short version of such file(s) RickDB, so You could test/debug?

Please notice that those movies plays without any issues on normal Kodi/LibreELEC.
Certain files is odd especially if it's only with Kodi but few questions:

- Does it report a madVR crash?
- Does it crash with the last official build (17.3)?
- What graphics card and drivers?

Windows Event Viewer might show a bit more info on the application crash like reported dll at fault, what we can test as well:

- Disable any refresh rate changer (Kodi internal + madVR's)
- Use Direct3D 9 in both Kodi DSplayer and in madVR's own settings
- Disable exclusive mode in madVR
- If using Nvidia + NNEDI try NGU

MPC-HC is most likely using a more up to date LAV filter version as the one included with Kodi is a few versions behind, if all else fails you can try a manual upgrade for those:

- Make sure Kodi is not running
- Download and install latest LAV filters:

https://github.com/Nevcairiel/LAVFilters...taller.exe

- Now copy those x86 files to the Kodi dsplayer folder, in the below example from the left folder to right:

Image
Now that is a good tech reply Smile thanks for the hints. I'll test all of them. Stay tuned.
(2017-09-01, 23:18)RickDB Wrote: [ -> ]Certain files is odd especially if it's only with Kodi but few questions:


- Does it report a madVR crash?
If you're asking what Windows show then no. "Kodi stopped working". Kodi.exe crashes everytime.


(2017-09-01, 23:18)RickDB Wrote: [ -> ]- Does it crash with the last official build (17.3)?
No.

(2017-09-01, 23:18)RickDB Wrote: [ -> ]- What graphics card and drivers?
GeForce GT 1030 and latest Nvidia 384.94 drivers. Pure and fresh Windows 10 with all updates. It's a PC only for Kodi. What's important. Soundcard is also from GT 1030 (comes from HDMI).


(2017-09-01, 23:18)RickDB Wrote: [ -> ]Windows Event Viewer might show a bit more info on the application crash like reported dll at fault, what we can test as well:
It shows this (in xml format):
Code:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Application Error" />
  <EventID Qualifiers="0">1000</EventID>
  <Level>2</Level>
  <Task>100</Task>
  <Keywords>0x80000000000000</Keywords>
  <TimeCreated SystemTime="2017-09-02T06:20:46.284596900Z" />
  <EventRecordID>1053</EventRecordID>
  <Channel>Application</Channel>
  <Computer>HTPC</Computer>
  <Security />
  </System>
- <EventData>
  <Data>kodi.exe</Data>
  <Data>17.4.901.0</Data>
  <Data>59a8366b</Data>
  <Data>kodi.exe</Data>
  <Data>17.4.901.0</Data>
  <Data>59a8366b</Data>
  <Data>c0000005</Data>
  <Data>006b50be</Data>
  <Data>1fdc</Data>
  <Data>01d323b38f1d65a1</Data>
  <Data>C:\Program Files (x86)\Kodi\kodi.exe</Data>
  <Data>C:\Program Files (x86)\Kodi\kodi.exe</Data>
  <Data>16696e4f-037a-4a52-8885-d63cc6222b16</Data>
  <Data />
  <Data />
  </EventData>
  </Event>

(2017-09-01, 23:18)RickDB Wrote: [ -> ]- Disable any refresh rate changer (Kodi internal + madVR's)
Tried that. Still crashes.


(2017-09-01, 23:18)RickDB Wrote: [ -> ]- Use Direct3D 9 in both Kodi DSplayer and in madVR's own settings
Tried that. Still crashes.


(2017-09-01, 23:18)RickDB Wrote: [ -> ]- Disable exclusive mode in madVR
I disabled it in Kodi DSPlayer settings and still crashes.


(2017-09-01, 23:18)RickDB Wrote: [ -> ]- If using Nvidia + NNEDI try NGU
I'm using default madVR setting for Kodi DSPlayer build. I don't use NNEDI or NGU.


(2017-09-01, 23:18)RickDB Wrote: [ -> ]MPC-HC is most likely using a more up to date LAV filter version as the one included with Kodi is a few versions behind, if all else fails you can try a manual upgrade for those:

- Make sure Kodi is not running
- Download and install latest LAV filters:

https://github.com/Nevcairiel/LAVFilters...taller.exe

- Now copy those x86 files to the Kodi dsplayer folder, in the below example from the left folder to right:

Image
Tried that already with latest build from this file https://files.1f0.de/lavf/nightly/LAVFil...0.2-66.exe and still crashes.

Edit: Maybe I'll post 30-60 seconds of such "crashing" file so You can test it on your setup?
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