kaltura / nginx-vod-module

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

0 size segment stopping dash VOD #1390

Open i2iSteve opened 2 years ago

i2iSteve commented 2 years ago

Hi there,

Managed to get this running perfectly now and works better than most paid for services. One issue we have run into is videos encoded by ourselves run flawlessly, but AWS MediaConvert files break the /dash/. We have checked the mpd files from these videos and found that there are many "segment = 0" which seems to be the cause of the stream breaking.

Is there any way to bypass 0 segments? We know it works on HLS fine, but the only other option would be to re encode the MediaConvert files unless bypass the 0 segments completely.

mlevkov commented 1 year ago

@i2iSteve take a look at the issue that I've raised and resolved. https://github.com/kaltura/nginx-vod-module/issues/1210