# m3u8 file location

**URL:** https://community.wowza.com/t/m3u8-file-location/34526
**Category:** Wowza Streaming Engine
**Created:** [June 7, 2010, 10:52am UTC](https://community.wowza.com/t/m3u8-file-location/34526 "2010-06-07T10:52:46Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Michel\_Croibier](https://avatars.discourse-cdn.com/v4/letter/m/3ab097/32.png) [@Michel\_Croibier](https://community.wowza.com/u/Michel_Croibier)
#### Post date: [June 7, 2010, 10:52am UTC](https://community.wowza.com/t/m3u8-file-location/34526/1 "2010-06-07T10:52:46Z")

</div>

Hi,

Where is located the m3u8 file used for live HTTP Streaming ?

The url is http://[server\_addres]/live/myStream/playlist.m3u8

But I can’t find the playlist.m3u8 physical file.

The reason I want to find it is that I want to setup multiple bit-rate streams.

According to Apple specs, I should setup a static file which contains something like :

Index file :

> #EXTM3U
> 
> #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=200000
> 
> http://[server\_addres]/live/myStream20/playlist.m3u8
> 
> #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=311111
> 
> http://[server\_addres]/live/myStream31/playlist.m3u8
> 
> #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=484444
> 
> http://[server\_addres]/live/myStream48/playlist.m3u8
> 
> #EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=737777
> 
> http://[server\_addres]/live/myStream73/playlist.m3u8

Then I must make that file accessible through a URL like http://[server\_addres]/live/indexFile.m3u8

I think I’m missing some information on the best way to do it…

Any help appreciated.

Thanks

---

<div class="post-metadata">

### Author: ![Michel\_Croibier](https://avatars.discourse-cdn.com/v4/letter/m/3ab097/32.png) [@Michel\_Croibier](https://community.wowza.com/u/Michel_Croibier)
#### Post date: [June 7, 2010, 11:03am UTC](https://community.wowza.com/t/m3u8-file-location/34526/2 "2010-06-07T11:03:08Z")

</div>

I Found everything here :

[http://community.wowza.com/t/-/64](http://community.wowza.com/t/-/64)

I should have RTFM 😃

---

<div class="post-metadata">

### Author: ![Charlie\_Good](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/charlie_good/32/383_2.png) [@Charlie\_Good](https://community.wowza.com/u/Charlie_Good)
#### Post date: [November 25, 2011, 3:21pm UTC](https://community.wowza.com/t/m3u8-file-location/34526/3 "2011-11-25T15:21:13Z")

</div>

I don’t understand the issue. If you use SMIL files it will create a adaptive bitrate playlist.m3u8 just as yiu are showing above. The SMIL information is used to generate the intermediate playlist with the multiple renditions. Just use the URL:

```auto
http://[wowza-ip-address]:1935/live/smil:[smilfile]/playlist.m3u8

```

As long as the SMIL file describes all the streams then it will produce the correct intermediate playlist. The playlist.m3u8 is never saved to disk. It is availe up HTTP request from the player.

Charlie

---

<div class="post-metadata">

### Author: ![Guillermo\_Revuelta](https://avatars.discourse-cdn.com/v4/letter/g/6f9a4e/32.png) [@Guillermo\_Revuelta](https://community.wowza.com/u/Guillermo_Revuelta)
#### Post date: [June 9, 2010, 11:17am UTC](https://community.wowza.com/t/m3u8-file-location/34526/4 "2010-06-09T11:17:23Z")

</div>

You won’t find them. They are well hidden. What you can do is replicate them.

---

<div class="post-metadata">

### Author: ![Martin\_Azpiroz](https://avatars.discourse-cdn.com/v4/letter/m/ebca7d/32.png) [@Martin\_Azpiroz](https://community.wowza.com/u/Martin_Azpiroz)
#### Post date: [November 25, 2011, 3:07pm UTC](https://community.wowza.com/t/m3u8-file-location/34526/5 "2011-11-25T15:07:24Z")

</div>

Hi, I have the same problem and I didn’t find the solution on the related link, Adaptive Bitrate over HLS standard include a custom index playlist and if we use “smil” method we won’t be applying HLS.

Please somebody help us, we want to use a play list like:

#EXTM3U

#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=200000

http://[server\_addres]/live/myStream20/playlist.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=311111

http://[server\_addres]/live/myStream31/playlist.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=484444

http://[server\_addres]/live/myStream48/playlist.m3u8

#EXT-X-STREAM-INF:PROGRAM-ID=1, BANDWIDTH=737777

http://[server\_addres]/live/myStream73/playlist.m3u8

which points to different playlist files with different bit rates.

Please help with this issue.

Regards.🙂

---

<div class="post-metadata">

### Author: ![carlos\_rios1](https://avatars.discourse-cdn.com/v4/letter/c/f0a364/32.png) [@carlos\_rios1](https://community.wowza.com/u/carlos_rios1)
#### Post date: [November 29, 2018, 9:57pm UTC](https://community.wowza.com/t/m3u8-file-location/34526/6 "2018-11-29T21:57:54Z")

</div>

Hello.

I am sorry to retake this thread… So there is or not a physical playlist.m3u8 file? it there really exists? and using **http://[wowza-ip-address]:1935/live/smil:[smilfile]/playlist.m3u8** where is that file on the server folder tree? @Charlie Good

Thank you!
