Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 91b6ee5

Browse files
nschimmegtxaspec
authored andcommitted
fix crash when restarting streamer with backchannel disabled
1 parent bcd64b6 commit 91b6ee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ int main(int argc, const char *argv[])
217217
}
218218

219219
// stop backchannel
220-
if (global_backchannel && global_restart_audio)
220+
if (global_backchannel->imp_backchannel && global_restart_audio)
221221
{
222222
global_backchannel->running = false;
223223
global_backchannel->should_grab_frames.notify_one();

0 commit comments

Comments
 (0)