# Media processing Workflows

DevFeed: [Media processing Workflows](<https://devfeed.tech/articles/media-processing-workflows-35915.md>)

Original publisher: [Read original article](<https://temporal.io/blog/media-processing-workflows>)

Author: Nir Padmanabhan

Published: 2021-07-19T07:00:00Z

Content type: tutorial

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Internet of things](<https://devfeed.tech/topics/iot.md>), [data](<https://devfeed.tech/topics/data.md>), [API](<https://devfeed.tech/topics/api.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>), [Remote Procedure Call (RPC)](<https://devfeed.tech/topics/rpc.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [fault-tolerance](<https://devfeed.tech/tags/fault-tolerance.md>), [iot](<https://devfeed.tech/tags/iot.md>), [processing](<https://devfeed.tech/tags/processing.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [rpc](<https://devfeed.tech/tags/rpc.md>), [temporal-concepts](<https://devfeed.tech/tags/temporal-concepts.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

This tutorial presents a reliable, fault-tolerant workflow for processing video footage from IoT devices. It describes triggers, vendor API requests, data downloads and transformation, downstream processing, and failure conditions such as connectivity loss, API downtime, worker crashes, and hardware failures, using Temporal as the workflow technology.

## Source excerpt

Dive into a media processing problem that requires high reliability and fault tolerance, and see how using Temporal can help build a robust solution.