Difference between revisions of "RealMedia"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Add redlink)
 
(7 intermediate revisions by 2 users not shown)
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]], [[Mac OS]], [[MacOS X]] 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 12: Line 14:
 
* [[cook]]: Cook audio codec
 
* [[cook]]: Cook audio codec
 
* [[28_8]]: 28.8 audio codec
 
* [[28_8]]: 28.8 audio codec
* [[sipr]], Probably unsupported
+
* [[sipr]], RealAudio 4/5 (name is from Sipro Lab Telecom ACELP-NET)
  
==Compatability==
+
==Compatibility==
Currently, [[VLC media player]] can only play the audio on some .rm files.
+
Currently, [[VLC media player]] should be able to play most audio and video of .rm, .rmvb files.
  
==See Also==
+
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}})
* [[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/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