Media Streaming


How can I embedding RealMedia/RealAudio (.rm, .ra)?
RealAudio is a server-based streaming audio solution. The RealServer offers advanced features for streaming audio delivery, including bandwidth negotiation (the proper bit rate version is delivered based on the speed of the connection), RTSP transmission for smooth playback, and administrative tools for tracking usage and minimizing server load. A robust RealServer system can allow thousands of simultaneous listeners. The server software requires a large investment (starting at around $2000 for the basic package), and RealNetworks charges licensing fees for the number of streams.

To listen to RealAudio files, users must have RealPlayer, which is available for Windows, Mac, and Unix systems. The RealPlayer plug-in comes installed with Netscape Navigator and Internet Explorer and makes it possible to embed a RealMedia player right in the web page.

<OBJECT ID=video1
CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
HEIGHT=125 WIDTH=275>
<param name="_ExtentX" value="7276">
<param name="_ExtentY" value="3307">
<param name="AUTOSTART" value="0">
<param name="SHUFFLE" value="0">
<param name="PREFETCH" value="0">
<param name="NOLABELS" value="0">
<param name="SRC" value="mymedia.rpm">
<param name="CONTROLS" value="All">
<param name="CONSOLE" value="Clip1">
<param name="LOOP" value="0">
<param name="NUMLOOP" value="0">
<param name="CENTER" value="0">
<param name="MAINTAINASPECT" value="0">
<param name="BACKGROUNDCOLOR" value="#000000"><embed SRC="mymedia.rpm" type="audio/x-pn-realaudio-plugin" CONSOLE="Clip1" CONTROLS="All" HEIGHT="125" WIDTH="275" AUTOSTART="false">
</OBJECT>