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 - emcepe - 2017-02-21

Hi all,

I have a problem with this DSPlayer build from 20170210 32-bit on Windows 7.

When I try to watch Live-TV with DVBViewer PVR, like I did with 16.X DSPlayer, I get this error:

22:41:58.844 T:6836 ERROR: CFGLoader::LoadFilterRules Extension "" not found. Please check mediasconfig.xml
22:41:58.844 T:6836 ERROR: CFGManager::RenderFileXbmc Failed to load filters rules
22:41:58.844 T:6836 NOTICE: thread end: CDSGraphThread::OnExit()
22:41:58.844 T:10112 ERROR: CDSPlayer:Tonguerocess - Failed creating DS Graph

I don't have a mediasconfig.xml or a playercorefactory.xml

When I turn of DSPlayer and use VideoPlayer for all, it just works.

It may be fixable by just adding:

Code:
<playercorefactory>
  <rules action="prepend">
    <rule protocols="pvr" player="VideoPlayer" />
  </rules>
</playercorefactory>

but I want to have DSPlayer play it. Bug? Feature?

Thanks.


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2017-02-21

(2017-02-21, 01:04)emcepe Wrote: Hi all,

I have a problem with this DSPlayer build from 20170210 32-bit on Windows 7.

When I try to watch Live-TV with DVBViewer PVR, like I did with 16.X DSPlayer, I get this error:

22:41:58.844 T:6836 ERROR: CFGLoader::LoadFilterRules Extension "" not found. Please check mediasconfig.xml
22:41:58.844 T:6836 ERROR: CFGManager::RenderFileXbmc Failed to load filters rules
22:41:58.844 T:6836 NOTICE: thread end: CDSGraphThread::OnExit()
22:41:58.844 T:10112 ERROR: CDSPlayer:Tonguerocess - Failed creating DS Graph

I don't have a mediasconfig.xml or a playercorefactory.xml

When I turn of DSPlayer and use VideoPlayer for all, it just works.

It may be fixable by just adding:

Code:
<playercorefactory>
  <rules action="prepend">
    <rule protocols="pvr" player="VideoPlayer" />
  </rules>
</playercorefactory>

but I want to have DSPlayer play it. Bug? Feature?

Thanks.

As per the official guide, DSPlayer supports NextPVR, MediaPortal and Argus TV. DVBViewer would only be compatible with VideoPlayer. I don't know how you got it to work with Jarvis.

Instructions linked in this post: 222576 (thread).


RE: Kodi DSPlayer – DirectShow Player for Windows - emcepe - 2017-02-21

(2017-02-21, 02:20)Warner306 Wrote: As per the official guide, DSPlayer supports NextPVR, MediaPortal and Argus TV. DVBViewer would only be compatible with VideoPlayer. I don't know how you got it to work with Jarvis.

Instructions linked in this post: 222576 (thread).
hmm strange. But Isengard had official support for DBViewer, no?

Quote:20 September 2015 (5eef595)
...
• Updated Internal filters rules to work with PVRBackends (Mediaportal / ArgusTv / DVBViewer)

Well, if support for DVBViewer is gone I think there should be some default config so that it works ouf of the box with VideoPlayer without manually hacking XML files Smile


RE: Kodi DSPlayer – DirectShow Player for Windows - goldenfingaz - 2017-02-21

I build a net HTPC with a Intel Pentium G4560 on a DeskMini 110 and the problem is the gui is blinking when i watch a video, help me please. Smile

http://pastebin.com/7Bfd5ksY


RE: Kodi DSPlayer – DirectShow Player for Windows - da3dsoul - 2017-02-21

Out of curiosity, is this going to be in active development again, or was it just updated with much needed love? I have an issue where I feed a stream into dsplayer via an addon, but it doesn't like the way the media info is formatted. Is there any possibility of forcing it to run the head of the stream through kodi's media info, and using that instead? I feel it will solve a lot of addon issues that aren't related to poor internet connection. As it stands, kodi just crashes to desktop when I feed it any codec info that it doesn't like (for example eac3, sometimes AAC, h264 10p).


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2017-02-21

(2017-02-21, 09:37)emcepe Wrote: • Updated Internal filters rules to work with PVRBackends (Mediaportal / ArgusTv / DVBViewer)

<playercorefactory>
<rules action="prepend">
<rule protocols="pvr|rtsp" player="VideoPlayer" />
</rules>
</playercorefactory>

I think this is your answer.


RE: Kodi DSPlayer – DirectShow Player for Windows - emcepe - 2017-02-22

@aracnoz: could you please merge:

http://trac.kodi.tv/ticket/17304 which links to https://github.com/xbmc/xbmc/pull/11651

and build a new Kodi DSPlayer release?

Krypton UI is very slow compared to any previous Kodi release. Thank you!


RE: Kodi DSPlayer – DirectShow Player for Windows - ashlar - 2017-02-22

I think aracnoz would be kind enough if he updated his build when Kodi 17.1 is going to be released. To ask for more... it seems to me it's too much. But it's simply my opinion.


RE: Kodi DSPlayer – DirectShow Player for Windows - _Andy_ - 2017-02-22

If someone like to test my own build feel free to download. I have merged all PR from Krypton nighties and i have changed the splash screen and updated to the latest nighties ffmpeg .

All credits goes to aracnoz i have merged the PRs only.

32bit https://drive.google.com/open?id=0B0jBz9WdV21ySnBxSFdTSDNSRW8
64bit https://drive.google.com/open?id=0B0jBz9WdV21ydDM4N3RObENZdG8


RE: Kodi DSPlayer – DirectShow Player for Windows - oldpainless - 2017-02-22

