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

i want to use a dynamic / generic mapped mode my vod archive as the same folder and file structure - /vod/20220101/20220101_720p.mp4 - /vod/20220101/20220101_540p.mp4 - /vod/20220101/20220101_360p.mp4 - /vod/20220101/20220101_eng.vtt its possible...

I know it may not be directly related to this module, but thought of asking. The module is really awesome! I understand that I can Encrypt, DRM, Secure (Hashing) but...

Hello, I would like to report a wrong codec level being reported in the DASH manifest output. The file contains "avc.640028", however, it is being reported as "avc.640032". Not certain...

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...

help wanted

Hello, There's this video that has a problem with video seeking. When you left it alone, it plays well but if you seek another video duration, it doesn't play. Same...

I noticed that it takes a long process to get the header of each video when there are too many multi URLs, I was hoping to get the header of...

enhancement

Cannot Load M3u8 Unable to fetch HTTP resource over HTTPS when i try to embed in jwplayer

comparison test finished successfully (the only tests failed on comparison are those using DRM)

hi, I try to put some advertisement in VOD video, and is the EXT-X-DISCONTINUITY tag supported? I modified the m3u8 file to play the video, add the advertisement TS file...

When working on remote mode (`vod_mode remote;`) and the upstream returns code other than 200/206, the client gets 502. The source of it is probably [here](https://github.com/kaltura/nginx-vod-module/blob/master/ngx_child_http_request.c#L172) I have some authorization...