# switch streaming content of vod application ?

**URL:** https://community.wowza.com/t/switch-streaming-content-of-vod-application/34355
**Category:** Wowza Developer Dojo
**Tags:** wowza-streaming-server-java-api
**Created:** [June 22, 2016, 5:42pm UTC](https://community.wowza.com/t/switch-streaming-content-of-vod-application/34355 "2016-06-22T17:42:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Zhenzhao\_Liu](https://avatars.discourse-cdn.com/v4/letter/z/f475e1/32.png) [@Zhenzhao\_Liu](https://community.wowza.com/u/Zhenzhao_Liu)
#### Post date: [June 22, 2016, 5:42pm UTC](https://community.wowza.com/t/switch-streaming-content-of-vod-application/34355/1 "2016-06-22T17:42:31Z")

</div>

Hi,

The requirement is :

1. the application is vod application,not live. I see there is a way to switch live stream.

2.when the player play the video, the play do nc.call(“switchname”,null,“newfilename.mp4”) to the wowza server, then the streaming file is changed to another file on the server side.

1. The streaming content changing is for individual user, will not affect others.

thanks a lot 🙂

-Marvion

---

<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: [June 22, 2016, 7:16am UTC](https://community.wowza.com/t/switch-streaming-content-of-vod-application/34355/2 "2016-06-22T07:16:59Z")

</div>

There is nothing built in to do what you are trying to do. It is possible that you may be able to achieve this via custom module if you are comfortable with Java, but I don’t have any suggestions of where to start.

You may want to seek a consultant for this, if so please post a request to the [find a consultant forum](http://community.wowza.com/c/-/7).

There is also the following option, but does not meet all your requirements:

[How to switch streams using Stream class streams](https://www.wowza.com/docs/how-to-switch-streams-using-stream-class-streams)

Regards,

Salvadore

---

<div class="post-metadata">

### Author: ![Zhenzhao\_Liu](https://avatars.discourse-cdn.com/v4/letter/z/f475e1/32.png) [@Zhenzhao\_Liu](https://community.wowza.com/u/Zhenzhao_Liu)
#### Post date: [June 23, 2016, 1:43pm UTC](https://community.wowza.com/t/switch-streaming-content-of-vod-application/34355/3 "2016-06-23T13:43:27Z")

</div>

ok, thanks
