MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » MediaPortal 1 Talk


MediaPortal 1 Talk General talk regarding our HTPC-software MediaPortal 1 takes place here.

Reply
 
Thread Tools Display Modes
Old 2008-09-26, 09:28   #91 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 55
Thanks: 0
Thanked 2 Times in 2 Posts

Country:


Default

So what you're suggesting is that I activate "use_default_hz", so that the refresh rate will always revert back to 50Hz. Well I don't know, that will produce a whole lot of refresh rate changes. Is it really not possible to get the plug-in to change the RR when I enter My TV? What's different between starting to watch a video file and starting to watch TV, in the eyes of the plug-in?

By the way, I tried changing "tv_fps" to 50, but it didn't have any effect.
Seeco is offline   Reply With Quote
Old 2008-09-26, 10:14   #92 (permalink)
Portal Developer
 
gibman's Avatar
 
Join Date: Oct 2006
Location: Aarhus
Posts: 741
Thanks: 4
Thanked 75 Times in 52 Posts

Country:

My System

Default

Sorry I misunderstood / was to quick.

U are already not using default RR, which is best imho.

plz attach mp.log.
so I can see what happens when u tune TV.

/gibman
__________________
"It's all a big foodchain.
We eat shit and shit eats us."
gibman is online now   Reply With Quote
Old 2008-09-26, 10:46   #93 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 55
Thanks: 0
Thanked 2 Times in 2 Posts

Country:


Default

OK, I'm afraid I'm not really sure of how to log this... Care to give me a few pointers? How do you log a specific event? Or do you have to extract the correct part out of some bigger log? Where do I find it? Do I have to activate it first?
Seeco is offline   Reply With Quote
Old 2008-09-26, 11:46   #94 (permalink)
Portal Developer
 
gibman's Avatar
 
Join Date: Oct 2006
Location: Aarhus
Posts: 741
Thanks: 4
Thanked 75 Times in 52 Posts

Country:

My System

Default

enter mp config.

under general settings, make sure it's set to debug level.

start MP
then repro the issue.
close MP

then run "MediaPortal Logs Collector"
"C:\Program Files\Team MediaPortal\MediaPortal\WatchDog.exe"

attach the zip here.-
__________________
"It's all a big foodchain.
We eat shit and shit eats us."
gibman is online now   Reply With Quote
Old 2008-09-26, 14:37   #95 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 55
Thanks: 0
Thanked 2 Times in 2 Posts

Country:


Default

Thanks for helping me! Here's the log file.
Attached Files
File Type: zip MediaPortalLogs_26_09_08.zip (10.3 KB, 2 views)
Seeco is offline   Reply With Quote
Old 2008-09-26, 16:03   #96 (permalink)
Portal Developer
 
gibman's Avatar
 
Join Date: Oct 2006
Location: Aarhus
Posts: 741
Thanks: 4
Thanked 75 Times in 52 Posts

Country:

My System

Default

thanks.
try new exe - I added some extra logging.

then attach mp.log

/gibman
Attached Files
File Type: rar MediaPortal.rar (118.2 KB, 3 views)
__________________
"It's all a big foodchain.
We eat shit and shit eats us."
gibman is online now   Reply With Quote
Old 2008-09-26, 17:31   #97 (permalink)
Portal Member
 
Join Date: Oct 2007
Posts: 55
Thanks: 0
Thanked 2 Times in 2 Posts

Country:


Default

Done! Just to make sure I'm doing it right, here's what I did:

1. Switched to 24Hz refresh rate
2. Started Watchdog
3. Cleared old log files
4. Started MP
5. Entered My TV (TV starts automatically)
6. Exited MyTV
7. Exited Mediaportal
8. Compiled the log files
Attached Files
File Type: zip MediaPortalLogs_26_09_08.zip (10.4 KB, 3 views)
Seeco is offline   Reply With Quote
Old 2008-09-26, 22:20   #98 (permalink)
Portal Member
 
Join Date: Aug 2007
Posts: 218
Thanks: 1
Thanked 5 Times in 5 Posts

Country:

My System

Default

Hi gibman,

And first thank you for this great feature.

However I'm having some issues too, here it goes:

I. System specs

- Mediaportal & TV-Server SVN 20268
- ATI Radeon HD 4850
- Catalyst 8.7
- RefreshRateChanger_0.3.zip

II. Test scenario

