# Double escaping in Wowza Player setup

**URL:** https://community.wowza.com/t/double-escaping-in-wowza-player-setup/47871
**Category:** Wowza Player
**Created:** [January 11, 2017, 6:31pm UTC](https://community.wowza.com/t/double-escaping-in-wowza-player-setup/47871 "2017-01-11T18:31:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Dmitry\_Kopytine](https://avatars.discourse-cdn.com/v4/letter/d/4491bb/32.png) [@Dmitry\_Kopytine](https://community.wowza.com/u/Dmitry_Kopytine)
#### Post date: [January 11, 2017, 6:31pm UTC](https://community.wowza.com/t/double-escaping-in-wowza-player-setup/47871/1 "2017-01-11T18:31:45Z")

</div>

Double escaping is needed in Wowza Player setup which is not intuitive.

Now, if you have video called “s+b.mp4” in your “content” folder, you need to use

\_https://example.com:4443/vod/mp4:s%252Bb.mp4/playlist.m3u8

While in all other cases (JWPlayer / HTML5 tag) you use single escaping:

\_https://example.com:4443/vod/mp4:s%2Bb.mp4/playlist.m3u8

I use Wowza Streaming Engine 4.0.3.

(Interesting that for RTMP one must use no escaping: rtmps://example.com:4443/vod/mp4:s+b.mp4 - but this issue is not about Wowza Player 🙂

---

<div class="post-metadata">

### Author: ![Dmitry\_Kopytine](https://avatars.discourse-cdn.com/v4/letter/d/4491bb/32.png) [@Dmitry\_Kopytine](https://community.wowza.com/u/Dmitry_Kopytine)
#### Post date: [January 11, 2017, 6:56pm UTC](https://community.wowza.com/t/double-escaping-in-wowza-player-setup/47871/2 "2017-01-11T18:56:19Z")

</div>

PS I just realized that the problem is that you unescape the whole URL before use - that’s why it will also work:

https%3A%2F%[2Fexample.com](http://2Fexample.com)%3A4443%2Fvod%2Fmp4%3As%252Bb.mp4%2Fplaylist.m3u8

So, the problem is not in the file name escaping - but in the whole string escaping. Previously, I thought that it’s a bug at you Builder - that’s why I started using “https://…” instead of suggested “https%3A%2F%2F…”

Is there any reason to unescape strings sent to WowzaPlayer.create()?

---

<div class="post-metadata">

### Author: ![Jermaine\_Hemby](https://avatars.discourse-cdn.com/v4/letter/j/82dd89/32.png) [@Jermaine\_Hemby](https://community.wowza.com/u/Jermaine_Hemby)
#### Post date: [February 4, 2017, 9:48am UTC](https://community.wowza.com/t/double-escaping-in-wowza-player-setup/47871/3 "2017-02-04T09:48:36Z")

</div>

Hello,

Thanks for contacting Wowza Forums!

Thanks for the information. Playback should be in this format: https:// or [http://.](http://.) If the characters are being replaced that is something custom on your end that is changing that. Sometimes spaces and translate to % values, but that’s it.

Hope this helps.

regards,

Jermaine
