Re: How to install nginx-module-njs on alpine

2021-06-03 Thread Fatma MAZARI
Hi, I have a question, I wanna use nginx and ffmpeg to serve chunks to clients without using or sending .m3u file to client. How can i do this lease? * ffmpeg copy streams in local ( in /home/STREAMS/channel/stream%d.ts ==> /home/STREAMS/channel/stream1.ts , /home/STREAMS/channel/stream2.ts , /hom

Re: How to install nginx-module-njs on alpine

2021-06-02 Thread bouvierh
Thank you! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,291725,291734#msg-291734 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: How to install nginx-module-njs on alpine

2021-06-02 Thread Sergey A. Osokin
On Wed, Jun 02, 2021 at 11:41:38PM +0300, Sergey A. Osokin wrote: > Hi Hugues, > > On Wed, Jun 02, 2021 at 03:15:16PM -0400, bouvierh wrote: > > Hello, > > > > How do I install the javascript module on Alpine? I have tried: "apk add > > nginx-module-njs" but that module is not available. > > ERRO

Re: How to install nginx-module-njs on alpine

2021-06-02 Thread Sergey A. Osokin
Hi Hugues, On Wed, Jun 02, 2021 at 03:15:16PM -0400, bouvierh wrote: > Hello, > > How do I install the javascript module on Alpine? I have tried: "apk add > nginx-module-njs" but that module is not available. > ERROR: unable to select packages: > nginx-module-njs (no such package): Could you t

Re: How to install nginx-module-njs on alpine

2021-06-02 Thread Grzegorz Kulewski
W dniu 02.06.2021 o 22:34, Thomas Ward pisze: > More than likely you'll have to compile the module yourself - I don't know of > any distribution that currently ships the njs module. Gentoo ships njs with nginx. -- Grzegorz Kulewski ___ nginx mailing l

Re: How to install nginx-module-njs on alpine

2021-06-02 Thread Thomas Ward
More than likely you'll have to compile the module yourself - I don't know of any distribution that currently ships the njs module. Thomas On 6/2/21 3:15 PM, bouvierh wrote: Hello, How do I install the javascript module on Alpine? I have tried: "apk add nginx-module-njs" but that module is

How to install nginx-module-njs on alpine

2021-06-02 Thread bouvierh
Hello, How do I install the javascript module on Alpine? I have tried: "apk add nginx-module-njs" but that module is not available. ERROR: unable to select packages: nginx-module-njs (no such package): Thanks, Hugues Posted at Nginx Forum: https://forum.nginx.org/read.php?2,291725,291725#msg-