Remove IPFS. For #74

This commit is contained in:
Gabe Kangas
2020-07-19 21:15:53 -07:00
parent 4ec076cf34
commit b754ee01bf
9 changed files with 7 additions and 1496 deletions

View File

@@ -180,7 +180,7 @@ func NewTranscoder() Transcoder {
transcoder.hlsPlaylistLength = config.Config.GetMaxNumberOfReferencedSegmentsInPlaylist()
var outputPath string
if config.Config.S3.Enabled || config.Config.IPFS.Enabled {
if config.Config.S3.Enabled {
// Segments are not available via the local HTTP server
outputPath = config.Config.GetPrivateHLSSavePath()
} else {