Skip to content

FFmpeg avdevice fix - #235

Open
kyle-fitzp wants to merge 2 commits into
opensensorhub:masterfrom
Botts-Innovative-Research:ffmpeg-avdevice-fix
Open

FFmpeg avdevice fix#235
kyle-fitzp wants to merge 2 commits into
opensensorhub:masterfrom
Botts-Innovative-Research:ffmpeg-avdevice-fix

Conversation

@kyle-fitzp

Copy link
Copy Markdown
Contributor

The FFmpeg driver may fail to init in certain Linux/Docker environments due to missing external device libraries, giving the following error: java.lang.UnsatisfiedLinkError: no jniavdevice in java.library.path.

This fix adds the bool Register Devices to the config which enables/disables external I/O device loading. Disabling will likely prevent wired webcams/mics from working; IP connections and files should continue to be ingested as usual.

@nickgaray nickgaray left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add some text to the README.md for this module explaining the flag usage and potential issues with devices. This way a user configuring the module will be able to see if choosing to enable/disable to option is a potential misconfiguration for their deployment needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants