From e0056c51cc1710c9a44d2a2c4e2f344fa9cabcf4 Mon Sep 17 00:00:00 2001 From: Ulrik Dickow Date: Tue, 24 Jul 2012 17:17:26 +0200 Subject: [PATCH] Add option --realtime (-R) to rtmpdump to disable the BUFX hack --- rtmpdump.1 | 8 +++++++- rtmpdump.1.html | 12 +++++++++++- rtmpdump.c | 19 ++++++++++++++----- 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/rtmpdump.1 b/rtmpdump.1 index 0d9de8d..7bb5328 100644 --- a/rtmpdump.1 +++ b/rtmpdump.1 @@ -1,4 +1,4 @@ -.TH RTMPDUMP 1 "2011-07-20" "RTMPDump v2.4" +.TH RTMPDUMP 1 "2012-07-24" "RTMPDump v2.4" .\" Copyright 2011 Howard Chu. .\" Copying permitted according to the GNU General Public License V2. .SH NAME @@ -177,6 +177,12 @@ live streams is possible. Name of live stream to subscribe to. Defaults to .IR playpath . .TP +.B \-\-realtime \-R +Download approximately in realtime, without attempting to speed up via +Pause/Unpause commands ("the BUFX hack"). +Useful for servers that jump backwards in time at the Unpause command. +Resuming and seeking in realtime streams is still possible. +.TP .B \-\-resume \-e Resume an incomplete RTMP download. .TP diff --git a/rtmpdump.1.html b/rtmpdump.1.html index 826f722..4c39b35 100644 --- a/rtmpdump.1.html +++ b/rtmpdump.1.html @@ -6,7 +6,7 @@ RTMPDUMP(1)RTMPDUMP(1) -RTMPDump v2.42011-07-20RTMPDUMP(1) +RTMPDump v2.42012-07-24RTMPDUMP(1)