Hi All,
I have a problem with VOD URL. I want to play recorded streaming with timestamp naming. This is my URL
http://[wowza-address]:1935/vod/_definst_/mp4:testfile_2020-01-23T09:16:00+07:00.mp4/playlist.m3u8
the file exists inside /content directory, but when I try to access the URL via HLS Player, it shows error 404 not found. I’m trying to change the filename into testfile.mp4, and generate a new URL to this one and work well.
http://[wowza-address]:1935/vod/_definst_/mp4:testfile.mp4/playlist.m3u8
My question is, why the first URL is known as 404 files not found? is there any problem with the special character inside HLS URL?
Thank You