GUIGraphicsContext setOverlay bug introduced in revision 14678 (1 Viewer)

RMaruader

Portal Member
November 14, 2006
41
7
MediaPortal Version: all SVNs from 14663
MediaPortal Skin: Blue Two

If AudioPlayerWMP9 switched from FullScreen to Overlay Window, in OverlayWindow showed only Black rectangle.

problem in this function
static public bool Overlay
{
get { return m_bOverlay; }
set
{
m_bOverlay = value;
// this line introduced in revision 14678
if (!m_bOverlay) { m_RectVideo.Width = 1; m_RectVideo.Height = 1; }
if (!ShowBackground) m_bOverlay = false;
if (OnVideoWindowChanged != null)
{ OnVideoWindowChanged(); }
}
}

Without selected line, OverlayWindow will show rectangle with Video
 

ronilse

Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi, & welcome to the forum.

    Have never had any black overlay window (at least in the last months) & can't confirm that this it's a bug, you should tell us more about what you do & how we can reproduce that this it's a bug.

    Regards
    Roy
     

    RMaruader

    Portal Member
    November 14, 2006
    41
    7
    Example:
    Radio Plugin :
    1. Create a Stream http://wstreaming.zdf.de/zdf/56/070621_hjo.asx or other Stream
    2. Start Media Portal (last SVN)
    3. Start Stream http://wstreaming.zdf.de/zdf/56/070621_hjo.asx to play (My Radio Plugin)

    In left bottom box is a live picture - ok
    Press X - switch to FullScreen - FullScreen Live picture Showed -ok
    Press X - switch back to OvelayWindow - left-bottom box is black - Live Picture is not showed - Bug
    Press X - switch to FullScreen - Live picture Showed - ok
    Press X - switch back to OvelayWindow - left-bottom box is black - Live Picture is not showed - Bug
    ......
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    I can confirm it now(will point a developer to this issue), with dshow-player selected as player in MP Setup for music. It doesn't happen with BASS since no Video it's shown when using it.

    If you make a playlist(my example.pls & put it in the video playlist folder) for video containing those links which have TV it will work correct from My Video.

    Regards
    Roy
     

    RMaruader

    Portal Member
    November 14, 2006
    41
    7
    thanks for reply.
    I use AudioPlayerWMP9 in my plugin for INternet TV and since build 14668 i have this problem. Workaround with M Video and *.pls not help in my case, while i use direct AudioPlayerWMP9 :(
     

    ronilse

    Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    You should be able to use playlist in My Video, the player there it's not the same as in Music/Radio......

    Regards
    Roy
     

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    Could you please try again with a new SVN build.
    i just made somw fix on how media type is detected and that seems to have fixed your issue.
    works also for ronilse
     

    Users who are viewing this thread

    Top Bottom