Posts by Alessandro Prudencio • 1 point
1 post
-
-1
votes1
answer1008
viewsA: Video stream with Nodejs and Socket.io
Try these options : var videoOptions = { fps: 12, transition: false, loop: 1, // segundos videoBitrate: 2048, videoCodec: 'libx264', size: '1920x1080', outputOptions: ['-pix_fmt yuv420p'], format:…