# Set bandwidth limit in m3u8 file

**URL:** https://community.wowza.com/t/set-bandwidth-limit-in-m3u8-file/43689
**Category:** Wowza Streaming Engine
**Created:** [August 19, 2014, 5:46am UTC](https://community.wowza.com/t/set-bandwidth-limit-in-m3u8-file/43689 "2014-08-19T05:46:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![peter\_cobon](https://avatars.discourse-cdn.com/v4/letter/p/57b2e6/32.png) [@peter\_cobon](https://community.wowza.com/u/peter_cobon)
#### Post date: [August 19, 2014, 5:46am UTC](https://community.wowza.com/t/set-bandwidth-limit-in-m3u8-file/43689/1 "2014-08-19T05:46:51Z")

</div>

I appreciate all the help I can get here.

Today I’m running a live video streaming project. I’m using ffmpeg as transcoders and Wowza as streaming servers. I have two different type of client, the first one are paying for standard quality. The other ones are paying for premium quality.

The customers are using Android TV Box for watching my live video streaming. My question is, I’m transcoding in 3 mbit rate, and that’s delivered to the client that’s paying for premium quality. I don’t want to set up new transcoders and streaming servers to make a new stream in 1 mbit.

Is there any way to deliver 1 mbit stream to the clients that are paying for standard quality ?

The solutions I can come up with is to set a limit in either the wowza server to deliver 1 mbit to TVBOX\_1 and 3 mbit to TVBOX\_2. Is that possible ?

Or to set a limit in the m3u8 file , will that work ?

What other suggestions/solutions are there ?

---

<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: [August 19, 2014, 10:34am UTC](https://community.wowza.com/t/set-bandwidth-limit-in-m3u8-file/43689/2 "2014-08-19T10:34:03Z")

</div>

Hello there,

There is nothing built in to Wowza for this but you could probably achieve this with a custom module.

One approach would be to create a custom MediaList implementation that would return the smil based on what the player requests.

Please see the following article for information:

[How to use Java API calls to resolve SMIL file requests (AMLST)](https://www.wowza.com/docs/how-to-use-java-api-calls-to-resolve-smil-file-requests)

Salvadore
