nginx-vod-module icon indicating copy to clipboard operation
nginx-vod-module copied to clipboard

NGINX-based MP4 Repackager

Results 186 nginx-vod-module issues
Sort by recently updated
recently updated
newest added

What is the solution for prevent concurrent rendering of a segment with same params

I have a links to remote files like this: > https://my.file.server.domain/path/to/file/video.mp4?var1=value1&var2=value2 Finally my url looks like: > http://my.vod.server.domain/hls/my.file.server.domain/path/to/file/video.mp4?var1=value1&var2=value2/index.m3u8 But I can't play this links, nginx got an error: > [error]...

location ~ ^/hls/ { vod hls; # vod none; vod_base_url ""; vod_segments_base_url ""; vod_align_segments_to_key_frames on; vod_segment_duration 20000; add_header Access-Control-Allow-Headers '*'; add_header Access-Control-Expose-Headers 'Server,range,Content-Length,Content-Range'; add_header Access-Control-Allow-Methods 'GET, HEAD, OPTIONS'; add_header Access-Control-Allow-Origin...

I've tried everything possible including the build scratch and the repo method to install kaltura nginx for ubuntu 22.04 if anyone could help it would really be appreciated.

We're trying to implement Video on Demand using this module with HLS configuration in Remote mode. We have a Rails server responsible for serving the MP4 files. The way our...

I'm really happy with this module, so I made a package for it: https://github.com/foxws/laravel-vod It's still work in process, and I would really appreciate feedback for it. :) For instance,...

I have completed all instructions up to https://github.com/kaltura/nginx-vod-module#url-structure . Also have a video file in the location as asked after the installation of module. But when I try to play...

We have many existing packaged files dash/hls from [Bento4 SDK](http://www.bento4.com/developers/dash/), we do not want to use only packaging of this vod module. How can we stream those files ?

Some how there are more versions available in Centos7 than in Centos8 **Centos7:** yum list kaltura-nginx --showduplicates Installed Packages kaltura-nginx.x86_64 1:1.23.0-3 @Kaltura Available Packages kaltura-nginx.x86_64 1:1.12.0-1 **kaltura-nginx.x86_64 1:1.23.0-3** **Almalinux8 (Centos8):**...

hello guys especially @erankor, sometimes when video quality changes automatically, it shifts few seconds bacward video, what can cause this problem? can you help me please?