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
Support
Watch / Listen Media
Listen Music
BASS can't play MMS streams?
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="OleJ" data-source="post: 184713" data-attributes="member: 24795"><p>Hi hwahrmann</p><p></p><p>Seems I was completely off track with that. As "the666MAC" mentions in this thread:</p><p><a href="https://forum.team-mediaportal.com/bass_error_handle_asx_radio-t28214.html" target="_blank">https://forum.team-mediaportal.com/bass_error_handle_asx_radio-t28214.html</a></p><p>The .asx files from DR plays fine if the third <ENTRY> is removed from the asx.</p><p></p><p>I tried this back and forth and Heureka! I found something that made sense and I could reproduce again and again.</p><p></p><p>When an asx contains several <ENTRY> BASS will just play the last <ENTRY> and not take them one at a time in case one fails. (the third reference in DR .asx files is a dead link)</p><p>In other words it seems that BASS isn't capable of handling .asx with several sources (it just ignores all other than last source).</p><p></p><p>Weeee! Found it <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>hwahrmann: can you please test my findings? thanks!</p><p></p><p>Oh and here's the code for you to test:</p><p></p><p>This asx will play because last <ENTRY> works</p><p>[CODE]<ASX Version = "3.0"> </p><p> <TITLE>DR P3</TITLE></p><p> <Entry> </p><p> <Ref href="http://wmscr.dr.dk/e02ch03m?wmcontentbitrate=300000"/></p><p> </Entry></p><p> <Entry> </p><p> <Ref href="http://wmscr1.dr.dk/e02ch03m?wmcontentbitrate=300000"/></p><p> </Entry></p><p></ASX>[/CODE]</p><p></p><p>This asx won't play because last <ENTRY> is dead</p><p>[CODE]<ASX Version = "3.0"> </p><p> <TITLE>DR P3</TITLE></p><p> <Entry> </p><p> <Ref href="http://wmscr1.dr.dk/e02ch03m?wmcontentbitrate=300000"/></p><p> </Entry></p><p> <Entry> </p><p> <Ref href="http://wmscr.dr.dk/e02ch03m?wmcontentbitrate=300000"/></p><p> </Entry></p><p></ASX>[/CODE]</p></blockquote><p></p>
[QUOTE="OleJ, post: 184713, member: 24795"] Hi hwahrmann Seems I was completely off track with that. As "the666MAC" mentions in this thread: [url]https://forum.team-mediaportal.com/bass_error_handle_asx_radio-t28214.html[/url] The .asx files from DR plays fine if the third <ENTRY> is removed from the asx. I tried this back and forth and Heureka! I found something that made sense and I could reproduce again and again. When an asx contains several <ENTRY> BASS will just play the last <ENTRY> and not take them one at a time in case one fails. (the third reference in DR .asx files is a dead link) In other words it seems that BASS isn't capable of handling .asx with several sources (it just ignores all other than last source). Weeee! Found it :) hwahrmann: can you please test my findings? thanks! Oh and here's the code for you to test: This asx will play because last <ENTRY> works [CODE]<ASX Version = "3.0"> <TITLE>DR P3</TITLE> <Entry> <Ref href="http://wmscr.dr.dk/e02ch03m?wmcontentbitrate=300000"/> </Entry> <Entry> <Ref href="http://wmscr1.dr.dk/e02ch03m?wmcontentbitrate=300000"/> </Entry> </ASX>[/CODE] This asx won't play because last <ENTRY> is dead [CODE]<ASX Version = "3.0"> <TITLE>DR P3</TITLE> <Entry> <Ref href="http://wmscr1.dr.dk/e02ch03m?wmcontentbitrate=300000"/> </Entry> <Entry> <Ref href="http://wmscr.dr.dk/e02ch03m?wmcontentbitrate=300000"/> </Entry> </ASX>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Listen Music
BASS can't play MMS streams?
Contact us
RSS
Top
Bottom