rtsp-ffmpeg
rtsp-ffmpeg copied to clipboard
High Memory Footprint, How To Change Video To Lowest Quality
We're running a 3 * 3 camera setup rotating by 9 cams on a 10 second interval. The issue we're having is the memory footprint is hovering around 800 MB. Is this normal? How can we reduce it? Perhaps quality settings? Can you explain in better detail the effects of the configurations settings ie: new rtsp.FFMpeg({input: uri, resolution: '640x360', quality: 12}) <--- This part!
Thanks!
Hi, When I used image or canvas for rendering the stream data, The memory started gradually increasing and eventually the browser crashes. I think its because of caching of the image data in the browser. Any solution for this?