No aspect dalog possible when streaming videos? (1 Viewer)

sergem1

Portal Member
February 18, 2007
17
0
Home Country
United States of America United States of America
If I play local video file, pushing F9 brings up OSD, pushing F9 again brings up menu where I can select aspect.

When streaming mms://*.wmv videos, pushing F9 does nothing.

I understand that there could be a problem displaying a progress bar, but I need to be able to adjust aspect - what could I do?

Here is how I play videos:

// show movie
if (g_Player.Play(mms))
{
if (MediaPortal.Util.Utils.IsVideo(mms))
{
GUIGraphicsContext.IsFullScreenVideo = true;
GUIWindowManager.ActivateWindow(\
(int)GUIWindow.Window.WINDOW_FULLSCREEN_VIDEO);
}
}


Thank you!
 

sergem1

Portal Member
February 18, 2007
17
0
Home Country
United States of America United States of America
It turns out the dialog pops, but is not visible.

I wonder if mms:// DRM source is a cause of that.

Is there an option in the player to disable such behavior?

Thank you
 

Users who are viewing this thread

Top Bottom