---
title: "Download one AES67 send stream as a .sdp file"
method: GET
path: "/api/pipewire/aes67/sdp/{InstanceId}"
tags: ["pipewire"]
---

# Download one AES67 send stream as a .sdp file

`GET /api/pipewire/aes67/sdp/{InstanceId}`

The same description as the endpoint above, served as application/sdp with a Content-Disposition filename so it can be saved and opened directly in VLC.  The web UI builds its download from the JSON; this exists so a stream can be pulled with curl from the machine running the monitor.

## Response `200`

The .sdp file for that instance

## Other responses

- `404` — No send instance with that id
- `503` — fppd is not running

## Changes

- **2026-09-07** `d7074f8b31e0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/pipewire/aes67/sdp/:InstanceId/get.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/falconchristmas/apis/fpp-api/revisions/ebfb1fb41638?raw)
