Kannan
Results
1
issues of
Kannan
`stream = new Stream({ name: input.url, streamUrl: input.url, wsPort: input.port, ffmpegOptions: { '-stats': '', '-r': 20, '-s': '640x480', '-aspect':'4:3' } `});`` I'm using the above code for rtsp URL Stream....