nginx-audio-track-for-hls-module icon indicating copy to clipboard operation
nginx-audio-track-for-hls-module copied to clipboard

:sound: Nginx module that generates audio track for HTTP Live Streaming (HLS) streams on the fly.

Results 13 nginx-audio-track-for-hls-module issues
Sort by recently updated
recently updated
newest added

-o objs/addon/nginx-audio-track-for-hls-module/ngx_http_aac_module.o \ ..//nginx-audio-track-for-hls-module/ngx_http_aac_module.c ..//nginx-audio-track-for-hls-module/ngx_http_aac_module.c: In function ‘ngx_http_aac_extract_audio’: ..//nginx-audio-track-for-hls-module/ngx_http_aac_module.c:159:5: error: ‘av_register_all’ is deprecated [-Werror=deprecated-declarations] 159 | av_register_all(); | ^~~~~~~~~~~~~~~ In file included from ..//nginx-audio-track-for-hls-module/ngx_http_aac_module.h:6, from ..//nginx-audio-track-for-hls-module/ngx_http_aac_module.c:1: /usr/include/x86_64-linux-gnu/libavformat/avformat.h:2050:6: note: declared here...

1. `AV_CODEC_FLAG_GLOBAL_HEADER` replace `CODEC_FLAG_GLOBAL_HEADER` 2. Delete extra spaces

as per HLS spec, Each Elementary Audio Stream segment MUST signal the timestamp of its first sample with an ID3 PRIV tag at the beginning of the segment. The ID3...

enhancement
high priority

Hi , I'm trying your module on a HLS live stream, sometime nginx crash with a core dump like this: *** Error in `nginx: worker process': corrupted size vs. prev_size:...

Hi the nginx crash when many clients request audio files. I think that this is a problem about thread safe. Are av libraries (avformat, avcodec and avutil) thread safe ?...

bug

good afternoon, I'm having trouble compiling the module, lua-nginx-module / nginx-audio-track-for-hls-module I am using Centos7, when giving the ./configure command and adding the path I get this message configuring additional...

I am trying to read a mpegts buffer with live data packets using avio_alloc_context(). The packets are video packets but i am getting segmentation fault error. i am using pure...

Suppose the mpeg-ts segment has a larger duration of time, may be over 5 minutes long, the avformat /avcodec libs may cause a CPU-intensive usage. B.T.W, is there any limitation...

question

This error I get when make: nginx> make make -f objs/Makefile make[1]: Entering directory `/home/mimiko/src/nginx' objs/Makefile:3641: warning: overriding commands for target`objs/addon/src/ngx_http_lua_module.o' objs/Makefile:3487: warning: ignoring old commands for target `objs/addon/src/ngx_http_lua_module.o' cc...

bug