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
(2016-06-24, 20:08)robl45 Wrote: [ -> ]Does anyone know if this is being developed again?

Nope. No developer at this time.
Hello I have problem with Kodi DSplayer seems now that advancedsettings.xml is ignorred or the caching and buffer options were irrelevant to the Kodi dsplayer.

I need Kodi for plexbmc server over the internet and I need big buffer, because of kodi programming limitations the maximal amount that kodi could store in memory is 1000mb of forward cache.
Second solution is to use which I'm using now and its working ok in Kodi jarvis 16.1
<advancedsettings>
<network>
<buffermode>0</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>1000</readbufferfactor>
</network>

</advancedsettings>


Above settings works great in the normal Kodi jarvis 16.1 but with the Kodi dsplayer version everything is ignored.
Not only that its ignored but network loading is much slower at least 3 times than with the normal Kodi.

Is there solution.
Hmm seems everything is done with the lav splitter now, but its very
sluggish and question is will it allow 4096MBof buffer with aggressive network loading.
With ping 40ms on 30mbit it needs 20 seconds to punch the load to a full speed, I could try haali splitter to see how aggressive network load is with the haali.

Also as I see Kodi dsplayer is not aware of a buffer neither it show any info about buffer or where is the position of a buffer or how forward is the buffer.
I see Kodi memory footprint is rising which means that buffer is rising.
Also because of 32bit programming of Kodi dsplayer and lav splitter question is which is the maximal amount of the buffer in memory till the crash.


Ok the question is following, did someone tested which are the best setting
for a Lav Splitter "maximum queue memory", "maximum queue packets" and "stream analysis duration"?

Also how to force Kodi dsplayer to recognize buffer and to show on the load line that there is a buffer?
something than the default is the best, or go post your question on Doom9's forum
(2016-06-28, 16:07)loopdemack Wrote: [ -> ]Hmm seems everything is done with the lav splitter now, but its very
sluggish and question is will it allow 4096MBof buffer with aggressive network loading.
With ping 40ms on 30mbit it needs 20 seconds to punch the load to a full speed, I could try haali splitter to see how aggressive network load is with the haali.

Also as I see Kodi dsplayer is not aware of a buffer neither it show any info about buffer or where is the position of a buffer or how forward is the buffer.
I see Kodi memory footprint is rising which means that buffer is rising.
Also because of 32bit programming of Kodi dsplayer and lav splitter question is which is the maximal amount of the buffer in memory till the crash.


Ok the question is following, did someone tested which are the best setting
for a Lav Splitter "maximum queue memory", "maximum queue packets" and "stream analysis duration"?

Also how to force Kodi dsplayer to recognize buffer and to show on the load line that there is a buffer?

aracnoz didn't want to bother with a DSPlayer buffer. Whatever you get with LAV Splitter Source is all DSPlayer can offer.
Kodi DSplayer memory crash occurs after 3.679.000K memory.

Shame I have 24gb of memory and I cant use it for Kodi Dsplayer at full capacity..

Did aracnoz made some 64bit versions?
(2016-06-29, 02:37)loopdemack Wrote: [ -> ]Kodi DSplayer memory crash occurs after 3.679.000K memory.

Shame I have 24gb of memory and I cant use it for Kodi Dsplayer at full capacity..

Did aracnoz made some 64bit versions?

No, Kodi as a whole is still 32-bit today.
I wonder if we could/should try to start a ransom model to attract a Windows developer to move this to Kodi 17. I am referring to crowdsourcing a certain amount of money that gets unlocked once a developer steps up and moves DSPlayer to Kodi 17. Just a thought...
(2016-07-03, 12:10)ashlar Wrote: [ -> ]I wonder if we could/should try to start a ransom model to attract a Windows developer to move this to Kodi 17. I am referring to crowdsourcing a certain amount of money that gets unlocked once a developer steps up and moves DSPlayer to Kodi 17. Just a thought...

