nginx-vod-module
nginx-vod-module copied to clipboard
missing file in multi URL method
hi there. I have an issue with missing files in multi URL. for example in this example if I have all middle* files all things will be OK and kalutra start streaming without any problem.
Example URL : http://<domain>/<location>/<prefix>,<middle1>,<middle2>,<middle3>,<postfix>.urlset/master.m3u8
but when middle2 file is missing in the folder and I call the Example URL , the url return 404. is there any solution to skip missed files in multi url?
I know this issue is old, but did you find a resolution for this?
We have a similar issue where depending on the age of the content only certain bitrates are available. We'd prefer to not include logic to request different URLs based on the age of the content, but allow this module to handle/ignore the 404s.