---
title: "Stream a VOD file over HTTP"
method: GET
path: "/vod/{name}/raw/{path}"
tags: ["vod"]
---

# Stream a VOD file over HTTP

`GET /vod/{name}/raw/{path}`

Returns the raw bytes of a file inside a VOD mount. Supports HTTP Range requests so an HTML5 video player can seek.

## Path parameters

- `name` string, required
- `path` string, required

## Response `200`

OK

## Other responses

- `206` — Partial Content
- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/datvietvac-techhub/apis/open-streamer-api.md) · [All operations](https://skmtc.net/datvietvac-techhub/apis/open-streamer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datvietvac-techhub/open-streamer-api/revisions/9f723293b698/schema)
