It used to be that you could use
g_Player.PlayAudioStream(URL,true);
g_Player.ShowFullScreenWindow();
g_Player.FullScreen = true;
problem is it plays the stream but without video, instead the music playing screen is shown. It used to work but something happend in 1.1
The reason why i am trying to fix this even though i haven't made any addons yet is because i really like the addon dripper and it has stopped working.
here is an example on the stream i want to play
Boogie
also my logo itsn't shown even though i put an png file in /media/dr_logo.png
and set it in
public bool GetHome(out string strButtonText, out string strButtonImage,
out string strButtonImageFocus, out string strPictureImage)
{
strButtonText = PluginName();
strButtonImage = String.Empty;
strButtonImageFocus = String.Empty;
strPictureImage = "dr_logo.png";
return true;
}
g_Player.PlayAudioStream(URL,true);
g_Player.ShowFullScreenWindow();
g_Player.FullScreen = true;
problem is it plays the stream but without video, instead the music playing screen is shown. It used to work but something happend in 1.1
The reason why i am trying to fix this even though i haven't made any addons yet is because i really like the addon dripper and it has stopped working.
here is an example on the stream i want to play
Boogie
also my logo itsn't shown even though i put an png file in /media/dr_logo.png
and set it in
public bool GetHome(out string strButtonText, out string strButtonImage,
out string strButtonImageFocus, out string strPictureImage)
{
strButtonText = PluginName();
strButtonImage = String.Empty;
strButtonImageFocus = String.Empty;
strPictureImage = "dr_logo.png";
return true;
}