# Adaptive Bitrate VOD Streaming w/ Transcoder

**URL:** https://community.wowza.com/t/adaptive-bitrate-vod-streaming-w-transcoder/41840
**Category:** Wowza Streaming Engine
**Created:** [January 24, 2014, 8:27am UTC](https://community.wowza.com/t/adaptive-bitrate-vod-streaming-w-transcoder/41840 "2014-01-24T08:27:04Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Derrick\_Sindt](https://avatars.discourse-cdn.com/v4/letter/d/bbe5ce/32.png) [@Derrick\_Sindt](https://community.wowza.com/u/Derrick_Sindt)
#### Post date: [January 24, 2014, 8:27am UTC](https://community.wowza.com/t/adaptive-bitrate-vod-streaming-w-transcoder/41840/1 "2014-01-24T08:27:04Z")

</div>

I’ve been looking into adaptive bitrate streaming for the last day, but I have not been able to find what I’m looking for. I see that by using the Wowza Transcoder you can encode an adaptive bitrate stream in real time. I’m wanting to do the exact same thing except with a VOD stream. The only information I’ve found about adaptive bitrate VOD streaming requires multiple files. Is there a way to do adaptive bitrate VOD streaming in real time with only a single source file?

---

<div class="post-metadata">

### Author: ![sal\_jefferson](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@sal\_jefferson](https://community.wowza.com/u/sal_jefferson)
#### Post date: [January 24, 2014, 9:34am UTC](https://community.wowza.com/t/adaptive-bitrate-vod-streaming-w-transcoder/41840/2 "2014-01-24T09:34:22Z")

</div>

You can use Stream class streams to publish live streams using static content. Then send the live stream to the Transcoder as a work around:

[How to do basic server-side publishing with Stream class streams](https://www.wowza.com/docs/how-to-do-basic-server-side-publishing-with-stream-class-streams)

Salvadore
