Chapter 1 Account Overview Chapter 2 Getting Started Chapter 3 Control Panel Overview Chapter 4 FTP Instructions Chapter 5 SSH / Telnet Chapter 6 Email Software Setup Chapter 7 File Manager Chapter 8 Change Password Chapter 9 Mail Manager Chapter 10 Site Statistics Chapter 11 Mailing List Chapter 12 Microsoft FrontPage Chapter 13 Site Creation Tool Chapter 14 Counters Chapter 15 Protect Directories Chapter 16 Redirect URL Chapter 17 Search Engine Chapter 18 Formmail Chapter 19 PGP & PGP Mail Chapter 20 Mime Types Chapter 21 Anonymous FTP Chapter 22 Archive Manager Chapter 23 SSL (Secure Server) Chapter 24 MySQL Chapter 25 Shopping Cart Chapter 26 CGI-bin Chapter 27 Real Audio / Real Video |
|
Chapter 27 - Real Audio / Real VideoWe DO NOT have Real Audio server software running on our servers. However, you can steam RealMedia files by following these instructions: You will need to create a .ram file that calls your real audio/video file. The .ram file is a text file with an absolute URL. This URL will need to be: http://yourdomain.co.nz/filename.rm Typically you'll create a realaudio file subdirectory under domain-www, and put all your audiofiles there. Then your .ram file, a.k.a., metafile, will contain an address with this format: http://yourdomain.co.nz/subdirectory/filename.rm The "subdirectory" is a subdirectory of your domain-www directory. So for example: http://yourdomain.co.nz/musicfiles/music.rm Notice: The above address goes in the .ram/metafile, not in your HTML code. Your HTML code calls the .ram/metafile. Then the .ram/metafile is used to call up the .rm/realmedia file. So for example, your HTML code would look something like this: <a href="http://musicforyou.co.nz/ra/music.ram">Click here to listen to music.</a> For further support and information, please visit http://www.real.com. |