Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Calling windows executable in Azure App Service from code?

We have app which records from different inputs using h264 encoder in mp4 container. When a video is corrupted we are using recover_mp4.exe tool, but there is no Linux support and our Web apps / API’s are running under docker containers in Azure App Service, which are Linux.

What options we have to exctract this logic in order to be able to use the tool?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

When needing a different platform for specific event-based task I like to use Azure Functions which you can trigger e.g. with a Storage Queue or Service Bus to repair your file. You can run tools like ffmpeg inside Azure functions as shown here for example.

Container instances could be another option if you need more control but it’s probably the more expensive option.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading