microsoft / psi

Platform for Situated Intelligence
https://github.com/microsoft/psi/wiki
Other
538 stars 96 forks source link

Handle missing audio/video streams #243

Closed AshleyF closed 2 years ago

AshleyF commented 2 years ago

In case the audio or video streams happen to have 0 messages, the HoloLens exporter was blocking forever, waiting to gather stats in order to setup for MPEG encoding.

Added check for missing audio/video streams and/or zero message count, writing a warning to the console and skipping MPEG encoding