AVI to RM Video File Conversion
-
Select the video source file,
e.g. an avi file. You can use the Browse... button to select the
file.

-
Enter video clip information

-
Select File type. For
support streaming with different bit rate, select "Multi-rate SureStream
for RealServer G2" option.
-
Select Target Audience bit rates
you would like to support. Here we select 28.8kbps and corporate
LAN (10Mbps).
-
Select Audio Format
-
Select Video Quality
-
Select output file
-
Real Produce Confirm the setting,
Click Finish button.
-
Click on the start button on
the lower left to start file conversion.

Create Inline Video/control
for Real Media Video File
-
Rename the .rm file with .rpm
file extension. This is due to the plug-in only recognize .rpm file
extension.
-
Create the following <embed>
and <form> tags in your web page. Here uccs.rpm is the real media video
file.
<EMBED NAME=inlineRMvideo
SRC="uccs.rpm"
WIDTH=240
HEIGHT=180
CONSOLE=one
CONTROLS=ImageWindow
BACKGROUNDCOLOR=white
CENTER=true
>
<FORM>
<INPUT TYPE="button"
VALUE="Play" onClick="document.inlineRMvideo.DoPlay()">
<INPUT TYPE="button"
VALUE="Pause" onClick="document.inlineRMvideo.DoPause()">
<INPUT TYPE="button"
VALUE="Stop" onClick="document.inlineRMvideo.DoStop()">
</FORM>
Here is the link to an inline
RM video/control example.