kaltura / nginx-vod-module

NGINX-based MP4 Repackager
GNU Affero General Public License v3.0
1.99k stars 439 forks source link

missing file in multi URL method #1310

Open saeedrm6 opened 3 years ago

saeedrm6 commented 3 years ago

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?

stevelaw commented 1 year ago

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.