embeeded Windows Media 6.4 Compatibility

Steamcast is a stand alone server that combines the features of SHOUTcast and Icecast2 and more to make one mega awesome server.
Post Reply
tandilboy
Posts: 45
Joined: Fri Oct 22, 2004 10:35 am

embeeded Windows Media 6.4 Compatibility

Post by tandilboy »

i using a embeeded player to stream steamcast. but the script is not compatible with Windows Media Player 6.4

note: i using the montpoint /radio.mp3


PLEASE HELP!!!! :(
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

use the SourceRawKey feature.

To be honest though I don't think WMP 6.4 works with mp3 streaming at all.
- Jay
tandilboy
Posts: 45
Joined: Fri Oct 22, 2004 10:35 am

Post by tandilboy »

i tried with this alternative, the 6.4 player is showed but with the error \"File not Found\" and is not compatible with some 7.0 Windows media player
<td align=\"center\" valign=\"top\">
<object
classid=\"CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95\"
codebase=http://activex.microsoft.com/activex/co ... 5,1,52,701
id=MC1
name=MC1
type=application/x-oleobject
bbclient=\"1\"
width=224
height=53
standby=\"Loading Media Player components...\"
>
<param name=\"FileName\" value=\"http://xxx.dyndns.org/radio.mp3\">
<param name=\"AutoStart\" value=\"true\">

<param name=\"ShowControls\" value=\"true\">
<param name=\"ShowAudioControls\" value=\"true\">
<param name=\"ShowStatusBar\" value=\"true\">
<param name=\"TransparentAtStart\" value=\"true\">
<param name=\"AutoSize\" value=\"false\">
<param name=\"ShowGoToBar\" value=\"false\">
<param name=\"ShowPositionControls\" value=\"false\">
<param name=\"ShowDisplay\" value=\"false\">
<param name=\"DisplaySize\" VALUE=\"false\">

<param name=\"AnimationAtStart\" value=\"false\">
<embed
type=\"application/x-mplayer2\"
pluginspage=\"http://www.microsoft.com/windows/window ... #location2\"
name=\"MC1\"
bbclient=0
width=224
height=53
src=\"http://xxx.dyndns.org/radio.mp3\"
AutoStart=true
ShowControls=true
ShowAudioControls=true
ShowStatusBar=true
TransparentAtStart=true
AutoSize=false
ShowGoToBar=false
ShowPositionControls=false
ShowDisplay=false
DisplaySize=false
AnimationAtStart=false
>
</embed>
</object>
</td></tr>
</tbody>
</table>
</center>
<!-- -->
Post Reply