m.h4ck

Results 11 comments of m.h4ck

Same here! How to remove it if i only got gfs as object? What is in req.params.bucket?

@augusto Yes iam using the latest version ```"version": "4.10.1",``` but even with this fix it's slow Setup: - Sending chrome user agent - Tried over my Homepc, my proxies and...

Yes you can add an [Https Proxy Agent](https://www.npmjs.com/package/https-proxy-agent) by yourself via options.

Hi @fent, i have a seperate microservice for requesting the info and for downloading the video. So i'm not calling ytdl, instead i'm just calling getInfo().. There is no stream...

But the internal cache is not written to any database or file or? So if the node process restarts the cache is empty, or did i got it wrong? Btw....

You can create the writestream by yourself. So you can choose the filename also. Ytdl is just a library so i think it don't need to support full filename handling.

Same here, instead of commenting the line 60 in transcode-video.js you can just add ``` args: [ '-c:v', 'libx264', '-profile:v', 'main', '-preset', 'medium', '-crf 20', '-movflags', 'faststart', '-c:a copy', ],...

I have the same problem, have you figured it out?