Difference between revisions of "RealMedia"

From VideoLAN Wiki
Jump to navigation Jump to search
m
 
m (Add redlink)
 
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
RealMedia is a type of file designed by [http://www.real.com RealNetworks]. Currently, VLC can only play the audio on some .rm files.
+
{{mux|id=real|altid=rm|encoder=n}}
 +
{{mmwiki|RealMedia}}
  
{{stub}}
+
'''RealMedia''' is a type of file designed by RealNetworks, and can be played with the proprietary [[RealPlayer]]. RealPlayer is available for [[Windows]], [[macOS]] and [[Linux]]. Additionally, [[Helix Player]] may be able to play some files, but it lacks the proprietary codecs in some realmedia files.
 +
 
 +
RealMedia files are normally streamed over [[RTSP]] connections.
 +
 
 +
RealAlternative installs, and allows RealMedia files to be played in [[Media Player Classic]].
 +
 
 +
==Accepted codecs==
 +
* [[rv]]: RealVideo
 +
* [[ra]]: [[MPEG-4]] audio
 +
* [[a52]], [[dnet]]: A/52 audio
 +
* [[cook]]: Cook audio codec
 +
* [[28_8]]: 28.8 audio codec
 +
* [[sipr]], RealAudio 4/5 (name is from Sipro Lab Telecom ACELP-NET)
 +
 
 +
==Compatibility==
 +
Currently, [[VLC media player]] should be able to play most audio and video of .rm, .rmvb files.
 +
 
 +
Sipr is supported through [[libavcodec]] (Search for sipr in either of these files: [https://git.videolan.org/?p=ffmpeg.git;a=blob;f=Changelog;hb=HEAD][https://git.videolan.org/?p=vlc.git;a=blob;f=modules/codec/avcodec/fourcc.c]. It is not mentioned in {{VLCSourceFile|NEWS}})
 +
 
 +
== Source code ==
 +
{{File|modules/codec/avcodec/fourcc.c|from [[libavcodec]]}}

Latest revision as of 09:24, 21 February 2019

real
VLC can decode this container.
The module name to use at the command line is real, but you can also use rm.

RealMedia is a type of file designed by RealNetworks, and can be played with the proprietary RealPlayer. RealPlayer is available for Windows, macOS and Linux. Additionally, Helix Player may be able to play some files, but it lacks the proprietary codecs in some realmedia files.

RealMedia files are normally streamed over RTSP connections.

RealAlternative installs, and allows RealMedia files to be played in Media Player Classic.

Accepted codecs

  • rv: RealVideo
  • ra: MPEG-4 audio
  • a52, dnet: A/52 audio
  • cook: Cook audio codec
  • 28_8: 28.8 audio codec
  • sipr, RealAudio 4/5 (name is from Sipro Lab Telecom ACELP-NET)

Compatibility

Currently, VLC media player should be able to play most audio and video of .rm, .rmvb files.

Sipr is supported through libavcodec (Search for sipr in either of these files: [1][2]. It is not mentioned in NEWS)

Source code