Video Playback problem under different user account

1

0

I can play a movie using XBMC at full HD. When I change the user account, and play the same movie with XBMC the playback is choppy. I have notice the same problem exist for all kind of media, full HD or not.

  • What is the problem?

Amir Rezaei

Posted 2011-04-02T17:52:21.240

Reputation: 1 443

Answers

1

If the first account is the administrator, while the second is a limited account, that would explain the difference. XBMC can experience problems under a limited account.

As you remarked that both accounts are admin, then another possibility is that XBMC was installed using the first account. In that case, I quote from XBMC Windows 7 Media Center Integration 2.0 :

You can modify the location to XBMC, as well as application parameters passed to it by editing registry settings.

All settings for the application are stored in this registry key, created on the first run of the application: \\HKEY_CURRENT_USER\SOFTWARE\Teknowebworks, LLC.

If that is the case, then the installation of XBMC uses by error the wrong registry hive. Instead of using HKEY_CURRENT_USER, it should have used HKEY_LOCAL_MACHINE. Therefore, when playing under the second account, the registry settings for XBMC are simply missing.

The solution would be to logon as the first user, use regedit to export the above settings to a .reg file, logout, logon as the second user and import this .reg file into the current account. Please note that the registry key cited above may not be correct (don't have XBMC to test myself).

harrymc

Posted 2011-04-02T17:52:21.240

Reputation: 306 093

Both accounts are admins. – Amir Rezaei – 2011-04-12T09:56:18.760

This leads to another possibility, added above. – harrymc – 2011-04-12T12:23:43.857

I have uninstalled XBMC under user1, and installed in under user2. With no luck. – Amir Rezaei – 2011-04-12T13:53:55.687

If you have UAC on, you might consider turning it off, reboot as user2, uninstall XBMC using Revo Uninstaller Freeware, reboot, install.

– harrymc – 2011-04-12T15:13:29.190

I would also disable as a test any antivirus. – harrymc – 2011-04-13T08:20:04.913

0

Have you got differing sets of codecs installed or differing settings for each user perhaps?

In addition, Windows 7 defaults to MS codecs so might want to check out the below to confirm defaults are correct for each user: http://www.codecguide.com/windows7_preferred_filter_tweaker.htm

James

Posted 2011-04-02T17:52:21.240

Reputation: 1 185

XBMC isn't codec dependent. – Amir Rezaei – 2011-04-02T18:04:39.023

Ah, ok - pls ignore then – James – 2011-04-02T18:05:28.930

0

Are you logging out the first user, or just switching users? If it's the latter, your video card may still have the video buffered in memory, thus reducing performance for a second video even if run the same way under a different user. Another possibility is that resource-intensive programs are running under the previous user that is still logged in.

If the first user is fully logged out, likely culprits include scheduled virus or spyware scans (if the second user is infrequently used these tend to trigger right on login, and continue on next login if they didn't have time to finish--wiping out I/O speeds) and different services running on the different user accounts (you can check this through examining task manager graphs carefully under each user account).

If none of these are the culprits, you will likely need to provide more details about the user accounts such as when they were created, what the specific differences in installed software, etc. are between the user accounts, and where the loaded media are being stored (including file permissions details for those folders).

Edit: Another potential issue is that apparently XBMC has problems with multiple users trying to use the media database. I would make sure that the second user is an administrator and/or check the file permissions for the XBMC folder. Alternatively, you could set up different profiles for each user to prevent media database conflicts.

eMansipater

Posted 2011-04-02T17:52:21.240

Reputation: 346

I log out and log into the other user. There no special CPU or Disc activity on the new user. The new account was created later. I can't see any special activity on the other user account. – Amir Rezaei – 2011-04-11T21:06:36.977

What about differences in installed software for the users? Also, which version of Windows 7 is it, and where are the loaded media being stored? – eMansipater – 2011-04-11T21:18:11.137

@ eMansipater The media is stored in external USB 2.0 hard drive, with 28-30 mb/s transfer rate. I don't exactly know the installation differences. But all software is installed for both users. There shouldn't be different drivers for different user. I have the latest Win 7 64Bit. – Amir Rezaei – 2011-04-12T06:12:50.067