TimeForANinja
TimeForANinja
can you check if there's more bugs with the n-transform?
> Just to note there are no 429s using innertube requests, whether logged-in or not. And the info requests to https://www.youtube.com/youtubei/v1/player are instantaneous. This project could benefit a great deal...
ytdl-core is only doing outgoing requests so it should never bind to restricted ports like 443 in your error... are you sure, this is a ytdl-core error? 'cause i don't...
🤔 try playing some files from disk still don't see how any of the ytdl-core code could proce an `cannot EACCES :443` error
can you provide full example code to test / reproduce the problem? i can ofc fill in voicechannel id's + bot token myself
🤔 that information might only be available via the m3u8 stream / dash mpd
i would actually expect this to straight up fail * `options#format` is not supposed to be a string and should result in the library throwing an error (see [here](https://github.com/fent/node-ytdl-core/blob/8e1a5096edaf5317f49ef6d4f74cfa7ccaf10dfd/lib/format-utils.js#L96)) *...
since it looks like you want specific formats (mp4 and mp3 don't get used that often for web-streaming) i'd recommend using ffmpeg it has full support for multiple inputs and...
i'd expect some kinda header to track which range to get 🤔 not just request ever ~5 sec