|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Jun 2005
Posts: 6
|
Putting an Audio Stream + Video Stream together in an .ASX file
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 |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Jun 2005
Posts: 6
|
plzzz... someone MUST know how!!!
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!!!
|
|
|
|
|
|
#3 |
|
Forum Maitresse
Join Date: Mar 2005
Location: I'm hiding under your bed
Posts: 2,974
|
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. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|