agsh / rtsp-ffmpeg

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

Update rtsp-ffmpeg #27

Closed igkvl closed 5 years ago

igkvl commented 5 years ago

Changes for removing image corruptions when concat data.

Note: In real project, I use: self.emit('data', self.buff.toString('base64')); for exclude base64ArrayBuffer function on a client

Seikon commented 5 years ago

Perfect. Yes, better send raw data instead of base 6r encoding, because there is 30% increase of size of images. Also it can be possible with 128 base encoding with lease increase of the image size.

El jue., 16 ago. 2018 11:33, Andrew Laptev notifications@github.com escribió:

Merged #27 https://github.com/agsh/rtsp-ffmpeg/pull/27 into master.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/agsh/rtsp-ffmpeg/pull/27#event-1791927619, or mute the thread https://github.com/notifications/unsubscribe-auth/AMNXjerfLPTAAB_B5TOuuvaGBJHlJeyVks5uRTxSgaJpZM4V_fI8 .