I think you'd be disappointed with how little money you'd raise. aracnoz said he could count on one hand the number of people who donated when he was in charge.
(2016-07-03, 20:53)Warner306 Wrote: [ -> ]
(2016-07-03, 12:10)ashlar Wrote: [ -> ]I wonder if we could/should try to start a ransom model to attract a Windows developer to move this to Kodi 17. I am referring to crowdsourcing a certain amount of money that gets unlocked once a developer steps up and moves DSPlayer to Kodi 17. Just a thought...

I think you'd be disappointed with how little money you'd raise. aracnoz said he could count on one hand the number of people who donated when he was in charge.


U're probably right. It is a shame knowing that all ppl using it just donating 4 or 5$ would make a nice amount.
I'm willing to donate as I did before, but if it is going nowhere...
Hello everyone. First off I want to say that I really love how this is set up to use mpc-hc as the primary player. With that said I am having problems with audio. I am on 2.1 setup and I am having problems with audio across the board. I am unsure how to set it up so that audio will play with the same sound levels with 2, 5.1, 7.1 etc. Some audio is very muffled while others play what sounds correctly to me. Also I am getting syncing issues at times it seems. I would appreciate if any one could help me with this problem.
(2016-07-03, 22:12)toki5 Wrote: [ -> ]Hello everyone. First off I want to say that I really love how this is set up to use mpc-hc as the primary player. With that said I am having problems with audio. I am on 2.1 setup and I am having problems with audio across the board. I am unsure how to set it up so that audio will play with the same sound levels with 2, 5.1, 7.1 etc. Some audio is very muffled while others play what sounds correctly to me. Also I am getting syncing issues at times it seems. I would appreciate if any one could help me with this problem.

Use Sanear, which is linked in the set up guide at the end of the filters section. Install it somewhere on your computer and choose if from DSPlayer settings.

BTW, DSPlayer is its own media player; it is not MPC-HC.
(2016-07-03, 20:53)Warner306 Wrote: [ -> ]
(2016-07-03, 12:10)ashlar Wrote: [ -> ]I wonder if we could/should try to start a ransom model to attract a Windows developer to move this to Kodi 17. I am referring to crowdsourcing a certain amount of money that gets unlocked once a developer steps up and moves DSPlayer to Kodi 17. Just a thought...

I think you'd be disappointed with how little money you'd raise. aracnoz said he could count on one hand the number of people who donated when he was in charge.
I've been very active on this thread (relatively speaking), you have written one of the best guides ever (it's good for any DirectShow based player, really), would you be interested in organizing this together? Just trying to do it. The way ransom model works, nothing is lost, it's not Kickstarter. If nobody steps up to the plate and delivers a working Kodi 17 DSPlayer no one spends a dime, if I remember correctly.
We could be the "judges" deciding if and when to unlock the ransom and towards whom? What do you think?

I hate to see this go without a fight. Sad

Edit:

We would need to find a service on the web providing the following:

1) Let people pledge money toward a working Kodi 17 DSPlayer.
2) See if developer(s) step up to collect the reward.
3) When/if the desired result is reached allow us to release the money collected to the delivering developer.

I am not entirely sure something like this exists, to be honest.
I think that would be an excellent initiative, at rightly , so good demonstration of good will, both on our part DSPlayer users, to adopt a system to do "die" DSPlayer.

I think that '"I" should be omitted, but in the end, I understand that everything depends on the will of those you can' take charge of this development, accompanied by a cash incentive.
However I approve the initiative.

ashlar, why do not you open a poll for this ... just an idea.
Hi gotham_x, I'd gladly open the poll to test the interest in this. I just want to be sure that the right tool exists to do what we would need to do.

That is rasing money, keeping it in a "safe place" and releasing it to a deserving subject when we deem it right. I know this last portion is completely subjective, this is why I was seeking Warner306 involvement. Because people (developers) would need to trust our good faith in this. I am fairly sure of my good faith, but I can't necessarily expect others do to the same. Smile
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