BASS can't play MMS streams? (1 Viewer)

B_J

Portal Member
January 11, 2007
13
0
I´ve just upgraded to 0.2.3.0 RC2 and i ot similar errors
I'm having problems with.....as it seems all formats.
Can´t play wma or asx.
These worked fine in 0.2.2.0
i installed SVN 09-13-2007 01-05h :15867 but i still got the errors

including the logfiles below...

any help appriciated
 

B_J

Portal Member
January 11, 2007
13
0
thats wierd, i still can´t get the fist one to work, the second one plays without any problems in wmp and
also as mentioned in 0.2.2.0
 

B_J

Portal Member
January 11, 2007
13
0
what´s the result if you try this link?
http://yle.fi/livestream/x3m.asx

it seems to be some sort of redirection along the way
i´m not able to test it myself as i´m at work at the moment

edit: installed MP on my laptop an tested and i can answer myself there...it works
but why the first station dosen´t work on my HTPC is still a mystery

Well this is totally wierd...
It dosen´t work on my htpc but it works on my laptop...
same MP version
same svn
same mediaplayer
 

OleJ

Portal Pro
September 13, 2006
76
0
Copenhagen
Home Country
Denmark Denmark
Comparing an asx that will play in BASS (latest SVN 21/9 00:50) against one that won't:

This won't play:
Code:
<ASX Version = "3.0"> 
	<ABSTRACT>Lyt til flere netradio kanaler på dr.dk/netradio</ABSTRACT>
	<TITLE>DR P1</TITLE>
	<AUTHOR>dr.dk/netradio</AUTHOR>
	<Copyright>DR © 2007</Copyright>
	<MOREINFO HREF="http://www.dr.dk/netradio/" />
	<Logo href = "http://www.dr.dk/netradio/graphics/asx_logo_16x16.gif" Style = "ICON" />
   	<Entry>	
   		<ABSTRACT>Lyt til flere netradio kanaler på dr.dk/netradio</ABSTRACT>
		<Title>DR P1</Title>
		<Copyright>DR © 2007</Copyright>
		<Logo href = "http://www.dr.dk/netradio/graphics/asx_logo_16x16.gif" Style = "ICON" />
		<BANNER HREF="http://www.dr.dk/netradio/graphics/asx_banner_194x32.gif">
			<ABSTRACT>Lyt til flere netradio kanaler på dr.dk/netradio</ABSTRACT>
			<MOREINFO HREF="http://www.dr.dk/netradio/" />
		</BANNER>
		<MoreInfo href = "http://www.dr.dk/p1"></MoreInfo>
		<Ref href="http://wmscr1.dr.dk/e02ch01m?wmcontentbitrate=300000"/>
	</Entry>
</ASX>

This will play:
Code:
<asx version = "3.0">
<title>RMF DANCE</title>
<entry>
<title>RMF DANCE</title>
<author>Radio Muzyka Fakty Sp. z o.o.</author>
<copyright>Radio Muzyka Fakty Sp. z o.o.</copyright>
<param name="HTMLView" value="http://www.miastomuzyki.pl/play.html?id=3&noemb=1" />
<ref href="mms://87.98.222.192/DANCE" />
<ref href="mms://87.98.222.178/DANCE" />
<ref href="mms://87.98.223.192/DANCE" />
<ref href="mms://87.98.223.178/DANCE" />
</entry>
</asx>

Apparently the "BIG" difference is that BASS doesn't handle the http:// reference but only the "direct" mms:// type reference.
Winamp shows same behavior, but Windows Media Player handles both references fine and plays with no problems.

The question is then: Would it be possible to make BASS capable of looking up the http: references in asx as WMP does?

what´s the result if you try this link?
http://yle.fi/livestream/x3m.asx

Well this is totally wierd...
It dosen´t work on my htpc but it works on my laptop...
same MP version
same svn
same mediaplayer

Did you set your laptop up to use BASS?

Using BASS on my HTPC I'm not able to play http://yle.fi/livestream/x3m.asx

Looking at the .asx I find the same explanation as in my previous post: the http:// ref instead of an mms:// ref
 

OleJ

Portal Pro
September 13, 2006
76
0
Copenhagen
Home Country
Denmark Denmark
Thanks for looking into that.
I'll ask the BASS devs about including it.

Cool! Thanks!

I just tested with a clean install on another PC with defaults set and only setting up the radio channels folder.
The result was the same as mentioned above.
At the present state BASS can't handle asx http:// references.
Code example:
Code:
<Ref href="http://wmscr2.dr.dk/e06ch12m?wmcontentbitrate=300000"/>

Note that these resolve and play fine in Windows Media Player, but Winamp shows same behaviour.

For those trying to listen to Danmarks Radio (The Danish Radio) go to:
http://www.dr.dk/netradio/afspillere.asp

Here you can right-click and save the stations as .pls files with direct links to the media stream. (In short: They work with MP already)

To save you all the work I've attached the complete stations pls in a zip. Just extract them to whichever folder you have setup in MP config -> Radio -> "Streams folder"
And you'll have them in your radio stations list in MP.

:)
 

hwahrmann

Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    Sorry, i answered before testing it on my own.

    the asx file just plays fine here.
    the http ref is resolved.
    i already got the same information from the bass dev.
     

    Users who are viewing this thread

    Top Bottom