1. I start Mediaportal with 1080p50 profile enabled.
2. I go to My Videos and start playing .mkv file (23.976fps)
3. Refresh rate is changed (to 1080p24 profile), video starts playing and everything is fine
4. I stop the video and refresh rate is changed back to 1080p50 profile
5. I go to My TV and turn on the TV. Refresh rate is not changed, picture is visible (this is as it should, but for some reason audio is missing, could be some other problem)
6. I go to My Videos and start playing same .mkv file as in step two, refresh rate is NOT changed (this is wrong)
7. Video is playing but with wrong refresh rate
8. Refresh rate doesn't change no matter what I do after this..
9. Selected profile is 1080p50 when I close MP and return to Windows

So the first time I played CINEMA material it was fine, after that no go. I tried also with devicereset=no and with that I didn't get picture at all. I had also problems with using ReClock but I made the test without it and still got problems. Some logs attached, please ask if you need more information.

My configuration for refresh rate changes:

<entry name="autochangerefreshrate">yes</entry>
<entry name="cinema_ext">C:\\Program Files\\ATI Technologies\\ATI.ACE\\Core-Static\\CLI.exe Start Load profilename="1080p24"</entry>
<entry name="pal_ext">C:\\Program Files\\ATI Technologies\\ATI.ACE\\Core-Static\\CLI.exe Start Load profilename="1080p25"</entry>
<entry name="ntsc_ext">C:\\Program Files\\ATI Technologies\\ATI.ACE\\Core-Static\\CLI.exe Start Load profilename="1080p30"</entry>
<entry name="tv_ext">C:\\Program Files\\ATI Technologies\\ATI.ACE\\Core-Static\\CLI.exe Start Load profilename="1080p25"</entry>
<entry name="cinema_fps">23.976;24</entry>
<entry name="pal_fps">25</entry>
<entry name="ntsc_fps">29.97;30</entry>
<entry name="tv_fps">25</entry>
<entry name="cinema_hz">24</entry>
<entry name="pal_hz">25</entry>
<entry name="ntsc_hz">30</entry>
<entry name="tv_hz">25</entry>
<entry name="default_hz">pal_hz</entry>
<entry name="use_default_hz">yes</entry>
<entry name="devicereset">yes</entry>
Attached Files
File Type: zip MediaPortalLogs_26_09_08.zip (409.3 KB, 0 views)

Last edited by seco; 2008-09-26 at 22:28.
seco is offline   Reply With Quote
Old 2008-09-26, 22:27   #99 (permalink)
Portal Member
 
Join Date: Aug 2007
Posts: 218
Thanks: 1
Thanked 5 Times in 5 Posts

Country:

My System

Default

Same as above but with devicereset=no

Test scenario

1. I start Mediaportal with 1080p50 profile enabled.
2. I go to My Videos and start playing .mkv file (23.976fps)
3. Refresh rate is changed (to 1080p24 profile), screen goes to black, no picture, no audio
4. I try to stop the video, Mediaportal stays black, selected profile is 1080p24 after I kill MP
Attached Files
File Type: zip MediaPortalLogs_26_09_08.zip (312.0 KB, 2 views)
seco is offline   Reply With Quote
Old 2008-09-26, 22:38   #100 (permalink)
Portal Member
 
Join Date: Aug 2007
Posts: 218
Thanks: 1
Thanked 5 Times in 5 Posts

Country:

My System

Default

One more try with

use_default_hz=no
devicereset=yes

Test scenario

1. I start Mediaportal with 1080p50 profile enabled.
2. I go to My Videos and start playing .mkv file (23.976fps)
3. Refresh rate is changed (to 1080p24 profile), video & audio is playing fine
4. I stop the video, nothing happens, 1080p24 profile is active (as it should)
5. I go to My TV and turn on the TV
6. 1080p50 profile is changed automatically but screen is black, no video and no audio
Attached Files
File Type: zip MediaPortalLogs_26_09_08.zip (312.0 KB, 1 views)
seco is offline   Reply With Quote
Reply

Bookmarks

Tags
automatic, changer, refreshrate

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
A very simple Refreshrate changer dannyb0y Plugins 9 2008-06-24 13:56
2 problems (refreshrate, hibernate with rc) robhawk General Support 0 2008-05-28 11:44
Skin/Theme changer Autoper Improvement Suggestions 0 2005-02-19 03:51


All times are GMT +1. The time now is 09:43.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden