AWS S3 Web Console seems to have built in ability to create folders and upload files into them. However, when a mp4 stream file is not in the root folder, jw player can't seem to stream the video. For files in the root, the streamer and file parameters are:
rtmp://mycloudfront.cloudfront.net:1935/cfx/st
and
myvideo.mp4
so if if I have the video in /myfolder, i would expect my parameters to be
rtmp://mycloudfront.cloudfront.net:1935/cfx/st
and
myfolder/myvideo.mp4
but unfortunately that doesn't work.
So, are folder a distraction, or do they work as we normally expect? How do we link to a stream file in a folder through cloudfront?