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

Hi, I know it probably has been asked before, but we have an application where we allow user to extract clip based on an original full video and add annotations/visualisations...

Hi, sorry for my bad english The first : the original, not passing via nginx vod module has none sync issues ``` source=https://play.vod2.infomaniak.com/single/1jhvl2uqoi8jk/1jhvl2uqmlwkh/1jhvl2uqoi8jp.mp4# pts_time:0 for both audio and vido ```...

The stream https://cdn.vpplayer.tech/agmipobm/rVH24x7sVcNq2WDW5dL4Sw==,7991601123/fly/uploads/bda97061a9ce4f6d89a3b9482a550bb4/file/master.m3u8 fails to play when using the master playlist on any known hls media player, but plays if we use dhe media playlist https://cdn.vpplayer.tech/agmipobm/rVH24x7sVcNq2WDW5dL4Sw==,7991601123/fly/uploads/bda97061a9ce4f6d89a3b9482a550bb4/file/index.m3u8. Do you guys have...

Non-stop loading of repetitive segments. What is the problem? manifest file: ``` #EXTM3U #EXT-X-TARGETDURATION:10 #EXT-X-ALLOW-CACHE:YES #EXT-X-PLAYLIST-TYPE:VOD #EXT-X-KEY:METHOD=AES-128,URI="https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/encryption-f1.key" #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:1 #EXTINF:2.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-1-f1-v1-a1.ts #EXTINF:2.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-2-f1-v1-a1.ts #EXTINF:2.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-3-f1-v1-a1.ts #EXTINF:4.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-4-f1-v1-a1.ts #EXTINF:10.000, https://81-cdn.domain.com/hls/Wtz4PG-HS39RD/seg-5-f1-v1-a1.ts #EXTINF:10.000,...

I'm trying to use multiple audio tracks in one segment with the nginx-vod-module. I can specify a URL like https://url/video/seg-1-v1-a1.ts and it seems to work, but if I specify https://url/video/seg-1-v1-a1-a2.ts,...

hello everyone any idea how to add extra info to the extinf tag? i need to send in the m3u8 file the start time of the mp4 file to know...

Hello, I am using nginx-vod-module for generating thumbnails for some videos. I'm using `vod_thumb_accurate_positioning off;` to speed up generating thumbnails by just using keyframes. It works great with normal mp4...

My player has the following scenario: 1. A video stream is mapped from an MP4 file using HLS with .ts segments. 2. The audio is converted separately using ffmpeg. How...

My nginx-vod-module is installed and working, but I still can't understand the token protection and url encryption, and I've been looking at the basic configuration for a month。I don't understand...