> For the complete documentation index, see [llms.txt](https://captivatehelp.newbluelive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captivatehelp.newbluelive.com/set-up-your-production/chapter-index-6.md).

# Streaming & delivery

Use this chapter when Captivate is sending or capturing the finished result instead of feeding a graphics path into another production system. This includes RTMP and SRT streaming, multi-destination streaming, virtual webcam output, image sequences, and watch folders.

These delivery paths differ from the graphics outputs in [Set up graphics output](/set-up-your-production/chapter-index.md): some destinations receive Program as a primary output, while others receive a copy, a stream, a file, a virtual device, or an integration-specific output.

## What’s in this chapter

* [Streaming with Captivate](/set-up-your-production/chapter-index-6/set-up-streaming.md) — the streaming starting point: pick a service and configure an RTMP destination.
* [Stream with SRT](/set-up-your-production/chapter-index-6/streaming-with-srt.md) — low-latency Secure Reliable Transport with encryption and packet recovery.
* [Stream to multiple destinations](/set-up-your-production/chapter-index-6/streaming-to-multiple-destinations.md) — encode once and push to several services simultaneously.
* [Output graphics as a Virtual Webcam](/set-up-your-production/chapter-index-6/output-graphics-as-a-virtual-webcam.md) — appears as a camera in Zoom, Teams, Meet, and any other app that consumes a webcam.
* [Output graphics as an image sequence](/set-up-your-production/chapter-index-6/output-graphics-as-an-image-sequence.md) — numbered PNG or JPG frames in a folder, for downstream compositors.
* [Output graphics to a watch folder](/set-up-your-production/chapter-index-6/output-graphics-to-a-watch-folder.md) — a single, continuously updated PNG or JPG file, for systems that monitor a folder.

## Related

* [Set up graphics output](/set-up-your-production/chapter-index.md) — Display, SDI, NDI, OMT, TriCaster, and OBS paths into the production system.
* [Connect Zoom Manager (Meeting Workflow)](/play-and-update-graphics/chapter-index-3/connect-zoom-manager.md) — for sending Captivate output into a Zoom meeting.
* [Troubleshooting](/troubleshooting/branch-index.md) — if the stream drops or a delivery path stops producing output.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://captivatehelp.newbluelive.com/set-up-your-production/chapter-index-6.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
