erceth
Results
1
issues of
erceth
I got the code to run with ffmpeg settings like this: ``` var args = [ '-re', "-i", "rtsp://@192.168.1.63:554/axis-media/media.amp?videocodec=h264&resolution=1280x720&h264profile=baseline", // "-framerate", this.options.fps, "-video_size", this.options.width + 'x' + this.options.height, '-pix_fmt', 'yuv420p',...