I doubt that this will work. So no occurrence of this library in system32 or WINSXS?
You could do me a favor and look for environment vars and if anything is in the registry which we can use.
[WINDOWS] Broadcom Crystal HD integration support in XBMC for Windows?
WiSo
Team-XBMC Developer Posts: 2,484 Joined: Oct 2003 Reputation: 0 Location: Germany |
2010-01-02 17:30
Post: #31
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
A600
Fan Posts: 461 Joined: Oct 2003 Reputation: 7 |
2010-01-02 17:47
Post: #32
WiSo Wrote:I doubt that this will work. So no occurrence of this library in system32 or WINSXS? No. Quote:You could do me a favor and look for environment vars and if anything is in the registry which we can use. Found this and I think it should work: Code: [HKEY_LOCAL_MACHINE\SOFTWARE\Broadcom\MediaPC\CrystalHD] |
| find quote |
WiSo
Team-XBMC Developer Posts: 2,484 Joined: Oct 2003 Reputation: 0 Location: Germany |
2010-01-02 20:39
Post: #33
so the dll can be found at:
Code: "C:\\Archivos de programa\\Broadcom\\Broadcom CrystalHD Decoder\\bcmDIL.dll"Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
WiSo
Team-XBMC Developer Posts: 2,484 Joined: Oct 2003 Reputation: 0 Location: Germany |
2010-01-02 20:41
Post: #34
xexe Wrote:That makes sense. Currently I have to run GL anyway as the DX version wont suspend and resume and i cant get it to produce a log to file a report on it. Could you please try a rev >=26284 and see if it makes any differences? Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
A600
Fan Posts: 461 Joined: Oct 2003 Reputation: 7 |
2010-01-02 21:47
Post: #35
WiSo Wrote:so the dll can be found at: Yes. I use a spanish XP version so that is the "Program Files" folder. |
| find quote |
A600
Fan Posts: 461 Joined: Oct 2003 Reputation: 7 |
2010-01-03 21:28
Post: #36
@davilla: I found out that videos encoded with the L5.1 profile doesn't sttuter at the start or when seeking -->
Code: Format : AVCbut videos encoded with L4.0 or L4.1 drop frames during a period of between 5 and 20 seconds --> Code: Format : AVC |
| find quote |
GeminiServer
Senior Member Posts: 174 Joined: Oct 2003 Reputation: 0 |
2010-01-04 01:17
Post: #37
Hi,
you have to load the bcmDIL.dll from the Braodcom installation path. I own a Broadcom BCM70012 and tried to run the dx version on Win7 and Vista, it craches on Opening the bcmDIL.dll from special path. Did not tried the GL version yet. But it works on DX, ok a bad black/white output. Since i really was not able to find the bug, i wrote a little test application, which will detect the installation path, open the driver gets the status and version then it closes it. On the attachment you'll find the test application and a screenshot. Use the Setup from Broadcom Crystal Setup to install the new device driver fo your BCM70012/15. Then start the Test Application. In XBMC, we need to add a registry detection. #define REG_PATH "Software\\Broadcom\\MediaPC" // HKLM #define REG_PRODUCT "CrystalHD" // "70010" for older setups #define BRC_DLL "bcmDIL.dll" RegGetValue -> REG_PATH\\REG_PRODUCT\\"InstallPath"+\\BRC_DLL Cheers, GeminiServer Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]()
(This post was last modified: 2010-01-04 01:40 by GeminiServer.)
|
| find quote |
ashlar
Member+ Joined: Mar 2006 Reputation: 26 |
2010-01-04 02:29
Post: #38
Hi! Anyone able to tell me whether CrystalHD correctly decodes VC-1 interlaced material? Such as the m2ts files found on Life (BBC documentary series) and Torchwood BluRays.
|
| find quote |
WiSo
Team-XBMC Developer Posts: 2,484 Joined: Oct 2003 Reputation: 0 Location: Germany |
2010-01-04 19:19
Post: #39
@Geminiserver: davilla told that broadcomp needs load the firmware and ofc we would like to make it easy for the user.
Unfortunately the broadcomp driver won't install if it doesn't find a card. I've ordered one but this will take some time. Feel free to rewrite it to use the path stored in the registry
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
GeminiServer
Senior Member Posts: 174 Joined: Oct 2003 Reputation: 0 |
2010-01-06 01:21
Post: #40
WiSo Wrote:@Geminiserver: davilla told that broadcomp needs load the firmware and ofc we would like to make it easy for the user.done.. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/149/badge.gif)
Search
Help