Old 6th January 2004, 15:05   #1
the_beav
Junior Member
 
the_beav's Avatar
 
Join Date: Nov 2003
Location: Oakville, CT
Posts: 9
Problem with Embedded Media Player

Trying to convince my school to switch their streaming server to a shoutcast-based solution. They are real big on having the stream embedded in the web page with Windows Media player. In order to demonstrate to them that this can be done, I've tried setting up an embedded deal using my personal stream and am having some issues.

I scanned all the threads here regarding setting this (great info btw) and got my asx file all set. The asx file seems solid...if I open it locally on my computer, or link to it, it plays no problem. (http://www.guerillaradio.us/radio.asx)
code:

<asx version="3.0">
<title>GuerillaRadio.us</title>
<entry>
<title>GuerillaRadio.us</title>
<author>The Angry Beaver</author>
<ref href="http://guerillaradio.us:8000/"/>
</entry>
</asx>




I then used the on-line tool at CasterClub to generate the embed code, which is here http://www.guerillaradio.us/listen.htm. It picks up the title and artist info, so it seems close. But the connection just closes right away.

Have I missed something obvious here? (Probably, heh)
the_beav is offline   Reply With Quote
Old 6th January 2004, 16:55   #2
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
http://www.guerillaradio.us/listen.htm works in IE 5.5 but not Mozilla Firebird 0.7

You may need to alter this value to get the stream to autostart:
<param name="AutoStart" value="0">

FesterHead is offline   Reply With Quote
Old 6th January 2004, 17:30   #3
the_beav
Junior Member
 
the_beav's Avatar
 
Join Date: Nov 2003
Location: Oakville, CT
Posts: 9
Quote:
Originally posted by FesterHead
http://www.guerillaradio.us/listen.htm works in IE 5.5 but not Mozilla Firebird 0.7

You may need to alter this value to get the stream to autostart:
<param name="AutoStart" value="0">
Are you saying that the stream connected and played in IE 5.5? I'm using IE6 here and it just closes right away. If I hit "Play", it tries to connect again and immediately closes. Right now, I'd be happy to just get it working in IE!

Thanks.
the_beav is offline   Reply With Quote
Old 6th January 2004, 17:46   #4
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
The stream does not connect automatically with IE 5.5.
I need to press play.

FesterHead is offline   Reply With Quote
Old 6th January 2004, 17:53   #5
the_beav
Junior Member
 
the_beav's Avatar
 
Join Date: Nov 2003
Location: Oakville, CT
Posts: 9
Ok, gotcha. I must have an IE6 specific issue here then, still not connecting at all. Any ideas on that? (Media Player 8 installed.)
the_beav is offline   Reply With Quote
Old 6th January 2004, 18:29   #6
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
Try updating WMP to 9.x

FesterHead is offline   Reply With Quote
Old 7th January 2004, 00:46   #7
ruffdawg
Major Dude
 
ruffdawg's Avatar
 
Join Date: Feb 2003
Location: Mississauga, Ontario, Canada (Sauga Represent!)
Posts: 565
Upgrading is a big thing. Ive had ppl that cant tune into my ASX via lower 7.1. Although you may want to test the ASX without the embedded player. Plz post again w/ results


Playin' the best classic rock trax
www.ruffdawgradio.com
ruffdawg is offline   Reply With Quote
Old 7th January 2004, 18:11   #8
Swiftie
Junior Member
 
Join Date: Jan 2003
Location: United Kingdom
Posts: 49
I'm in a predicament where only people with WMP9 can listen to the windows media embedded player. Aint there any other way to get any of the lower versions of WMP to work without having to upgrade??

Brgs
Swiftie is offline   Reply With Quote
Old 7th January 2004, 18:18   #9
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
Most likely a futile effort.

FesterHead is offline   Reply With Quote
Old 20th June 2005, 19:51   #10
drunkman2010
Junior Member
 
Join Date: Jun 2005
Location: Germantown, WI
Posts: 1
Send a message via ICQ to drunkman2010 Send a message via AIM to drunkman2010 Send a message via Yahoo to drunkman2010
I'm trying the same thing

Hey I'm trying to do the same thing I think. What I'm trying to do is have a embedded media player on a webpage that plays my station (http://69.211.88.95:8000/listen.pls) and I saw the code he used and i tried to use the same thing for mine cause I've never done this before. I used the code for a .asx like he did but changed the stuff like the address of the station and the name. Then I went to that website he said to get the embedded media player code and put if on my site but it connects when the page opens and then closes and the error reports says "Source Filter was not found" and I dont know if this is a problem with the .asx code i used or the media player embedding code i used both are below....Please help!!!

Heres the embedded media player code:
code:
<OBJECT ID="MediaPlayer" WIDTH=385 HEIGHT=147
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject">

<PARAM NAME="FileName" VALUE="http://fmaus.freestarthost.com/radio.asx" valuetype="ref" ref>
<param name="AudioStream" value="1">
<param name="AutoSize" value="0">
<param name="AutoStart" value="0">
<param name="AnimationAtStart" value="0">
<param name="AllowScan" value="-1">
<param name="AllowChangeDisplaySize" value="-1">
<param name="AutoRewind" value="0">
<param name="Balance" value="0">
<param name="BaseURL" value>
<param name="BufferingTime" value="5">
<param name="CaptioningID" value>
<param name="ClickToPlay" value="-1">
<param name="CursorType" value="0">
<param name="CurrentPosition" value="-1">
<param name="CurrentMarker" value="0">
<param name="DefaultFrame" value>
<param name="DisplayBackColor" value="0">
<param name="DisplayForeColor" value="16777215">
<param name="DisplayMode" value="1">
<param name="DisplaySize" value="1">
<param name="Enabled" value="-1">
<param name="EnableContextMenu" value="-1">
<param name="EnablePositionControls" value="-1">
<param name="EnableFullScreenControls" value="-1">
<param name="EnableTracker" value="-1">
<param name="InvokeURLs" value="-1">
<param name="Language" value="-1">
<param name="Mute" value="0">
<param name="PlayCount" value="0">
<param name="PreviewMode" value="0">
<param name="Rate" value="1">
<param name="SAMILang" value>
<param name="SAMIStyle" value>
<param name="SAMIFileName" value>
<param name="SelectionStart" value="-1">
<param name="SelectionEnd" value="-1">
<param name="SendOpenStateChangeEvents" value="-1">
<param name="SendWarningEvents" value="-1">
<param name="SendErrorEvents" value="-1">
<param name="SendKeyboardEvents" value="0">
<param name="SendMouseClickEvents" value="0">
<param name="SendMouseMoveEvents" value="0">
<param name="SendPlayStateChangeEvents" value="-1">
<param name="ShowCaptioning" value="-1">
<param name="ShowControls" value="-1">
<param name="ShowAudioControls" value="-1">
<param name="ShowDisplay" value="-1">
<param name="ShowGotoBar" value="0">
<param name="ShowPositionControls" value="0">
<param name="ShowStatusBar" value="-1">
<param name="ShowTracker" value="-1">
<param name="TransparentAtStart" value="0">
<param name="VideoBorderWidth" value="0">
<param name="VideoBorderColor" value="333333">
<param name="VideoBorder3D" value="-1">
<param name="Volume" value="-1">
<param name="WindowlessVideo" value="-1">
<EMBED TYPE="application/x-mplayer2" SRC="http://fmaus.freestarthost.com/radio.asx"
NAME="MediaPlayer"
WIDTH=320
HEIGHT=240>
</EMBED></OBJECT>



Heres the code on the .asx file:
code:
<head>
<title>FMAUS.tk The Rock Alternative</title>
<entry>
<title>FMAUS.tk The Rock Alternative</title>
<author>
</head>

<pre><asx version="3.0">
</pre>
The Rock Alternative</author>
<ref href="http://69.211.88.95:8000">
</entry>
</asx>



Please help me soon.....thanks for any help your going to give me!
drunkman2010 is offline   Reply With Quote
Old 3rd August 2005, 00:27   #11
Fulano
Junior Member
 
Join Date: Dec 2003
Posts: 12
Re: Problem with Embedded Media Player

Quote:
Originally posted by the_beav
Trying to convince my school to switch their streaming server to a shoutcast-based solution. They are real big on having the stream embedded in the web page with Windows Media player. In order to demonstrate to them that this can be done, I've tried setting up an embedded deal using my personal stream and am having some issues.

I scanned all the threads here regarding setting this (great info btw) and got my asx file all set. The asx file seems solid...if I open it locally on my computer, or link to it, it plays no problem. (http://www.guerillaradio.us/radio.asx)
code:

<asx version="3.0">
<title>GuerillaRadio.us</title>
<entry>
<title>GuerillaRadio.us</title>
<author>The Angry Beaver</author>
<ref href="http://guerillaradio.us:8000/"/>
</entry>
</asx>




I then used the on-line tool at CasterClub to generate the embed code, which is here http://www.guerillaradio.us/listen.htm. It picks up the title and artist info, so it seems close. But the connection just closes right away.

Have I missed something obvious here? (Probably, heh)
The Above Format Of Making A .asx Does Not Work For All Shoutcast Streams. Like The Ones with "stream/#" For Exp: http://64.236.34.67:80/stream/1025 (digitally imported Hard House) Can Someone Help Me Get Around This?
Fulano is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Shoutcast > Shoutcast Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump