Hi all,
There is an interting situation for g_Player.
If you use g_Player.PlayAudioStream or g_Player.PlayVideoStream, there is a clickable rectange surrondering the overlay window. When you move the mouse over, a green border is displayed. Also, you can click the overlay window to fullscreen the visualization or video.
But, if you use g_Player.Play there is no clickable area to make it fullscreen. You have to use X key on keyboard.
I think, this is because g_Player.PlayAudioStream & g_Player.PlayVideoStream uses VideoPlayerVMR9 class and g_Player.Play uses AudioPlayerWMP9 class. There is SetVideoWindow method defined in VideoPlayerVMR9 to draw clickable rectangle.
So some external plugins like wwiTV, YouTube and other ones uses g_Player.Play does not have a clickable border to display video or viz. in fullscreen.
This only happens for mms://, .asx and other stream files.
Any wish to add?
There is an interting situation for g_Player.
If you use g_Player.PlayAudioStream or g_Player.PlayVideoStream, there is a clickable rectange surrondering the overlay window. When you move the mouse over, a green border is displayed. Also, you can click the overlay window to fullscreen the visualization or video.
But, if you use g_Player.Play there is no clickable area to make it fullscreen. You have to use X key on keyboard.
I think, this is because g_Player.PlayAudioStream & g_Player.PlayVideoStream uses VideoPlayerVMR9 class and g_Player.Play uses AudioPlayerWMP9 class. There is SetVideoWindow method defined in VideoPlayerVMR9 to draw clickable rectangle.
So some external plugins like wwiTV, YouTube and other ones uses g_Player.Play does not have a clickable border to display video or viz. in fullscreen.
This only happens for mms://, .asx and other stream files.
Any wish to add?