The URL used to access a RealMedia file depends on the protocol being used:
Protocol |
URL format |
RTSP |
rtsp://domain/domain/file.rm |
PNM |
pnm://domain/domain/file.rm |
HTTP |
http://domain:8080/ramgen/file.rm |
Substitute "domain" with your domain in the form of "yourname.com" and "file.rm" with the name of your RealMedia file.
If you place your RealMedia files in a subdirectory of public, the subdirectory must be reflected in the access URL.
Example: If your domain is yourname.com, and you upload the file, yourvideo.rm to the directory /public/files, the URL for the file (using the RTSP protocol) must be:
rtsp://www.yourname.com/yourname.com/files/yourvideo.rm