.rm

What is a .rm file?

RealMedia Audio/Video File · Video · RealNetworks · 1997

An .rm file is RealMedia, the streaming audio and video format of the dial-up era, and .rmvb is its variable-bitrate sibling that stayed popular in Asia for years. Both start with the bytes .RMF.

Category
Video
Type
Binary
Also seen as
.rmvb
Is a .rm file safe to open? Mostly safe as media, but historic RealPlayer versions had many security holes. Play old .rm files in VLC rather than installing legacy RealPlayer software.

What is a .rm file used for?

RealPlayer streams were how the late-1990s internet watched and listened live; the codecs squeezed watchable video through 56k modems. The .rmvb variant, with variable bitrate, became a standard for film sharing in China well into the 2000s.

Today the codecs are obsolete and RealPlayer is rarely installed, but VLC and MPC-HC still decode most RealMedia files, and ffmpeg converts them to MP4 so the content survives the format.

What opens a .rm file?

The .rm format opens in the following apps, grouped by operating system. If one app does not work, try another from the same list.

Windows

  • VLC
  • MPC-HC
  • RealPlayer

macOS

  • VLC

Linux

  • VLC
  • ffmpeg

Open a .rm file step by step

  1. Confirm the file really is a .rm. Drop it into the WhatFileType identifier, which reads its signature in your browser without uploading anything.
  2. On Windows, open it with VLC or MPC-HC.
  3. On Mac, use VLC.
  4. On Linux, try VLC or ffmpeg.
  5. Still stuck? Convert the .rm to mp4, which opens more widely.

Why can't I open my .rm file?

Almost always because no installed app understands RealMedia. Install one of the apps above, or convert the file to a format your existing software already reads. If double-clicking opens the wrong program instead of nothing at all, the file association is set to the wrong app rather than the file being broken.

The other possibility is that the file is not really a .rm at all. Drop it into the file identifier to check it by its bytes instead of its name. Nothing is uploaded.

How to convert a .rm file

You can convert a .rm file to mp4, mkv, mp3 (audio) using a conversion tool or the export menu of an app that opens it.

What is the .rm file signature (magic bytes)?

A .rm file starts with the hex bytes 2E 52 4D 46, which read as .RMF in ASCII. Programs identify RealMedia by those bytes, not by the filename, so a renamed file still gives itself away.

These are the documented signatures for RealMedia. For a full breakdown, see the RealMedia file signature page.

Documented magic-byte signatures for the .rm format
Hex signatureOffsetASCIINote
2E 52 4D 460.RMF.RMF header

See the full magic-numbers reference for every format.

Frequently asked questions

What is a .rm file?

An .rm file is RealMedia, the streaming audio and video format of the dial-up era, and .rmvb is its variable-bitrate sibling that stayed popular in Asia for years. Both start with the bytes .RMF.

How do I play an .rm or .rmvb file today?

VLC plays most of them out of the box on every platform. If a file fails, convert it with ffmpeg -i input.rmvb output.mp4 and play the MP4.

What is the difference between .rm and .rmvb?

Bitrate handling. .rm is constant-bitrate, tuned for live streaming; .rmvb is variable-bitrate, tuned for downloads where quality per megabyte matters more.

Should I convert my old RealMedia files?

Yes. The format is dead and player support keeps shrinking; converting to MP4 (H.264/AAC) now preserves the content in a universally supported form.

Related formats

Sources

Details on this page were checked against authoritative references. How sources are ranked and what is deliberately left out is set out in the methodology.