RealAudio
From Just Solve the File Format Problem
(Difference between revisions)
AndyJackson (Talk | contribs) (→RAM - RealAudio Metadata) |
AndyJackson (Talk | contribs) (→RAM - RealAudio Metadata) |
||
Line 9: | Line 9: | ||
== RAM - RealAudio Metadata == | == RAM - RealAudio Metadata == | ||
− | + | RealAudio .ram metadata files are very simple files that hold references to audio sources. They consist of one line of plain text: a URL. This can be a relative or absolute [[HTTP]] URL, but for streaming services this may use the [[Real-Time Streaming Protocol]] or the older [[Progressive Networks Media]] protocol. | |
+ | |||
+ | === Examples === | ||
+ | * [http://web.archive.org/web/19961222122705/http://www.users.dircon.co.uk:80/~gcpmusic/mmsite/pages/samplepage/clips-ra/piano.ram .ram with a HTTP reference] | ||
+ | * [http://web.archive.org/web/19990915043606/http://www.voiceovers.co.uk:80/new/johnwood.ram .ram with an RTSP reference] | ||
+ | * [http://web.archive.org/web/19961105004556/http://vision.ftvision.co.uk:80/SOUND/a011196b.ram .ram with a PNM reference] | ||
== Links == | == Links == | ||
* [http://docs.real.com/docs/playerplus/plus_manual.7_pdfs/chap07.pdf real.com What is Streaming Media and how does it work?] | * [http://docs.real.com/docs/playerplus/plus_manual.7_pdfs/chap07.pdf real.com What is Streaming Media and how does it work?] |
Revision as of 20:28, 20 October 2013
MultiMediaWiki page for RealMedia, includes information about the Real Audio format
RAM - RealAudio Metadata
RealAudio .ram metadata files are very simple files that hold references to audio sources. They consist of one line of plain text: a URL. This can be a relative or absolute HTTP URL, but for streaming services this may use the Real-Time Streaming Protocol or the older Progressive Networks Media protocol.