Skip to content

avsb: restart in case of critical failure

Thomas Guillem requested to merge tguillem/vlc:avsb-restart into master

Seen some crashes with the following error: "AVFoundationErrorDomain Code=-11803". It means the OS daemon has crashed.

It could happen on dev branch when starting with screwed timings. But I guess it could happen on nominal case too (but very unlikely).

Restart the aout in that case.

Merge request reports