Hexer10 / youtube_explode_dart

Dart library to interact with many Youtube APIs
https://pub.dev/packages/youtube_explode_dart
BSD 3-Clause "New" or "Revised" License
301 stars 122 forks source link

Muxed Highest Bitrate getting low quality #186

Closed shinewanna closed 2 years ago

shinewanna commented 2 years ago

In youtube_explode_dart: 1.10.8, it's fine, the bitrate is high, in this version, download speed is really slow.

After upgrade to youtube_explode_dart: 1.10.9+1, the muxed bitrate is very low quality, but the download speed is good now.

manifest.muxed.withHighestBitrate()

itssidhere commented 2 years ago

That's a tradeoff between speed and quality

Hexer10 commented 2 years ago

As @itssidhere said, since we switch to the ANDROID client, (before we were using WEB) there might be less streams available, but at least the download speed is decent. If you need high quality videos I suggest you to download don't use muxed streams.