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
Yes, you can. Check oldpoem's posts in this thread. He uses it.
(2015-09-14, 12:21)Dom61 Wrote: [ -> ]Good morning

I wonder if you can operate SmoothVideo Project with DSPlayer.

Thank you

You can. Read this thread , there was a lot of discussion & howto.
I can not find the post where we talk about how to make it work with DSPlayer, it takes a long time to read all 100 pages of thread.


Thank you
(2015-09-14, 13:32)Dom61 Wrote: [ -> ]I can not find the post where we talk about how to make it work with DSPlayer, I have read all 100 pages of thread.

Thank you

In short, set your svp properly with MPC (I won't ger into how to setup SVP), then just add FFDshow Raw as extra filter. SVP will process like on MPC.
(2015-09-14, 13:35)oldpoem Wrote: [ -> ]In short, set your svp properly with MPC (I won't ger into how to setup SVP), then just add FFDshow Raw as extra filter. SVP will process like on MPC.
I have made the setting in this way

Image

Image

When you launch the file KODI crashes, wrong chain of filters?

Thank you
aracnoz, does your version of DSPlayer still allow for rules in mediasconfig.xml?

I tried using
Code:
rule filetypes="mkv|avi|divx|ogm|mp4|mov|m4v|flv|m2v|mpeg|mpg|vob|mts|m2ts|ts|bdmv">
            <source filter="lavsource" />
            <splitter filter="lavsplitter" />
            <video filter="lavvideo" />
            <audio filter="lavaudio" />
            <subs videoresolution="480|540|720" filter="xysubfilter" />
            <subs filter="directvobsub_(auto-loading_version)" />
            </rule>

hoping to use VSFilter only for 1080p files (the grand majority of 2:35 and 1:85 files I have), while using xySubfilter for lower resolution files, to take advantage of its hi res subs... but it doesn't work. And in the GUI I don't see the above rule anywhere. As you see it above, xySubfilter is always used, if I invert the two lines, xyVSFilter is always used.
(2015-09-14, 16:09)Dom61 Wrote: [ -> ]
(2015-09-14, 13:35)oldpoem Wrote: [ -> ]In short, set your svp properly with MPC (I won't ger into how to setup SVP), then just add FFDshow Raw as extra filter. SVP will process like on MPC.
I have made the setting in this way

Image

Image

When you launch the file KODI crashes, wrong chain of filters?

Thank you

Does your DSPlayer works properly without FFDShow RAW?
(2015-09-14, 23:50)oldpoem Wrote: [ -> ]
(2015-09-14, 16:09)Dom61 Wrote: [ -> ]
(2015-09-14, 13:35)oldpoem Wrote: [ -> ]In short, set your svp properly with MPC (I won't ger into how to setup SVP), then just add FFDshow Raw as extra filter. SVP will process like on MPC.
I have made the setting in this way

Image

Image

When you launch the file KODI crashes, wrong chain of filters?

Thank you


Does your DSPlayer works properly without FFDShow RAW?

first thing i notice, is using internal filters. maybe that's what it is? possibly try the guide and setup external filters and add ffdshow raw as extra filter. links to the guide are on the first page.
(2015-09-15, 04:22)spencerjford Wrote: [ -> ]first thing i notice, is using internal filters. maybe that's what it is? possibly try the guide and setup external filters and add ffdshow raw as extra filter. links to the guide are on the first page.

Internal filters can be used with SVP. It even works with Internal filters oprion + manually add only FFDShow RAW as extra filter. That's why I asked if DSPlayer worked properly without FFDShow RAW added to filters chain. It couild crash due to other things beside SVP. Get the basic working first is priority.
Has anyone got DSPlayer livetv with tvheadend on linux working?
If yes, what format is configured in tvheadend?
There are a lot of possible options in tvheadend and I'm loathed to try them all only to find it can't be made to work.
(2015-09-15, 04:22)spencerjford Wrote: [ -> ]
(2015-09-14, 23:50)oldpoem Wrote: [ -> ]Does your DSPlayer works properly without FFDShow RAW?

first thing i notice, is using internal filters. maybe that's what it is? possibly try the guide and setup external filters and add ffdshow raw as extra filter. links to the guide are on the first page.
I thank you for the information.
Finally it works! Smile
Image

I included only ffdshows in external filters and enabled Codecs> Raw Video> all supported

Image

Image

Image
(2015-09-07, 15:56)*Roma* Wrote: [ -> ]Isengard DSPlayer 15.2 RC1 - 06 September 2015 (9c30400)

Download: Isengard DSPlayer 15.2 RC1 EXE 08 September 2015 UPDATE1 (PVR Test version)

Isengard DSPlayer 15.2 RC1 08 September 2015 UPDATE1:
  • Fixed MediaPortal "RTSP to UNC" conversion function.

New features for MediaPortal TV-Server and ArgusTV backends:
  • Live TV fast channel switching (don't stop timeshift)
    Don't stop an existing timeshift session when switching to a new channel. This makes channel switching faster.
    Regular channel switching will be used in cases of changing of stream url(SD<->HD channel switching or switching to channels with different audio/video streams)
  • Use UNC(=SMB) paths for Live TV
    UNC is faster with channel switching and video seeking.

ArgusTV Kodi Addon settings:
  • Set "Delay after tuning" greater then zero.

MediaPortal TV-Server Kodi Addon settings:
  • Set "Streaming method" to "ffmpeg".
  • Enable "Convert hostname to IP-address".

Enabling "Live TV fast channel switching"
advancedsettings.xml:
Code:
<advancedsettings>
  <dsplayer>
    <fastchannelswitching>true</fastchannelswitching>
  </dsplayer>
</advancedsettings>


Enabling "UNC(=SMB) paths for Live TV":
MediaPortal users have to use modified dll for MediaPortal TVServerXBMC Plugin v1.10.0.128
Copy this file to "Team MediaPortal\MediaPortal TV Server\Plugins\TVServerKodi.dll"
I have created a pull request (not merged yet)

advancedsettings.xml:
Code:
<advancedsettings>
  <dsplayer>
    <useuncpathsforlivetv>true</useuncpathsforlivetv>
  </dsplayer>
</advancedsettings>



Updated rules:

mediasconfig.xml rules:
Code:
<mediasconfig>
    <rules>
        <rule filetypes="mkv|avi|divx|ogm|mp4|mov|m4v|flv|m2v|mpeg|mpg|mts|m2ts|vob|bdmv">
            <source filter="lavsource" />
            <splitter filter="lavsplitter" />
            <video filter="lavvideo" />
            <audio filter="lavaudio" />
        </rule>
        <rule filetypes="wmv">
            <source filter="wmasfreader" />
            <splitter filter="wmasfreader" />
            <video filter="wmvideodecoder" />
            <audio filter="wmaudiodecoder" />
        </rule>
        <!-- You need Real Alternative in order to read real media files -->
        <rule filetypes="rmvb">
            <source filter="realsource" />
            <splitter filter="realsplitter" />
            <video filter="realvideodec" />
            <audio filter="realaudiodec" />
        </rule>
        <rule protocols="https|http" url="false">
          <splitter filter="lavsplitter" />                      
          <video filter="lavvideo" />                            
          <audio filter="lavaudio" />
        </rule>  
        <!--  Rules for .ts files and ARGUSTV/MediaPortal timeshift and recordings UNC paths -->        
        <rule name="PVR" filetypes="ts" url="false" >
            <source filter="tsreader" />
            <splitter filter="tsreader" />
            <video filter="lavvideo" />
            <audio filter="lavaudio" />
        </rule>
        <rule url="true" filetypes="tsbuffer" >
            <source filter="tsreader" />
        </rule>
        <!-- Rules for rtsp stream  -->
        <rule protocols="rtsp">
            <video filter="lavvideo" />
            <audio filter="lavaudio" />
        </rule>
        <rule url="true" protocols="rtsp">
            <source filter="tsreader" />
        </rule>
    </rules>
</mediasconfig>

filtersconfig.xml
Code:
<filter name="tsreader" type="source">
    <guid>{B9559486-E1BB-45D3-A2A2-9A7AFE49B23F}</guid>
    <issplitter>true</issplitter>
    <osdname>MediaPortal File Reader</osdname>
</filter>

playercorefactory.xml
Code:
<playercorefactory>
    <rules action="prepend">
        <rule protocols="daap|rtv|rtmp|rtmpe|mms|rtp" player="DVDPlayer" />
        <rule name="PVR Radio" filename="pvr://channels/radio.*" filetypes="pvr" player="DVDPlayer"/>  
        <rule name="All Other" player="DSPlayer"/>
    </rules>
</playercorefactory>

DSPlayer Config XML Files

MediaPortal TsReader Filter for DSPlayer

Please post your feedbacks.

Hi Roma. I have Installed MediaPortal TV Server to try out your plugin. But where do I set:
MediaPortal TV-Server Kodi Addon settings:
Set "Streaming method" to "ffmpeg".
Enable "Convert hostname to IP-address".

I can't find the settings. Have tried both in Kodi addons...MediaPortal pvr Client and in TV Server..Plugins..TVServer Kodi


Update: Nevermind, these settings are something you have doneSmile
(2015-09-07, 14:43)aracnoz Wrote: [ -> ]UPDATE: Isengard DSPlayer 15.2 RC1

06 September 2015 (9c30400)
  • Added the possibility to set up to three "Extra external filter" with the "Internal filters" configuration
  • Added TsReader (Mediaportal File Reader for DSPlayer) as internal filter (this it's also made possible thx to *Roma*)
  • Added the option to save internal DSPlayer madVR settings also for TvShow name
  • Added DSPlayer menu option to set preferred language for external subtitles
  • Added help text for DSPlayer menu options (this it's also made possible thx to Warner306)
  • Added error messages at playstart for Kodi in fullscreen exclusive-mode and unregistered madVR
  • Repositioned on top and Renamed the button to save internal DSPlayer madVR settings
  • Settings "Image Double" and "Deband" used by the KODI GUI now follow the madVR rules of the control panel
  • Fixed an issue with some Intel GPU that was causing the blinking of the Kodi GUI while madVR playback
  • General fixes for the internal LavFilters configuration
  • General improvements for madVR stability
...
Sorry for the trivial matters.
But because developers do not think Kodi implement natively on their versions of all these possibilities to use external codecs to improve the vision of the file?
From what I understand, you are alone to carry on this magnificent project, if one day you decide to leave we should return to the normal version of KODI?

Thank you
(2015-09-15, 16:42)Dom61 Wrote: [ -> ]Sorry for the trivial question.
But because developers do not think Kodi to implement natively on their versions all these possibilities of using external codecs to improve the vision of the files?

Thank you

I don't understand your question at all.
(2015-09-15, 16:46)oldpoem Wrote: [ -> ]I don't understand your question at all.
Because the official version born without DSPlayer and these magnificent opportunity to enter various filters?
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