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 tried to add gzip compression ``` # gzip manifests gzip on; gzip_vary on; gzip_types application/vnd.apple.mpegurl application/dash+xml; ``` And as soon my player stopped working, a quick curl showed...

I read that MKV support is discontinued, meaning we can't use it anymore, or is there some other way to use MKV? My client gets a lot of his content...

Hi, I try to use vod_drm_request_uri for DASH: common encryption with a dynamic argument uri to switch pssh. http://localhost:3030/dash/,video/sample.mp4.urlset/manifest.mpd?key=test.json ... vod_drm_upstream_location /mdrm; vod_drm_request_uri $arg_key; location /mdrm { proxy_pass http://localhost:8000/; }...

I'm rebuilding the packager system with latest master and started to see these errors: ```plaintext /home/ec2-user/nginx-vod-module/vod/filters/audio_encoder.c /home/ec2-user/nginx-vod-module/vod/filters/audio_encoder.c: In function ‘audio_encoder_write_frame’: /home/ec2-user/nginx-vod-module/vod/filters/audio_encoder.c:203:2: error: ‘av_init_packet’ is deprecated [-Werror=deprecated-declarations] av_init_packet(&output_packet); ^~~~~~~~~~~~~~ In file...

Hi, We have been trying to use the origin on a 8.5 hour long asset and seems that a response is never generated. Does the sw read the whole file...

I'm new with nginx and I have a server with mp3 music files and do not play with hls protocol. I thought about using ffmpeg but I have no idea...

Fixed content type for prometheus format

Hi many thanks for your work on this library. I am currently combining encryptioned uris, aes-128 for segments and secure link module for time expiry on my manifest and encryption...

catch invalid url exception

I west couple hours to force it work but useless. Please help