Using NReco FFMpegConverter in an azure function or in a azure web job

230 views Asked by At

Currently, I'm working on POC which converts h264 stream to MP4 file. I'm using NReco FFMpegConverter for that purpose and also use the Azure Cloud Service to host my service.
This Azure Cloud Service capture concurrent streams and convert the respective MP4 file. From the testing of this app so far I realize better to use Azure Function or Azure WebJobs to use only for the conversion of H264 stream to MP4 file. Then cloud service has more room to handle concurrent streams.

That I want to know, Is it possible to use NReco FFMpegConverter in Azure Function or Azure WebJobs without an issue? are there any special configurations to consider because FFmpeg runs in a separate thread with NReco FFMpegConverter?

0

There are 0 answers