Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Some docker hub base images do not support audio detection #31

Closed
whbruce opened this issue Sep 2, 2020 · 2 comments
Closed

Some docker hub base images do not support audio detection #31

whbruce opened this issue Sep 2, 2020 · 2 comments

Comments

@whbruce
Copy link

whbruce commented Sep 2, 2020

GStreamer framework base images are expected to include the
audio detection inference plugin libgstaudioanalytics.so. If this plugin is missing the audio detection pipeline will not load, see error message below, and the Video Analytics Serving service will not start.

{"levelname": "ERROR", "asctime": "2020-08-26 01:49:40,114", "message": "Failed to Load Pipeline from: /home/video-analytics-serving/pipelines/audio_detection/1/pipeline.json", "module": "pipeline_manager"}

Currently this plugin is only present in the DL Streamer audio preview so will be not be in any base images obtained from dockerhub.
Thus GStreamer images based on Open Visual Cloud or OpenVINO will exhibit this problem.

As a workaround you can configure the service to ignore initialization errors when you start it.

docker/run.sh -v /tmp:/tmp -e IGNORE_INIT_ERRORS=True
@whbruce whbruce pinned this issue Sep 2, 2020
@whbruce whbruce changed the title Service will not start due to missing audio plugin Pre-built base images do not support audio detection Sep 2, 2020
@whbruce
Copy link
Author

whbruce commented Oct 29, 2020

OpenVINO 2021.1 runtime container supports audio. However Open Visual Cloud 20.7 releases do not.

@whbruce whbruce changed the title Pre-built base images do not support audio detection Some docker hub base images do not support audio detection Oct 29, 2020
@whbruce
Copy link
Author

whbruce commented Dec 2, 2020

Closing - all supported base images in v0.4.0-beta include audio support.

@whbruce whbruce closed this as completed Dec 2, 2020
@whbruce whbruce unpinned this issue Dec 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant