Difference between revisions of "RealMedia"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
* [[cook]]: Cook audio codec
 
* [[cook]]: Cook audio codec
 
* [[28_8]]: 28.8 audio codec
 
* [[28_8]]: 28.8 audio codec
* [[RealAlternative]]: Installs, and allows RealMedia files to be played in Media Player Classic
 
 
* [[sipr]]? Possibly unsupported
 
* [[sipr]]? Possibly unsupported
  
 
==Compatability==
 
==Compatability==
 
Currently, [[VLC media player]] can only play the audio on some .rm files.
 
Currently, [[VLC media player]] can only play the audio on some .rm files.
 +
 +
==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 08:40, 24 June 2007

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 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 files are normally streamed over RTSP connections.

Accepted codecs

Compatability

Currently, VLC media player can only play the audio on some .rm files.

See Also

  • RealAlternative: Installs, and allows RealMedia files to be played in Media Player Classic

Source code