newtaDev / pod_player

Video player for flutter web & mobile devices, Play video from youtube or vimeo or network in flutter using pod player
https://pub.dev/packages/pod_player
MIT License
103 stars 182 forks source link

Feature: Auto Quality Switch Based on Bandwith #64

Open AcidRain9 opened 2 years ago

AcidRain9 commented 2 years ago

It would be great if there's an Auto option and it can switch between the quality depending upon the bandwith speed automatically.

newtaDev commented 2 years ago

This will be a great feature but, I'm not sure how to implement this feature.... 😕 Please share if you have any resource or references, or please try to contribute 🤗

AcidRain9 commented 2 years ago

I'm thinking of a way to implement this

Would it be possible to extract the dash manifest of a youtube video and let the video_player handle the quality switching?

newtaDev commented 2 years ago

I'm thinking of a way to implement this

Would it be possible to extract the dash manifest of a youtube video and let the video_player handle the quality switching?

Checkout youtube_explode_dart: or https://piped-docs.kavin.rocks/docs/api-documentation/ might help you 🤗