Wowza Community

Error 404 with HLS

I have followed this guide https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-apple-hls to set up for a live video feed from an HLS encoder. When I try to start the stream the encoder receives a 404 response from Wowza.

What url should the encoder try to put the TS segments to?

In the example the stream is http://192.168.1.1:1935/live/myStream/playlist.m3u8 so my asumption was that the .ts segments should be sent with http put to the http://192.168.1.1:1935/live/myStream/ folder.
Could someone please clarify how its supposed to work and point me to the relevant documentation?