We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cbd859 + b3ded7b commit c96ae05Copy full SHA for c96ae05
1 file changed
protocol/hls/src/flv_data_receiver.rs
@@ -80,6 +80,7 @@ impl FlvDataReceiver {
80
//will do an optimization in the future.
81
//todo
82
if retry_count > 10 {
83
+ self.media_processor.flush_remaining_data()?;
84
break;
85
}
86
0 commit comments