Encoding progress
Is there a way to use the API to get the progress of an encoding job?
I am currently implementing the EVO stream server into my backend system, primarily for live streaming. However, I get quite a few on-demand video’s in which need to be encoded and be prepared for HLS. Currently I use ffmpeg, but if I can get EvoStream server to do the job I might switch to simplify my code and software maintenance/updates.
However, I would need some-kind of progress/activity indication (so the the progress can be shown in the queue).
Is there a way to get this (again talking about encoding VOD files to HLS/mp4 files, so the size is known).
Thanks in advance!