You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are sure that the URL, clipFrom and clipTo are correct.
However, when we attempt to access the URL of the video and NGINX receives this response from the API, we encounter the following 400 error: ngx_http_vod_map_media_set_apply: unsupported - non-trivial mapping in progressive download
Alternative
Interestingly, this issue does NOT occur when we make the following change:
We modify the mapped response by removing clipFrom and clipTo from mapped response of our API:
And when accessing the URL of the video with the following parameters appended: /clipfrom/100000/clipto/200000, we encounter no issues, and the MP4 is returned correctly trimmed without any errors.
Any idea about this case? 😃
The text was updated successfully, but these errors were encountered:
you can embed this options (/clipfrom/100000/clipto/200000)
in the root level of the playlist, i have also found some minor issues when using clipFrom in the clip item
Hello! We are using the NGINX VOD Module v1.33 and are encountering issues when using 'vod none' and 'vod_mode mapped' together.
Problem
Our NGINX configuration is similar to this summary:
And the mapped_mp4 endpoint of our API is returning something similar to this:
We are sure that the URL, clipFrom and clipTo are correct.
However, when we attempt to access the URL of the video and NGINX receives this response from the API, we encounter the following 400 error: ngx_http_vod_map_media_set_apply: unsupported - non-trivial mapping in progressive download
Alternative
Interestingly, this issue does NOT occur when we make the following change:
We modify the mapped response by removing clipFrom and clipTo from mapped response of our API:
And when accessing the URL of the video with the following parameters appended: /clipfrom/100000/clipto/200000, we encounter no issues, and the MP4 is returned correctly trimmed without any errors.
Any idea about this case? 😃
The text was updated successfully, but these errors were encountered: