Kodi Community Forum
[WINDOWS] Internal Directshow Based Player [NO LONGER DEVELOPED] - 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: [WINDOWS] Internal Directshow Based Player [NO LONGER DEVELOPED] (/showthread.php?tid=61355)



- pfroo40 - 2010-05-12

davilla Wrote:Yep, sounds about right. The other skins are lagging the skin changes.

Ahh, ok.

Does anyone know of any functional visualizations in this build besides "DirectXSpectrum"? I assume milkdrop is still non-functional because of the older core, but are there any others that do work?

Small price to pay for the great DXVA support, not to mention being able to use FDShow Audio which actually lets my DTS decoding receiver decode DTS streams, but it'd be nice to have something more interesting to look at while playing music.


- christoofar - 2010-05-12

Milkdrop working here.


- pbu50w - 2010-05-12

Milkdrop not working for me either. Just a black screen when selected


- uncertainty - 2010-05-12

pbu50w Wrote:Milkdrop not working for me either. Just a black screen when selected

Some of the previous builds did not support milkdrop. Make certain you are using Rev29443 and have enabled milkdrop under addons (use confluence skin to select addons).


- hsinchu308 - 2010-05-15

uncertainty Wrote:The default shader bicubic should be corrected soon once a new release is available. Seb said he would make bilinear the default in a future release.

Known Issues with current DSplayer build - XBMCSetup-Rev29443-dx.exe

1 - Current default shader increases CPU overhead
2 - Some users report Judder in video playback (also in DVDplayer, so more than likley a trunk issue)
3 - FF/RW not working (appears to cause xbmc to hang after exiting file)
4 - Time goto function not working
5 - EVR (win7 32) - screen tearing in full screen mode (fake fullscreen seems fine)
6 - Changing Video scaling method is not saved when you exit XBMC
7 - Playback from RAR's is working, but only if you have the default splitters and scource settings (eg - no RAR playback via H

I would add one more known issue: aspect ratio of video files ignored. I believe this has been mentioned before. For example, I have camcorder videos that are in 720x480 resolution, recorded in either 4:3 or 16:9 aspect ratio. DVDPlayer shows both of these AR correctly, but DSPlayer does not.

Regards,


- NatroN - 2010-05-15

since i've installed dsplayer my "Pause" isn't working anymore? Anyone here with the same issue?


- steelman1991 - 2010-05-16

NatroN Wrote:since i've installed dsplayer my "Pause" isn't working anymore? Anyone here with the same issue?

Have you tried the same action in DVDPlayer - I think it may be a trunk issue - 'pause' does work for me but audio after restart is broken. To get audio I have to close file and resume.


- zoing - 2010-05-16

@tiben/seb
i have build my XBMC with dsplayer support and i know the trunk is under heavy development, but i want to give some feedback.
i can not get dsplayer to play mkv files in dxva mode to play without stutter.
i tried the mpc, arcsoft and cyberlink video decoder. if i switch the cyberlink decoder to use software decoding it plays also fine. also the build in XBMC dvdplayer plays the file without any problems. i switched to fulscreen and also the different adjust frame rate settings but to no avail. i build the render chain with filtergraph and the playback ist also fine. i do not know if this helps but here is the log http://pastebin.com/0qgq0E6X.

regards zoing


- liquidskin76 - 2010-05-17

I don't suppose anyone has a compile of the latest merge of trunk/dsplayer that they can upload?

If not, maybe someone could compile one and upload!! Big Grin

Thanks


- blinkseb - 2010-05-17

Grab Visual c++ express, tortoiseSVN and build on your own! Follow http://wiki.xbmc.org/index.php?title=HOW-TO_compile_XBMC_for_Windows_from_source_code and you won't have any troubles :p


- liquidskin76 - 2010-05-17

blinkseb Wrote:Grab Visual c++ express, tortoiseSVN and build on your own! Follow http://wiki.xbmc.org/index.php?title=HOW-TO_compile_XBMC_for_Windows_from_source_code and you won't have any troubles :p

I've already had a crack at that however didn't have any luck! Should i be compiling from 'https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk' or from 'https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/dsplayer/'?

I'm gussing that dsplayer is already merged into the trunk so it should be 'https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk'?

Thanks


- blinkseb - 2010-05-17

DSPlayer is NOT merged in the trunk. If you want to compile it, you must checkout from /branches/dsplayer/ Wink


- hsinchu308 - 2010-05-17

blinkseb Wrote:DSPlayer is NOT merged in the trunk. If you want to compile it, you must checkout from /branches/dsplayer/ Wink

I checked out the dsplayer branch today and tried to compile using VC Express 2010. The debug version compiled fine, but the release version gave me an error trying to link libsubs.dll:

LINK : fatal error LNK1104: cannot open file 'dsutilRU.lib'

I checked and found that dsutilU.lib exist but not dsutilRU.lib.

PS. I tried to compile using both BuildSetup.bat and the IDE and got the same error.

Any ideas?


- zoing - 2010-05-17

hsinchu308 Wrote:I checked out the dsplayer branch today and tried to compile using VC Express 2010. The debug version compiled fine, but the release version gave me an error trying to link libsubs.dll:

LINK : fatal error LNK1104: cannot open file 'dsutilRU.lib'

I checked and found that dsutilU.lib exist but not dsutilRU.lib.

PS. I tried to compile using both BuildSetup.bat and the IDE and got the same error.

Any ideas?

have you execute the DownloadBuildDeps.bat? it is in the project/BuildDependencies folder.


- blinkseb - 2010-05-17

Thanks for the feedback, you avoid me a long time of trouble! I had an old "dsutilRU.lib" on my libs dir so build was fine. Fixed in r30256.