switch back from fmp4 to ts segments (#2554)
* restore pts offset calculation * use ts segments again * update changelog
This commit is contained in:
@@ -119,9 +119,9 @@ public class TroubleshootController(
|
||||
|
||||
string[] segmentFiles = streamingMode switch
|
||||
{
|
||||
StreamingMode.HttpLiveStreamingSegmenter => Directory.GetFiles(
|
||||
FileSystemLayout.TranscodeTroubleshootingFolder,
|
||||
"*.m4s"),
|
||||
// StreamingMode.HttpLiveStreamingSegmenter => Directory.GetFiles(
|
||||
// FileSystemLayout.TranscodeTroubleshootingFolder,
|
||||
// "*.m4s"),
|
||||
_ => Directory.GetFiles(FileSystemLayout.TranscodeTroubleshootingFolder, "*.ts")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user