Skip to content

Commit

Permalink
Remove everything related to transcoding via Mist (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt authored Nov 10, 2022
1 parent bda4324 commit 05265f5
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 509 deletions.
6 changes: 1 addition & 5 deletions cache/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ package cache
// State is protected by mutex allowing concurent usage.
// All state manipulation is contained in this file with goal to be brief and release mutex asap.
type StreamCache struct {
Segmenting SegmentingCache
Transcoding TranscodingCache
Segmenting SegmentingCache
}

var DefaultStreamCache = NewStreamCache()
Expand All @@ -17,8 +16,5 @@ func NewStreamCache() *StreamCache {
Segmenting: SegmentingCache{
cache: make(map[string]StreamInfo),
},
Transcoding: TranscodingCache{
pushes: make(map[string]*SegmentInfo),
},
}
}
133 changes: 0 additions & 133 deletions cache/transcoding.go

This file was deleted.

164 changes: 0 additions & 164 deletions cache/transcoding_test.go

This file was deleted.

Loading

0 comments on commit 05265f5

Please sign in to comment.