Radio Galore
25th August 2005, 21:14
Hi there.
Got my studio stream working..: mms://82.34.33.5:9001/ and when i make a .asx file it plays fine. The code i used for the asx file is:
<asx version = "3.0">
<entry>
<ref href="mms://82.34.33.5:9001">
</entry>
</asx>
It plays the video fine.
I have a shoutcast stream and when i change the code to:
<asx version = "3.0">
<entry>
<ref href="http://82.34.33.5:9002/">
</entry>
</asx>
it then plays that fine too...
One thing... it plays both streams (audio and video) seperately. How do i add both together into 1 .asx file so when a user clicks it it then plays the audio and the video in 1 media player???
I tryed this code:
<asx version = "3.0">
<entry>
<ref href="mms://82.34.33.5:9001">
<ref href="http://82.34.33.5:9002/">
</entry>
</asx>
that did'nt work.
Can anyone help me plz... many thanx if they can!!!
From Ian
Got my studio stream working..: mms://82.34.33.5:9001/ and when i make a .asx file it plays fine. The code i used for the asx file is:
<asx version = "3.0">
<entry>
<ref href="mms://82.34.33.5:9001">
</entry>
</asx>
It plays the video fine.
I have a shoutcast stream and when i change the code to:
<asx version = "3.0">
<entry>
<ref href="http://82.34.33.5:9002/">
</entry>
</asx>
it then plays that fine too...
One thing... it plays both streams (audio and video) seperately. How do i add both together into 1 .asx file so when a user clicks it it then plays the audio and the video in 1 media player???
I tryed this code:
<asx version = "3.0">
<entry>
<ref href="mms://82.34.33.5:9001">
<ref href="http://82.34.33.5:9002/">
</entry>
</asx>
that did'nt work.
Can anyone help me plz... many thanx if they can!!!
From Ian