pub fn start_ffmpeg_endpoint(
ffmpeg_exe_path: String,
log_root: String,
) -> Result<UnboundedSender<FfmpegEndpointRequest>, FfmpegEndpointStartError>
Expand description
Starts a new ffmpeg endpoint, and returns the channel in which the newly created endpoint can be communicated with