5sec to open a .ts file with TsReader (another reason for Vista, NO Respondig Window) (1 Viewer)

iosub

Portal Pro
April 26, 2006
572
30
San Sebastian
Yes I have seen that running mp in debug, it does a lot of "unecesary" things I think.
For example on this post https://forum.team-mediaportal.com/...etects-if-open-myrecordings-39372/#post263826

I have seen that they check if a file is stream or video instead of using the properties that the class has already to know what type of file is going to play.. check the post and I have patch it using "if (this._mediaType == g_Player.MediaType.Video)", that is my opinion should be the way to do.

I think MP has a good base arquitecture, the only problem is that sometimes the devs, don't use all the potencial of MP arquitecture and they do a lot of extra work, instead of using what already has mp .
So, MP can be more responsible and faster, and that's the way to do I think.

4 Years in MS teach me that :) don't ask me in what proyect I can't say I have a (NDA)

So is nice that the fix is working.. Now I will try to do more clean ups a send to touretes or gemx.. lets see if the decide to introduce the changes.

Iosu

BTW I just add couple application.doevents.. so I let time to other process so vista thinks that MP has not stop.. Vista is so "stupid" thinking that if a process does not response for more that a few seconds it has stoped.. you can see the same with many other process like "outlook" iexplorer etc... I know that MS is going to change that, internaly it has already changed.. "Hope I dont break a NDA with that" :) but the fix is not going to be on vista...
 

Swede

Portal Pro
September 6, 2006
493
47
West Coast Archipelago
Home Country
Sweden Sweden
As long as you say positive things, I don't think MS will sue you :)

I guess that MP need some cleaning up with the FFW / REW codeing also. I only get a few frames per second and i've seen perfect FFW when something has gone wrong with a recording :D ...so it should be possible.
 

Users who are viewing this thread

Top Bottom