From 2c320fb609dde644bcfa3389e6a2664baa38ee2b Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 28 Oct 2014 19:51:44 +0100 Subject: player: add an option to abort playback on partial init failures This is probably what libmpv users want; and it also improves error reporting (or we'd have to add a way to communicate such mid-playback failures as events). --- DOCS/man/options.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index ab548354bc..6a45cbb8ab 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -252,6 +252,12 @@ Playback Control Without ``--hr-seek``, skipping will snap to keyframes. +``--stop-playback-on-init-failure=`` + Stop playback if either audio or video fails to initialize. Currently, + the default behavior is ``no`` for the command line player, but ``yes`` + for libmpv. With ``no``, playback will continue in video-only or audio-only + mode if one of them fails. This doesn't affect playback of audio-only or + video-only files. Program Behavior ---------------- -- cgit v1.2.3