Skip to content

Commit

Permalink
muxer: serve different tracks in different streams
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Sep 29, 2024
1 parent 81e3dd9 commit 95676bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muxer.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func (m *Muxer) Start() error {
}

switch {
case true || m.Variant == MuxerVariantMPEGTS:
case m.Variant == MuxerVariantMPEGTS:
stream := &muxerStream{
muxer: m,
tracks: m.mtracks,
Expand Down

0 comments on commit 95676bd

Please sign in to comment.