I’m making a YouTube video player app using Dart and Flutter, and I wanted to get the stream links, but I noticed that the URLs containing both video and audio are limited to 720P and 30FPS only. How can I get higher-quality URLs with both video and audio together?
I used youtube_explode_dart for getting the stream URLs.
Note: Solutions such as downloading the audio and video then merging them using FFMPEG aren’t options