home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
How to play aspx stream
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mrhateful" data-source="post: 624666" data-attributes="member: 89536"><p>It used to be that you could use </p><p>g_Player.PlayAudioStream(URL,true);</p><p>g_Player.ShowFullScreenWindow();</p><p>g_Player.FullScreen = true;</p><p></p><p>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</p><p>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.</p><p></p><p>here is an example on the stream i want to play</p><p><a href="http://www.dr.dk/Forms/Published/PlaylistGen.aspx?qid=1587612&odp=true" target="_blank">Boogie</a></p><p></p><p>also my logo itsn't shown even though i put an png file in /media/dr_logo.png</p><p>and set it in</p><p>public bool GetHome(out string strButtonText, out string strButtonImage,</p><p> out string strButtonImageFocus, out string strPictureImage)</p><p> {</p><p> strButtonText = PluginName();</p><p> strButtonImage = String.Empty;</p><p> strButtonImageFocus = String.Empty;</p><p> strPictureImage = "dr_logo.png";</p><p> return true;</p><p> }</p></blockquote><p></p>
[QUOTE="mrhateful, post: 624666, member: 89536"] 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 [url=http://www.dr.dk/Forms/Published/PlaylistGen.aspx?qid=1587612&odp=true]Boogie[/url] 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; } [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
How to play aspx stream
Contact us
RSS
Top
Bottom