rocket j squirrel;282258 Wrote: > How does one "...look in the ASX file," to "...see the abacast stream > listed in there"? All my WMP shows me is > "http://www.king.org/kingfm.asx" An ASX file is really just a container with information for your player. It does not include the actual music. Save the ASX file (right click in the browser), and open it with a text editor to peek inside. That's all there is to it ;-)
For the above link you'll get: <ASX version="3.0" > <PARAM Name = "HTMLView" VALUE = "http://www.king.org/main3.htm"/> <entry> <ref href = "mms://wm-live.abacast.com/king-kingfm-24" /> <ref href = "http://wm-live.abacast.com/king-kingfm-24" /> <ref href = "mmst://wm-live.abacast.com/king-kingfm-24\" /> </entry> </ASX> The above gives your player three types of streams for the same content. It can choose whichever seems to fit the player capabilities best. -- palahala ------------------------------------------------------------------------ palahala's Profile: http://forums.slimdevices.com/member.php?userid=16262 View this thread: http://forums.slimdevices.com/showthread.php?t=44807 _______________________________________________ squeezenetwork mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/squeezenetwork
