PDA

View Full Version : Putting an Audio Stream + Video Stream together in an .ASX file


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

Radio Galore
25th August 2005, 21:46
Please .. this is urgent as I really need to know how to put audio and video into one .asx file so I can play them together!!!

Evil Lu
25th August 2005, 21:48
It's not more urgent than anyone elses questions.
You got the software for free, you joined the forum for free and nobody here gets paid to help out.
Personally, I do not know the answer but would ask you to sit patiently until somebody does.