[WBX3.01] Do you support Real Audio?

Hosting cPanel supports Real Audio via HTTP streaming. If you want to setup HTTP streaming on your website please follow these instructions:

Each sound requires two files in order to function:

• sound.ra - This is the actual Real Audio Sound File.
• sound.ram - This is the 'config' file for the sound.ra file.

1. Create the 'config' file (for example, sound.ram) containing a RealAudio URL using a text editor (such as Notepad or SimpleText). For example, the contents of your file should be in the following form:

http://your-domain.com/sound.ra

where your-domain is the name of your Web Server. For example: www.goodweb.com

Make sure your 'config' file ends with a .ram extension.

2. In your HTML document (for example, sound.htm), reference the 'config' file in a hyperlink. For example:

http://your-domain.com/sound.ram

3. Upload your Real Audio Sound files, Real Audio 'config' files and updated HTML documents to your Web Server.

4. When a user clicks on the link, the streaming file(s) begin to download if RealPlayer is installed on the user's computer. The RealPlayer begins playing after a few seconds; it does not need to wait for the entire file to be downloaded.

Was this answer helpful?

 Print this Article

Also Read

[WBX3.05] What is Python?

Python is an interpreted, interactive, object-oriented programming language. It is often compared...

[WBX3.04] Do you support Streaming on your servers?

Yes we do. Using the HTTP streaming method, we can support the streaming of preloaded clips from...

[WBX3.14] Using PHP5 makes all my products disappear in OSCommerce

We have updated our version of php so the default used is PHP5 rather than PHP4. This can cause...

[WBX3.09] What is the format of the web server log files?

The access logs are in the standard apache "combined" format with the name of the virtual host...

[WBX3.08] Common server software requirements

All standard Apache modules are installed on the web servers, including mod_rewrite. In addition,...