you should add some ffmpeg's params like this
kingyazh opened this issue · 2 comments
kingyazh commented
this.spawnOptions = [ ...this.frontFlags, "-i", this.url, ...this.midFlags, '-f', 'mpegts', '-codec:v', 'mpeg1video', // additional ffmpeg options go here ...this.additionalFlags, '-' ]
rogeliozx commented
let me check that with the library but if it doesn't work I recommend dividing it into microservices