aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jellyfin.Api/Controllers/DynamicHlsController.cs2
-rw-r--r--Jellyfin.Api/Controllers/VideoHlsController.cs2
2 files changed, 4 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/DynamicHlsController.cs b/Jellyfin.Api/Controllers/DynamicHlsController.cs
index 10c2d3fec..643c6073c 100644
--- a/Jellyfin.Api/Controllers/DynamicHlsController.cs
+++ b/Jellyfin.Api/Controllers/DynamicHlsController.cs
@@ -1579,6 +1579,8 @@ namespace Jellyfin.Api.Controllers
}
}
+ args += " -start_at_zero";
+
// args += " -flags -global_header";
}
else
diff --git a/Jellyfin.Api/Controllers/VideoHlsController.cs b/Jellyfin.Api/Controllers/VideoHlsController.cs
index 21c042f4b..4ae61fbd3 100644
--- a/Jellyfin.Api/Controllers/VideoHlsController.cs
+++ b/Jellyfin.Api/Controllers/VideoHlsController.cs
@@ -567,6 +567,8 @@ namespace Jellyfin.Api.Controllers
args += " " + bitStreamArgs;
}
}
+
+ args += " -start_at_zero";
}
else
{