-added listen to icecast stream through browser option. Fixed various bugs in now playing screen. added fade support to liquidsoap script
This commit is contained in:
parent
a2a8a8eae3
commit
5b11025b31
9 changed files with 181 additions and 102 deletions
9
application/views/scripts/nowplaying/livestream.phtml
Normal file
9
application/views/scripts/nowplaying/livestream.phtml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<OBJECT ID="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab# Version=5,1,52,701" STANDBY="Loading Microsoft Windows® Media Player components..." TYPE="application/x-oleobject" width="280" height="46">
|
||||
<param name="fileName" value="http://localhost:8000/airtime.mp3">
|
||||
<param name="animationatStart" value="true">
|
||||
<param name="transparentatStart" value="true">
|
||||
<param name="autoStart" value="true">
|
||||
<param name="showControls" value="true">
|
||||
<param name="Volume" value="100">
|
||||
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://localhost:8000/airtime.mp3" name="MediaPlayer1" width=280 height=46 autostart=1 showcontrols=1 volume=100>
|
||||
</OBJECT>
|
Loading…
Add table
Add a link
Reference in a new issue