pub async fn run(
source: Consumer,
output: Producer,
config: Config,
) -> Result<(), Error>Expand description
Transcode source into output until the source broadcast ends.
A shorthand for Transcoder::new followed by Transcoder::run, for a
caller with nothing to observe.