Kodi Community Forum
Kodi DSPlayer – DirectShow Player for Windows - 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: Kodi DSPlayer – DirectShow Player for Windows (/showthread.php?tid=223175)

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


RE: Kodi DSPlayer – DirectShow Player for Windows - spencerjford - 2017-06-07

(2017-06-06, 22:37)Soliver84 Wrote: DVBviwer Backend Not Funk.


DVBviewer and Kodi Dsplayer is not supported. You will have to resort to videoplayer.


RE: Kodi DSPlayer – DirectShow Player for Windows - section_32 - 2017-06-07

Hi, this might seem like a dumb question but anywho, been using kodi a long time but have never really looked at madvr or DSPlayer. recently bought an OLED TV 4k HDR and want to make sure i'm getting the most from it and the movies i'm watching. I've got myself some content to watch and some plays through kodi while others cause it to crash. Is DSPlayer the way to go in this regard and is there anything i need to know to get HDR working and everything configured correctly?

Thanks to anyone who can help Smile


RE: Kodi DSPlayer – DirectShow Player for Windows - fullsun - 2017-06-07

(2017-06-06, 20:30)Cinder Wrote:
(2017-06-06, 19:43)Warner306 Wrote: You have to use SMB shares.

I was starting to suspect something like that because the nfs shares are extremely slow on windows, they work superbly on my Arch Linux installation. But why are samba shares required over nfs which I assume can be tuned to be faster?

I'm trying to share settings between Linux and Windows, is this feasible? Also, can I have the windows machines link samba shares and Linux point to nfs shares if they point to the same folders, ie movies or something, or will the database interpret the sources as different and scrape duplicates of everything - one samba path and one nfs path file?
It is, use SaMBa but the config for working is complex, try this:
Quote:[global]
workgroup = WORKGROUP
netbios name = (a name...)
server string = Samba Server
;interfaces = (put here the IP/24 of your interface, and remove ";" , facultative)
security = USER
map to guest = Bad User
log file = /var/log/samba/%m.log
name resolve order = wins lmhosts hosts bcast
dns proxy = No
idmap config * : backend = tdb
create mask = 0664
force create mode = 0664
directory mask = 0775
force directory mode = 0775
printing = bsd
printcap name = /dev/null
load printers = no
disable spoolss = yes


[homes]
comment = Home Directories
read only = No
browseable = No


[fichier]
comment = repertoire fichier
path = /srv/samba/share
read only = No
create mask = 0775
guest only = Yes
guest ok = Yes
gl


RE: Kodi DSPlayer – DirectShow Player for Windows - SALAMINOMACHOS - 2017-06-07

(2017-06-02, 19:50)SALAMINOMACHOS Wrote: May i run Ds Player Krypton 17.3 with Kodi Krypton 17.0?
The main problem is that i can not install Kodi Krypton 17.3
It crashes
Any answer here?


RE: Kodi DSPlayer – DirectShow Player for Windows - tingtong5 - 2017-06-07

(2017-06-06, 21:59)Warner306 Wrote:
(2017-06-05, 19:22)Warner306 Wrote:
(2017-06-05, 09:45)tingtong5 Wrote: Yes! I am. I once tried the other option but I did not give me the amount of control I liked to configure madvr , or at least not as easy. Do you suggest this might be the cause of the increased average frame render time?

No, rendering times should be the same.

No one else can comment on this? I'm still using 16.1 and I'm curious, too, if this is a problem with 17.3? Are frame rendering times increased?
I did some extensive testing today, using the same scene of some 1080P movie.

Average frame render time Kodi DSplayer 16.1 around 18 ms.
Average frame render time Kodi DSplayer 17.3 around 38 ms!!!!!! About twice as much!

CTRL-J during playback shows exactly the same going on in Madvr (except for the queue numbers).
O in Kodi shows low CPU usage for both versions.

All madvr settings exactly the same.
All kodi settings exactly the same.

