It's not exclusive for Low Latency streaming. The muxer will serve partial
segments in standard streaming mode as well

Signed-off-by: James Almer <jamr...@gmail.com>
---
 libavformat/dashenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 30fe7a538c..9b83733a58 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -665,7 +665,7 @@ static void output_segment_list(OutputStream *os, 
AVIOContext *out, AVFormatCont
                 avio_printf(out, "availabilityTimeOffset=\"%.3f\" ",
                             os->availability_time_offset);
         }
-        if (c->ldash && !final && os->frag_type != FRAG_TYPE_NONE &&
+        if (c->streaming && !final && os->frag_type != FRAG_TYPE_NONE &&
             (os->frag_type != FRAG_TYPE_DURATION || os->frag_duration != 
os->seg_duration))
             avio_printf(out, "availabilityTimeComplete=\"false\" ");
 
-- 
2.24.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to