TORTUT-10
Streaming Audio

Le but à atteindre : utiliser du streaming audio, grâce à NETSHOW (de Microsoft)

 

Préalable

NETSHOW est une technologie développée par Microsoft, pour faire du streaming ( audio/ vidéo / powerpoint / etc.). Attention : cela travaille à la fois du côté serveur et du côté client. Il sera donc impératif de se connecter à un serveur NETSHOW. Je vous donnerais qq adresses plus bas.

Côté client, NETSHOW se présente comme un Active-X. Il peut donc être utilisé avec outlook-express, mais aussi dans les pages d'un site.

 

Implémentation

C'est vraiment très simple : il suffit d'ajouter le code suivant, juste avant la balise </BODY> le code suivante :

<OBJECT id="Net Show" classid=clsid:2179C5D3-EBFF-11CF-B6FD-00AA00B4E220 align=center width=1 height=1>
<PARAM NAME="AutoStart" VALUE="-1">
<PARAM NAME="AnimationAtStart" VALUE="-1">
<PARAM NAME="AllowScan" VALUE="-1">
<PARAM NAME="AllowChangeControlType" VALUE="-1">
<PARAM NAME="AllowChangeDisplaySize" VALUE="-1">
<PARAM NAME="AutoRewind" VALUE="-1">
<PARAM NAME="BaseURL" VALUE="">
<PARAM NAME="BufferingTime" VALUE="5">
<PARAM NAME="ClickToPlay" VALUE="-1">
<PARAM NAME="ControlType" VALUE="0">
<PARAM NAME="CursorType" VALUE="1">
<PARAM NAME="CurrentPosition" VALUE="0">
<PARAM NAME="CurrentMarker" VALUE="0">
<PARAM NAME="DefaultFrame" VALUE="1">
<PARAM NAME="DisplaySize" VALUE="0">
<PARAM NAME="EnableContextMenu" VALUE="-1">
<PARAM NAME="Filename" VALUE="http://www.smilers-stats.org/Sounds/ArtistiStranieri/Elvis-Presley/&_Jerry_Lee_Lewis_Be_bopa_lula.asf">
<PARAM NAME="InvokeURLs" VALUE="-1">
<PARAM NAME="PlayCount" VALUE="1">
<PARAM NAME="Rate" VALUE="1">
<PARAM NAME="SendOpenStateChangeEvents" VALUE="-1">
<PARAM NAME="SendWarningEvents" VALUE="-1">
<PARAM NAME="SendErrorEvents" VALUE="-1">
<PARAM NAME="SendKeyboardEvents" VALUE="-1">
<PARAM NAME="SendMouseClickEvents" VALUE="-1">
<PARAM NAME="SendMouseMoveEvents" VALUE="-1">
<PARAM NAME="SendStateChangeEvents" VALUE="-1">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="-1">
<PARAM NAME="TransparentAtStart" VALUE="0">
</OBJECT>

C’est tout !

Maintenant, voici qq adresses, à mettre dans le <PARAM NAME="Filename" VALUE="

Et aussi la radio :

 

Quelques autres adresses (en vrac) :

http://brekilien.free.fr/musique/Beethoven_storm_and_tempest.asf
http://brekilien.free.fr/musique/Brenda_Lee_Im_sorry.wma
http://brekilien.free.fr/musique/Brenda_Lee_Im_sorry.wma
http://brekilien.free.fr/musique/Brenda_Lee_send_me_some_lovin'.asf
http://brekilien.free.fr/musique/D_Arkenstone_on_the_wings_of_the_butterfly.asf
http://brekilien.free.fr/musique/E_Cortazar_spanish_mascarade.asf
http://brekilien.free.fr/musique/Grieg_anitra_dance.asf
http://brekilien.free.fr/musique/Let_the_rest_of_the_world_go_by.asf
http://brekilien.free.fr/musique/Mozart_C21_extrait.asf
http://brekilien.free.fr/musique/Rondo_Veneziano_Autumno.asf
http://brekilien.free.fr/musique/Rondo_Veneziano_scaramucce.asf
http://brekilien.free.fr/musique/Vangelis_love_me.asf
http://brekilien.free.fr/musique/Vivaldi_concerto_pour_flute10.asf

.