Also upgraded nvidia driver to the latest, did not make any difference. Installed both (32 bit) versions several times, exact same results!

Something seems to be awfully wrong with this 17.3 version, unless of course I am overseeing something, which I hope is the case ;-)

Can anyone confirm this behaviour? I am on windows 7 64 bits by the way.


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2017-06-07

(2017-06-07, 20:41)tingtong5 Wrote:
(2017-06-06, 21:59)Warner306 Wrote:
(2017-06-05, 19:22)Warner306 Wrote: No, rendering times should be the same.

No one else can comment on this? I'm still using 16.1 and I'm curious, too, if this is a problem with 17.3? Are frame rendering times increased?
I did some extensive testing today, using the same scene of some 1080P movie.

Average frame render time Kodi DSplayer 16.1 around 18 ms.
Average frame render time Kodi DSplayer 17.3 around 38 ms!!!!!! About twice as much!

CTRL-J during playback shows exactly the same going on in Madvr (except for the queue numbers).
O in Kodi shows low CPU usage for both versions.

All madvr settings exactly the same.
All kodi settings exactly the same.

Also upgraded nvidia driver to the latest, did not make any difference. Installed both (32 bit) versions several times, exact same results!

Something seems to be awfully wrong with this 17.3 version, unless of course I am overseeing something, which I hope is the case ;-)

Can anyone confirm this behaviour? I am on windows 7 64 bits by the way.

Try the 32-bit version?


RE: Kodi DSPlayer – DirectShow Player for Windows - Mr.Fred.Flanders - 2017-06-08

I tried to add MilkDrop2 visualization and it gave me an error. I take it those are broken for this build? No biggie just wondering.

Also: how do I reduce the "motion artifacts"? (fast action sequences/panning can cause this)

Any advice is greatly appreciated<3


RE: Kodi DSPlayer – DirectShow Player for Windows - tingtong5 - 2017-06-08

(2017-06-07, 23:20)Warner306 Wrote:
(2017-06-07, 20:41)tingtong5 Wrote:
(2017-06-06, 21:59)Warner306 Wrote: No one else can comment on this? I'm still using 16.1 and I'm curious, too, if this is a problem with 17.3? Are frame rendering times increased?
I did some extensive testing today, using the same scene of some 1080P movie.

Average frame render time Kodi DSplayer 16.1 around 18 ms.
Average frame render time Kodi DSplayer 17.3 around 38 ms!!!!!! About twice as much!

CTRL-J during playback shows exactly the same going on in Madvr (except for the queue numbers).
O in Kodi shows low CPU usage for both versions.

All madvr settings exactly the same.
All kodi settings exactly the same.

Also upgraded nvidia driver to the latest, did not make any difference. Installed both (32 bit) versions several times, exact same results!

Something seems to be awfully wrong with this 17.3 version, unless of course I am overseeing something, which I hope is the case ;-)

Can anyone confirm this behaviour? I am on windows 7 64 bits by the way.

Try the 32-bit version?
I don't have the 32 bit version ;-) Also I do not see the benefit of trying this?


RE: Kodi DSPlayer – DirectShow Player for Windows - ashlar - 2017-06-08

(2017-06-07, 23:20)Warner306 Wrote:
(2017-06-06, 21:59)Warner306 Wrote: No one else can comment on this? I'm still using 16.1 and I'm curious, too, if this is a problem with 17.3? Are frame rendering times increased?
Try the 32-bit version?
I'm using 17.3 x86. Yesterday I installed madVR 0.91.10 to give this a go (before I was on an old release, prior to NGU's introduction). Rendering times seem pretty identical to me. I did *not* install Creator's Update, as I read on madVR's thread on Doom9 that it could cause problems. Using a GTX 660 on my HTPC I can use NGU Anti-Alias or NGU Sharp set at medium or high (depending on starting resolution and number of pixels to be processed, as we know 4:3 or 2.35:1 sources are easier than 16:9 ones).


RE: Kodi DSPlayer – DirectShow Player for Windows - tingtong5 - 2017-06-08

