# How to add EXT-X-SESSION-KEY in playlist.m3u8 for iOS FPS offline playback?

**URL:** https://community.wowza.com/t/how-to-add-ext-x-session-key-in-playlist-m3u8-for-ios-fps-offline-playback/54198
**Category:** Wowza Streaming Engine
**Created:** [November 18, 2019, 7:36am UTC](https://community.wowza.com/t/how-to-add-ext-x-session-key-in-playlist-m3u8-for-ios-fps-offline-playback/54198 "2019-11-18T07:36:33Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Harshal\_Khairnar](https://avatars.discourse-cdn.com/v4/letter/h/5e9695/32.png) [@Harshal\_Khairnar](https://community.wowza.com/u/Harshal_Khairnar)
#### Post date: [November 18, 2019, 7:36am UTC](https://community.wowza.com/t/how-to-add-ext-x-session-key-in-playlist-m3u8-for-ios-fps-offline-playback/54198/1 "2019-11-18T07:36:33Z")

</div>

I’m trying to enable offline playback of DRM protected content on iOS devices. as per apple documentation it requires **EXT-X-SESSION-KEY** tag in playlist to persist / pre-fetch all the keys

can anyone help me how to set this up in wowza streaming engine?

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [November 18, 2019, 6:48pm UTC](https://community.wowza.com/t/how-to-add-ext-x-session-key-in-playlist-m3u8-for-ios-fps-offline-playback/54198/2 "2019-11-18T18:48:23Z")

</div>

Checking for you [@Harshal Khairnar](http://community.wowza.com/community/questions/53639/how-to-add-ext-x-session-key-in-playlistm3u8-for-i.html#) and will post shortly.

---

<div class="post-metadata">

### Author: ![Harshal\_Khairnar](https://avatars.discourse-cdn.com/v4/letter/h/5e9695/32.png) [@Harshal\_Khairnar](https://community.wowza.com/u/Harshal_Khairnar)
#### Post date: [November 19, 2019, 5:44am UTC](https://community.wowza.com/t/how-to-add-ext-x-session-key-in-playlist-m3u8-for-ios-fps-offline-playback/54198/3 "2019-11-19T05:44:44Z")

</div>

Thank you @Rose Power-Wowza Community Manager for looking into it. please guide me through this.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [November 19, 2019, 3:45pm UTC](https://community.wowza.com/t/how-to-add-ext-x-session-key-in-playlist-m3u8-for-ios-fps-offline-playback/54198/4 "2019-11-19T15:45:18Z")

</div>

You’re welcome. Sorry for the delay- the engineers are looking into an alternative for you since we don’t yet support the EXT-X-SESSION-KEY. But, I will post again when I have an option for you to try…probably by the end of the day @Harshal Khairnar.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [November 19, 2019, 6:35pm UTC](https://community.wowza.com/t/how-to-add-ext-x-session-key-in-playlist-m3u8-for-ios-fps-offline-playback/54198/5 "2019-11-19T18:35:48Z")

</div>

Apologies @sudharsan thiru, we do not support the EXT-X-SESSION-KEY at this time.

In the meantime, you can look into implementing a custom workflow where you can create your own playlists using a custom Apple HLS stream target.

[https://github.com/WowzaMediaSystems/wse-example-pushpublish-hls](https://github.com/WowzaMediaSystems/wse-example-pushpublish-hls)

You can alternatively create the playlist.m3u8 file only using third-party tools, and have it reference the chunklist URI in the playlist generated by Wowza.

Players would initially request this high-level manifest file with the EXT-X-SESSION-KEY tag, and then request the chunklist.m3u8 URI found in the high-level manifest.

The request for this feature has been submitted to the Engine team.

---

<div class="post-metadata">

### Author: ![Harshal\_Khairnar](https://avatars.discourse-cdn.com/v4/letter/h/5e9695/32.png) [@Harshal\_Khairnar](https://community.wowza.com/u/Harshal_Khairnar)
#### Post date: [November 20, 2019, 9:07am UTC](https://community.wowza.com/t/how-to-add-ext-x-session-key-in-playlist-m3u8-for-ios-fps-offline-playback/54198/6 "2019-11-20T09:07:04Z")

</div>

OK. thank you for your response on this. Please let know when engine team adds this feature.
