Difference between revisions of "RealMedia"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Fix spelling)
m (Remove redlinks to RealNetworks and RealAlternative: not worth articles, add wikilinks, minor copy-edit)
Line 2: Line 2:
 
{{mmwiki|RealMedia}}
 
{{mmwiki|RealMedia}}
  
'''RealMedia''' is a type of file designed by [[RealNetworks]], and can be played with the proprietary [[RealPlayer]]. RealPlayer is avaliable 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''' 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.
 
RealMedia files are normally streamed over [[RTSP]] connections.
 +
 +
RealAlternative installs, and allows RealMedia files to be played in Media Player Classic.
  
 
==Accepted codecs==
 
==Accepted codecs==
Line 18: Line 20:
  
 
Sipr might not be supported.
 
Sipr might not be supported.
 
==See Also==
 
* [[RealAlternative]]: Installs, and allows RealMedia files to be played in Media Player Classic
 
  
 
== Source code ==
 
== Source code ==
 
{{file|modules/demux/real.c|input demuxer}}
 
{{file|modules/demux/real.c|input demuxer}}

Revision as of 07:30, 11 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

Compatibility

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

Sipr might not be supported.

Source code