Add audio streams

This commit is contained in:
2024-01-15 23:23:49 +01:00
parent 677cab6a57
commit afacf61fbc
5 changed files with 85 additions and 10 deletions

View File

@@ -172,7 +172,6 @@ func (ts *Stream) run(start int32) error {
// we need this and not a return in the condition because we want to unlock
// the lock (and can't defer since this is a loop)
if should_stop {
println("close because requested", encoder_id)
return
}
}