We support media streaming over HTTP.
To accomplish this, you would create a .ram file that calls your actual audio/video file.
In your .ram file (or metafile), it should contain an actual address with the media file, such as: http://yourdomain.com/filename.rm
The above address goes in the .ram/metafile, not in your HTML code. Your HTML code calls the .ram/metafile.
To accomplish this, you would create a .ram file that calls your actual audio/video file.
In your .ram file (or metafile), it should contain an actual address with the media file, such as: http://yourdomain.com/filename.rm
The above address goes in the .ram/metafile, not in your HTML code. Your HTML code calls the .ram/metafile.
Comment