Add DASH to docs and log messages (#3521)

This commit is contained in:
DingDongSoLong4
2023-03-10 03:19:36 +02:00
committed by GitHub
parent e90b00d3bd
commit 1c8aa46da5
5 changed files with 7 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ type StreamManagerConfig interface {
func NewStreamManager(cacheDir string, encoder *FFMpeg, ffprobe FFProbe, config StreamManagerConfig, lockManager *fsutil.ReadLockManager) *StreamManager {
if cacheDir == "" {
logger.Warn("cache directory is not set. Live HLS transcoding will be disabled")
logger.Warn("cache directory is not set. Live HLS/DASH transcoding will be disabled")
}
ctx, cancel := context.WithCancel(context.Background())