Skip to content

Commit

Permalink
Fix buffer issue where IsThirdPartyBuffer flag has not been set
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Goerentz <m.goerentz@t-online.de>
  • Loading branch information
marcelGoerentz committed Jan 16, 2025
1 parent c9aed3f commit 97b3434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func (b *Buffer) StartBuffer(stream *Stream,) {

switch Settings.Buffer {
case "ffmpeg", "vlc":
b.IsThirdPartyBuffer = true
err = StartThirdPartyBuffer(stream)
case "threadfin":
err = StartThreadfinBuffer(stream)
Expand Down

0 comments on commit 97b3434

Please sign in to comment.