opensim-org / opensim-viewer

Front end of web based viewer of OpenSim models, data
Apache License 2.0
13 stars 3 forks source link

3rd party library warnings can potentially break CI #114

Closed AlbertoCasasOrtiz closed 9 months ago

AlbertoCasasOrtiz commented 1 year ago

While working on exporting MP4 Videos, I noticed we have 2 warnings from party libraries.

I haven't found any alternative to ffmpeg that we can use to convert to MP4. One thing that could fix this would be disabling "treat warnings as errors" in CI, but I am not sure if this can be done and if it is a good practice. We have also to consider that in the future, other libraries we include could also throw warnings that could potentially break CI.

What are your thoughts, @aymanhab ?