Kodi Community Forum
XBMC_PC Win32 GUI Development Environment for skinners (skin developers) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: XBMC_PC Win32 GUI Development Environment for skinners (skin developers) (/showthread.php?tid=23235)

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


- Mntz - 2007-09-04

I noticed the win32 build (t3ch) plays every type of video (not only dvd's) when you play the file using the internal dvdplayer.
720p x264 works fine, i have 25% load on my X2 3800+, that's lower then when i play the file using my default setup. (KMplayer with tearingfix, cyberlink h264/audio codec, haali)
Cool stuff.


so how does one compile xbmc_pc - modnar - 2007-09-10

I've seen a number of people commenting on their ability or inability to compile xbmc_pc. So how exactly is it done? I've got VS.NET 2003, DirectX XDK, and the sources. What now?


- spiff - 2007-09-10

open tools/win32/xbmc_pc.vcproj

compile


- jj5768(2) - 2007-09-10

mntz - cheers for pointing out the DVD player works.. I'll have to check this out when i get home from work.. i cuold have sworn this wasnt the case prevously !! Shocked


- ads_german - 2007-09-12

Mntz, I had been meaning to ask you about that too - I downloaded a new t3ch build about a week ago, to get the xbmc_pc version, and found the dvdplayer would play the audio from video files, but just display a black screen (i.e. no video)...

did you have to do anything special for the win32 t3ch build to play video?


- Gamester17 - 2007-09-12

modnar Wrote:I've seen a number of people commenting on their ability or inability to compile xbmc_pc. So how exactly is it done? I've got VS.NET 2003, DirectX XDK, and the sources. What now?
http://xboxmediacenter.com/wiki/index.php?title=HOW-TO:_Compile_XBMC_for_Win32_from_source_code
http://forum.xbmc.org/showthread.php?tid=28318


- jj5768(2) - 2007-09-12

ads - I had the same thing, audio but no video... i was getting an error in the lof about not being about to generate the correct texture (Y somthing.. .- i`m at work)... personally I put it down to my graphics card not being upto snuff...


- w84no1 - 2007-09-12

The dvd player works on my machine, it even plays my h.264 content Smile


- ads_german - 2007-09-13

hmm, average graphics in the cheap laptop i tried xbmc_pc on might be my problem too i suspect...

i'll try again and see what the log shows...


Minimum requirements... - Gamester17 - 2007-09-13

http://xboxmediacenter.com/wiki/index.php?title=HOW-TO:_Compile_XBMC_for_Win32_from_source_code
Quote:Generic prerequisites requirements:
* A x86 computer with supported operating-system installed:
** Microsoft Windows XP with Service Pack 2 or later
**Windows Vista x86.
* Correctly installed graphics device-drivers from the manufacturer's website, (the latest is often the best choice).
Quote:To build and use XBMC for DirectX and Direct3D you first need:

* DirectX 9.0c SDK (Software Development Kit) (from Summer 2004) or later.
* DirectX 9.0c runtime or later.
* For XBMC GUI to run smoothly at an acceptable frame-rate the minimum requirement for your graphics controller is a 3D GPU (Graphics Processing Unit) that at least supports Shader Model 3.0 (Vertex Shaders 3.0 and Pixel Shaders 3.0), and DirectX version 9.0c. Most graphic adapters that support DirectX version 9.0c or later usually meet all of those mentioned requirements, however(Team-XBMC recommends NVIDIA GeForce 6150 or later.
Quote:To build and use XBMC for SDL and OpenGL you first need:

For XBMC GUI to run smoothly at an acceptable frame-rate the minimum requirement for your graphics controller is a 3D GPU (Graphics Processing Unit) that at least supports Shader Model 3.0 (Vertex Shaders 3.0 and Pixel Shaders 3.0), and OpenGL 2.0 (that features 24bpp or 32bpp for 3D hardware-acceleration support). Most graphic adapters that support DirectX version 9.0c or later usually meet all of those mentioned requirements, however(Team-XBMC recommends NVIDIA GeForce 6150 or later as NVIDIA.



- ads_german - 2007-09-14

i haven't tried the win32 xbmc_pc again yet, but confirmed the graphics controller in my laptop is an SiS M760GX, which, from a quick look around on the web, appears entirely unsuited to gaming (only handling DX 6/7 games), so I suspect it's also choking on xbmc's requirements for the win32 version...

no big drama, after all, the win32 build obviously insn't intended as a full port of the xbox version, i was just curious to test how a Turion 1.8 / 1G ram handled h264 720p...


- DrDDT - 2007-09-20

How can I use DVD player as default for movies, replacing the dummy video player?


- spiff - 2007-09-20

edit CPlayerCoreFactory::GetPlayer


- jmarshall - 2007-09-20

I've updated it now in SVN to always use dvdplayer in win32.


- kricker - 2007-09-21

Great thanks. What can one do to get the network working in the win32 build, so I can add a path to my media server? And wll there be a new seperate thread for the more functional win32 build now?