aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-17 02:05:54 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-17 02:05:54 -0500
commit5bcc419857f9445bc5964d0518c656090b2ae4ee (patch)
tree442f237b2a490849ddce35bc20b0a33cff799d9e
parent1adfbfadf16fc7903f9d640c8b1f74b2e05f26a6 (diff)
comments
-rw-r--r--MediaBrowser.Api/Playback/Hls/BaseHlsService.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs b/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs
index 11063ca29..3b51cbc3a 100644
--- a/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs
+++ b/MediaBrowser.Api/Playback/Hls/BaseHlsService.cs
@@ -254,6 +254,9 @@ namespace MediaBrowser.Api.Playback.Hls
"hls/" + Path.GetFileNameWithoutExtension(outputPath));
}
+ // add when stream copying?
+ // -avoid_negative_ts make_zero -fflags +genpts
+
var args = string.Format("{0} {1} {2} -map_metadata -1 -threads {3} {4} {5} -sc_threshold 0 {6} -hls_time {7} -start_number {8} -hls_list_size {9}{10} -y \"{11}\"",
itsOffset,
inputModifier,