agsh / rtsp-ffmpeg

Node.js FFMpeg wrapper for streaming RTSP into MotionJPEG
MIT License
249 stars 84 forks source link

Improve buffer #42

Closed jeronimoek closed 1 year ago

jeronimoek commented 1 year ago

This avoids the read and write of the whole buffer when a new chunk is received

agsh commented 1 year ago

@jeronimoek thanks a lot!