Kodi Community Forum
DSPlayer (DirectShow Player for XBMC) Frodo build available - 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: DSPlayer (DirectShow Player for XBMC) Frodo build available (/showthread.php?tid=154534)



RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - aracnoz - 2014-03-15

hi

I hope to have completely solved the problems of playback

I had the feeling that often you lost frame with DSPlayer

now the stats are back to work properly and osd and render has the same framerate

I think we ended up with the integration of dsplayer

is a great satisfaction because before a week ago I had never read the code of xbmc so in depth (and I would say for a while even the c++)

I went crazy to find the points where fix infolabel in osd and now the correctly playback

it was like a treasure hunt Smile

the build: XBMC_13_beta1_dsplayer_(build7)_exeonly.rar

@oldpainless
I do not know if it relates to your case, but after the release of the official gotham beta1 there is this commit


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - oldpainless - 2014-03-15

(2014-03-15, 13:32)aracnoz Wrote: hi

I hope to have completely solved the problems of playback

I had the feeling that often you lost frame with DSPlayer

now the stats are back to work properly and osd and render has the same framerate

I think we ended up with the integration of dsplayer

is a great satisfaction because before a week ago I had never read the code of xbmc so in depth (and I would say for a while even the c++)

I went crazy to find the points where fix infolabel in osd and now the correctly playback

it was like a treasure hunt Smile

the build: XBMC_13_beta1_dsplayer_(build7)_exeonly.rar

@oldpainless
I do not know if it relates to your case, but after the release of the official gotham beta1 there is this commit

Hey - well done on integrating Dsplayer into the the new beta. Everything seems to work great. Wonder which version Tiben will now use for the MadVR project?

Also, thanks for letting me know the DNLA has already been reported as having a bug in the main branch.

K


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - le__ - 2014-03-16

Thanks for all the efforts on upgrading the DSPlayer to Gotham!

I did a quick test and seems to be running great.

As reported before, the only thing is that if you use the internal subtitle filter, you need to put a copy of /system/dsplayer/libsubs.dll in the Gotham version.
Since I usually prefer to use vsfilter directly from the mediasconfig.xml, it worked as is (I know I lose all the XBMC subtitle menu options doing this, but this way I can get the subtitles being printed after the video upscale, giving me clearer subtitles).

Another minor thing is that the bookmark thumbnail sometimes is blank, but the Frodo version seems to be with this problem as well (or this may be due to my settings, I don't know).


Thank you all!


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - uncertainty - 2014-03-16

(2014-03-14, 08:16)oldpoem Wrote: Not sure if it would work but I guess it's worth a try.

That rule did not work but I understand now how I can work on finding a rule that will... Thanks for the info...


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - StinDaWg - 2014-03-16

I have a question to whoever is working on getting madVR implemented into DSPlayer. How do you plan to deal with things like toggling film/video mode deinterlacing in madVR? Do you plan to add madVR specific options into the XBMC UI or possibly allow madVR keyboard shortcuts to be transfered to XBMC? Without little touches like this, it could be difficult to use certain madVR features properly where they are seamless with MPC-HC.


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - vicmanpergar - 2014-03-16

(2014-03-16, 11:13)StinDaWg Wrote: I have a question to whoever is working on getting madVR implemented into DSPlayer. How do you plan to deal with things like toggling film/video mode deinterlacing in madVR? Do you plan to add madVR specific options into the XBMC UI or possibly allow madVR keyboard shortcuts to be transfered to XBMC? Without little touches like this, it could be difficult to use certain madVR features properly where they are seamless with MPC-HC.

I guess the same way Lav filter options or other filters are handled... u can actually access them in the play menu, section video while playing.


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - aracnoz - 2014-03-16

i've made some update

added the audio and subtitle menu selector, you can turn on/off this options from the DSPlayer main menu

in the meanwhile that i was working to adding dsplayer in the beta1 has been already released the gotham beta 2 and now the team xbmc it's working on the beta 3

so i've made some management on my github repositary and updated to the latest commit from the official branch 'Gotham'

read my signature for xbmc dsplayer setup and exe only


ciauzz


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - Wanilton - 2014-03-16

@aracnoz,thanks your release is very good, but please look language english file, is not complete, missing many strings in your git, the last #37024 ID.
I try compile using default script for generate install, but don´t compile ffmpeg and don´t generate dlls for dvdplayer.

Wanilton


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - aracnoz - 2014-03-16

@Wanilton

i've checked the file in language/english/strings.po and it's ok, the ids are not in numerical order, maybe for some git merge but anyway the file work

for the script buildsetup.bat...

i've executed without problem/error

BuildDependencies\DownloadBuildDeps.bat
BuildDependencies\DownloadMingwBuildEnv.bat
Win32BuildSetup\buildmingwlibs.bat

but it happened to me sometime to fail in those steps, maybe for some error in downloading or who knows, in this cases i do all over again with clean folders


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - aracnoz - 2014-03-17

guys do you confirm that even with frodo dsplayer not remember the subtitle and audio track set the last time?


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - Wanilton - 2014-03-17

In my tests, if I play a video partially and when I come back to play this video, subtitle starts again, losing the reference.


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - gregh77 - 2014-03-17

great work guys


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - aracnoz - 2014-03-17

ok i fixed

now dsplayer remebers the reference on last audio and subtitle track


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - vicmanpergar - 2014-03-17

Guys, thanks for all the work, i'm gonna download it and check it later
One lil thing, why don't u move the topic on to a new thread?, i mean , since this is XBMC Gotham + DSPlayer already, so we keep with the trandition
Cheers!


RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - tiben20 - 2014-03-17

(2014-03-17, 21:52)vicmanpergar Wrote: Guys, thanks for all the work, i'm gonna download it and check it later
One lil thing, why don't u move the topic on to a new thread?, i mean , since this is XBMC Gotham + DSPlayer already, so we keep with the trandition
Cheers!
i agree and i think aracnoz with all is work is the one who as the merit to do it Tongue
sorry if i didnt give any update on madvr, im working 5 days a week and going to school 5 days a week so my spare time is dedicated to sleeping right now.