summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-02 21:07:32 +0200
committerwm4 <wm4@nowhere>2012-08-02 22:07:38 +0200
commit6c05d49730b8fe3b0eff6639b067c4978706bf59 (patch)
treef090c613d871692044a80fdb9fa2f66959798ca7 /DOCS
parentaad9af2033d4606f1ba6859be995d2e7851fa5e5 (diff)
downloadmpv-6c05d49730b8fe3b0eff6639b067c4978706bf59.tar.bz2
mpv-6c05d49730b8fe3b0eff6639b067c4978706bf59.tar.xz
stream: remove stream_cue
stream_cue, which provided the cue:// protocol handler, was extremely hacky and didn't even manage to play some samples I tried. Remove it, because it's plain unneeded. There is much better support for .cue files elsewhere: - libcdio can play pairs of .cue/.bin files: mplayer cdda:// --cdrom-device=your_cue_file.cue Note that if the .cue file is not accompanied by a .cue file, but an encoded file for example, this most likely won't work. - mplayer can play .cue files directly: mplayer your_cue_file.cue This works, even if the .cue file comes with encoded files that are not .bin . Note that if you play .bin files, mplayer will assume a specific raw audio format. If the format doesn't match, mplayer will play noise and destroy your speakers. Note that format mismatches are extremely common, because the endianness seems to be essentially random. (libcdio uses a clever algorithm to detect the endian, and doesn't have this problem.)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.rst b/DOCS/man/en/mplayer.rst
index 617799bf9f..66e82379f2 100644
--- a/DOCS/man/en/mplayer.rst
+++ b/DOCS/man/en/mplayer.rst
@@ -17,7 +17,6 @@ Synopsis
| **mplayer** \dvb://[card\_number@]channel [options]
| **mplayer** \mf://[filemask|\@listfile] [-mf options] [options]
| **mplayer** [cdda|cddb]://track[-endtrack][:speed][/device] [options]
-| **mplayer** \cue://file[:track] [options]
| **mplayer** [file|mms[t]|http|http\_proxy|rt[s]p|ftp|udp|unsv|icyx|noicyx|smb]:// [user:pass\@]URL[:port] [options]
| **mplayer** \sdp://file [options]
| **mplayer** \mpst://host[:port]/URL [options]