flavioribeiro / nginx-audio-track-for-hls-module

:sound: Nginx module that generates audio track for HTTP Live Streaming (HLS) streams on the fly.
GNU General Public License v3.0
136 stars 17 forks source link

How about the CPU usage of this nginx-audio-track module #27

Open yjx723 opened 9 years ago

yjx723 commented 9 years ago

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 for nginx's output buffer-chain's size and length?

flavioribeiro commented 7 years ago

@yjx723 honestly I never tried with big segments, only with 3, 5, 10 seconds or so.