Re: Serving chunks to clients continuously With Nginx without using .m3u files !

2021-06-04 Thread Fatma MAZARI
Hi, thank you for you response, I want nginx to continuously send Continuation requests including the next chunk. I want to make this point because some applications cannot read playlist files (.m3u) ,I thought about developing a python api which sends packets (http CONTINUATION) ==> the client of

Serving chunks to clients continuously With Nginx without using .m3u files !

2021-06-04 Thread Fatma MAZARI
Hi, I have a question. I wanna use nginx and ffmpeg to serve chunks to clients without using or sending .m3u files to clients. 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 , /h

Re: gmer3.itd.sterling.com/home.htm in the access log

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: Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

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 , /h

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: proxy_buffering context and unexpected error

2021-03-04 Thread Fatma MAZARI
I 'm using nginx for generating copies of stream chunks with ".ts" format that are encapsulated in m3u format. The issue here, is that I don't want to work with m3u format, I want to send directly and contouniesly the ts chunks to the media player(because m3u format it's not readable in so many med