-
using unmuxed cmaf in hls, getting a trun version of 0. I believe I've deduced this is leveraging the dash packager, and if I can set the media_set->version >=2, i'd get trun version 1. https://githu…
-
Is it possible to use variables, such as `$vod_clip_id` in the `vod_hls_segment_file_name_prefix` and `vod_dash_fragment_file_name_prefix` directives.
Our use case is as follows:
1. A video play…
nonth updated
2 months ago
-
../nginx-vod-module/vod/thumb/thumb_grabber.c:112:9: error: ‘avcodec_close’ is deprecated [-Werror=deprecated-declarations]
112 | avcodec_close(state->decoder);
| ^~~~~~~~~~~…
-
Dear nginx-vod-module subscribers, as we see increased adoption of this module,
we're interested to learn more about which organizations are using it and how.
If you wish to participate, please com…
-
# Install Nginx Vod Module :: The Blogdoang — The blog where I put my notes as a Cloud Architect
Nginx-vod-module is NGINX-based module developed by Kaltura. nginx-vod-module (included in Kaltura-Ngi…
-
Hey guys,
I'm using Openresty nginx 1.19.9.1 and I've built it with kaltura/nginx-vod-module.
Into nginx.conf, I've added
`include /usr/local/openresty/nginx/conf/sites-enabled/*.*;`
My curr…
-
Hi!
I am compiling the nginx-vod-module with Nginx-1.24.0 on Debian 12 (bookworm). The configure script runs smoothly with the following options:
./configure --with-http_ssl_module --add-module=../…
-
hi
**issue**
***423 media_set_parse_sequences: invalid number of sequences 34 while getting mapping**
for any json file have sequences length bigger 32 clips ,any json sequences
-
Hi.
Seems to be a bug - vod-module makes a duplicate of video stream in video metadata of video fragments in mpeg-dash streaming.
sample https://github.com/SPBTV/video_av1_samples/blob/master/sp…
-
Hello.
I am in process of making a slight addition to nginx-vod-module.
I am absolutely confused on how to run tests.
To streamline building and testing I build the module in docker. Here's the `Do…