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 22, 2024
1 parent a6d4897 commit 0ab8458
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 @@ -265,7 +265,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 0ab8458

Please sign in to comment.