(2017-06-08, 12:59)ashlar Wrote:
(2017-06-07, 23:20)Warner306 Wrote:
(2017-06-06, 21:59)Warner306 Wrote: No one else can comment on this? I'm still using 16.1 and I'm curious, too, if this is a problem with 17.3? Are frame rendering times increased?
Try the 32-bit version?
I'm using 17.3 x86. Yesterday I installed madVR 0.91.10 to give this a go (before I was on an old release, prior to NGU's introduction). Rendering times seem pretty identical to me. I did *not* install Creator's Update, as I read on madVR's thread on Doom9 that it could cause problems. Using a GTX 660 on my HTPC I can use NGU Anti-Alias or NGU Sharp set at medium or high (depending on starting resolution and number of pixels to be processed, as we know 4:3 or 2.35:1 sources are easier than 16:9 ones).
Did you also compare render time between Kodi 16.1 and Kodi 17.3 or only between madvr versions on Kodi 17.3?


RE: Kodi DSPlayer – DirectShow Player for Windows - mrdogman - 2017-06-09

I have a problem: ReClock is not showing up as a selectable Audio Renderer in the DSPlayer settings in Kodi.

I tried reinstalling ReClock and rebooting and that hasn't helped matters... am I missing a step?
I notice the WASAPI options aren't showing up either.

I've been following this guide for it: https://forum.kodi.tv/showthread.php?tid=222576

My OS is Windows 7 Ultimate SP1 x64. I tried both 1.9.0.0 and the 1.9.0.6 Beta of ReClock. Kodi version is the DSPlayer version Krypton 1.73 x86. Thanks for any help.


RE: Kodi DSPlayer – DirectShow Player for Windows - franky52 - 2017-06-09

I can't play a 3D MVC mkv movie with hardware acceleration on a i3 nuc.

Can intel graphic card play it or it's only software accelerated?


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2017-06-09

(2017-06-09, 12:56)mrdogman Wrote: I have a problem: ReClock is not showing up as a selectable Audio Renderer in the DSPlayer settings in Kodi.

I tried reinstalling ReClock and rebooting and that hasn't helped matters... am I missing a step?
I notice the WASAPI options aren't showing up either.

I've been following this guide for it: https://forum.kodi.tv/showthread.php?tid=222576

My OS is Windows 7 Ultimate SP1 x64. I tried both 1.9.0.0 and the 1.9.0.6 Beta of ReClock. Kodi version is the DSPlayer version Krypton 1.73 x86. Thanks for any help.

Are you sure you are using the 32-bit version of DSPlayer?


RE: Kodi DSPlayer – DirectShow Player for Windows - gotham_x - 2017-06-13

Someone of you has some Feedback for GTX 1080 Nvidia and Madvr and NGU for 4K HDR ? How it behaves with an algorithm so aggressive ? I ask this because I'm evaluating the purchase of a ZOTAC GeForce GTX 1080 AMP Extreme.NOT use for Video game!!! utilization Kodi DSPlayer and external player POTPlayer.
It's worth ? Or need push over : GTX 1080 Ti for example


RE: Kodi DSPlayer – DirectShow Player for Windows - stoolzo - 2017-06-13

I've been having problems with DS since the latest update, dropping frames, crashes, black screens, audio sync problems, 3D MVC failing to load are just a few. Thought i'd tried everything to resolve but I Hadnt.

I have quite a complex setup in DS so i've simply been installing latest versions over the top to avoid a lengthy reinstall, this had been working fine but it seems this latest version broke something as I tried a fresh portable install and everything is back to normal.

I always use portable as its easy just to create a copy of the whole folder as a backup, if things go wrong sometimes you can do a fresh install and then just copy the userdata over and you are ready to go, not with this latest release though for me, it required a completely fresh install, which to be honest doesnt hurt to do now and again.

Mine is now more stable that its ever been, everything plays well, 3D MVC loads with no issues, great release,

Thanks.