(2017-02-22, 03:01)_Andy_ Wrote: If someone like to test my own build feel free to download. I have merged all PR from Krypton nighties and i have changed the splash screen and updated to the latest nighties ffmpeg .

All credits goes to aracnoz i have merged the PRs only.

32bit https://drive.google.com/open?id=0B0jBz9WdV21ySnBxSFdTSDNSRW8
64bit https://drive.google.com/open?id=0B0jBz9WdV21ydDM4N3RObENZdG8

Thanks Andy - will take a look.

K


RE: Kodi DSPlayer – DirectShow Player for Windows - emcepe - 2017-02-22

I've tested your 32-bit build _Andy_. Looks OK so far but the UI is still dog slow :-( ... and still sound and movie stutter while watching them all over the place. CPU and GPU usage are very low. This also happens with VideoPlayer so I think DSPlayer itself is not the problem. Using Jarvis DSPlayer everything is smooth again without any stutter at all.

Note: I cannot play MPEG-TS files with this. Official Krypton release works with those files, official DSPlayer Krypton cannot play them too (VideoPlayer works) - Known?

EDIT: after hours of testing, disabling addons, starting from scratch, diffing XML config files and so on I found the culprit for all the stuttering and UI slowness:

UPnP!

Either "Share my libraries" or "Allow remote control via UPnP" or both together - if enabled, GUI is dog slow, video/sound playback stutters. If both options are disabled, GUI is fast and no video/sound stuttering at all. Same applies to official Krypton release and official Krypton DSPlayer.

WTF!??! :-D


RE: Kodi DSPlayer – DirectShow Player for Windows - Sayajin - 2017-02-23

So after weeks of trying different settings and messing with stuff, I am turning here for help. I have been unable to successfully run DSPlayer without it continually crashing and giving me errors since day 1. I am confident the issue is with DSPlayer and not MadVR as MPC-HC runs flawlessly with MadVR.

I have tired multiple versions, 32bit and 64bit, multiple installs, multiple settings, DX9 instead of 11, no fullscreen exclusive and everything else I can think of.

Essentially, I load Kodi, play a file and 60% of the time the application crashes, freezes, or displays no picture and freezes but has sound. I have attached a pastebin file for analysis. I am at a loss as to the issue and am close to giving up hope. Please review the log and advise.

http://pastebin.com/CZqJaetr

http://pastebin.com/h8FpC6H1


RE: Kodi DSPlayer – DirectShow Player for Windows - oldpainless - 2017-02-23

(2017-02-23, 08:37)Sayajin Wrote: So after weeks of trying different settings and messing with stuff, I am turning here for help. I have been unable to successfully run DSPlayer without it continually crashing and giving me errors since day 1. I am confident the issue is with DSPlayer and not MadVR as MPC-HC runs flawlessly with MadVR.

I have tired multiple versions, 32bit and 64bit, multiple installs, multiple settings, DX9 instead of 11, no fullscreen exclusive and everything else I can think of.

Essentially, I load Kodi, play a file and 60% of the time the application crashes, freezes, or displays no picture and freezes but has sound. I have attached a pastebin file for analysis. I am at a loss as to the issue and am close to giving up hope. Please review the log and advise.

http://pastebin.com/CZqJaetr

http://pastebin.com/h8FpC6H1

I'm no expert on crash reports, but:

21:30:25.445 T:7284 DEBUG: CRenderDSManager::Configure - change configuration. 1920x1080. display: 1920x1080. framerate: 23.81.
21:30:26.445 T:7284 WARNING: CRenderDSManager::Configure - timeout waiting for configure

Two questions - what are you using in Lav Video - Cuda, Native or copy back? Try copy back if not already using. And, have you disabled refresh rate change in Madvr and enable in Kodi? With a 4k display,not sure why its trying to switch to 1080p...and that framerate looks odd.

K


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2017-02-23

(2017-02-23, 10:51)oldpainless Wrote:
(2017-02-23, 08:37)Sayajin Wrote: So after weeks of trying different settings and messing with stuff, I am turning here for help. I have been unable to successfully run DSPlayer without it continually crashing and giving me errors since day 1. I am confident the issue is with DSPlayer and not MadVR as MPC-HC runs flawlessly with MadVR.

I have tired multiple versions, 32bit and 64bit, multiple installs, multiple settings, DX9 instead of 11, no fullscreen exclusive and everything else I can think of.

Essentially, I load Kodi, play a file and 60% of the time the application crashes, freezes, or displays no picture and freezes but has sound. I have attached a pastebin file for analysis. I am at a loss as to the issue and am close to giving up hope. Please review the log and advise.

http://pastebin.com/CZqJaetr

http://pastebin.com/h8FpC6H1

I'm no expert on crash reports, but:

21:30:25.445 T:7284 DEBUG: CRenderDSManager::Configure - change configuration. 1920x1080. display: 1920x1080. framerate: 23.81.
21:30:26.445 T:7284 WARNING: CRenderDSManager::Configure - timeout waiting for configure

Two questions - what are you using in Lav Video - Cuda, Native or copy back? Try copy back if not already using. And, have you disabled refresh rate change in Madvr and enable in Kodi? With a 4k display,not sure why its trying to switch to 1080p...and that framerate looks odd.

K

Focus on madVR display modes and turn off refresh rate matching in Kodi. You want to add: 2160p23, 2160p24, 2160p50 and 2160p60.


RE: Kodi DSPlayer – DirectShow Player for Windows - SALAMINOMACHOS - 2017-02-23

@ Warner306

Focus on madVR display modes and turn off refresh rate matching in Kodi. You want to add: 2160p23, 2160p24, 2160p50 and 2160p60.

Thanks a lot
i changed all the 2160's with 1080 and 720 , and everything is perfect now
Not dropped frames atall
The only strange is , when i start a movie , it delays for about 2-3 seconds