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!
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!