From 9402ff68721ac34597b05d4347d9f24a90434824 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Tue, 9 Apr 2013 17:55:51 -0400 Subject: Add some extra debug output for transcode_to --- play/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/play/index.php b/play/index.php index 13fc3187..a55d1c0a 100644 --- a/play/index.php +++ b/play/index.php @@ -341,6 +341,9 @@ if ($transcode_cfg != 'never' && in_array('transcode', $valid_types)) { debug_event('play', 'Decided not to transcode', 5); } } +else if ($transcode_to) { + debug_event('play', 'Transcoding is impossible but we received an explicit request for ' . $transcode_to, 2); +} if ($transcode) { header('Accept-Ranges: none'); -- cgit