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 trying to play media files encoded with ffmpeg with VP9+OPUS codec using DASH streaming.
The video file container is mp4.
Initially we tried to use a standard mp4 container (not fragmented) with moovatom at the beginning of the file. Got the following error output in the logs among other things:
We are trying to play media files encoded with ffmpeg with VP9+OPUS codec using DASH streaming.
The video file container is mp4.
Initially we tried to use a standard mp4 container (not fragmented) with moovatom at the beginning of the file. Got the following error output in the logs among other things:
Here we got the manifest.mpd file:
Then we tried to use a fragmented mp4 container with these ffmpeg options:
ffmpeg -i input_vp9.mp4 -c copy -movflags dash+faststart output_vp9_dash.mp4
nevertheless we get an error in the stsd atom:
2025/01/22 17:18:08 [debug] 2243979#2243979: *38 mp4_parser_parse_stsd_atom: extra data 00 00 00 13 64 4f 70 73 00 02 01 38 00 00 bb 80 00 00 00 00 00 14 62 74 72 74 00 00 00 00 00 01 4f a2 00 01 4f a2
And here we get Bad request:
ngix_vod_module settings are:
Please help us understand this issue, what are we doing wrong?
The text was updated successfully, but these errors were encountered: