flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
11.24k stars 432 forks source link

Video player missing functionality and one very important one #3012

Open syleishere opened 6 months ago

syleishere commented 6 months ago

Please Describe The Problem To Be Solved

https://pub.dev/packages/media_kit There is a lot of functionality missing from that page: buffer, audioBitrate, logs etc

But one IMPORTANT one it's missing is: Stream | track | Currently selected video, audio and subtitle track.

We have no idea what currently playing track is! Makes it nearly impossible to make a GUI showing user which track is playing. I am sure just an oversight, but that is a pretty important one! All we need is the current index, 0-100 type thing

(Optional): Suggest A Solution

Implement Track very minimum.

Nice addons from that page would be: buffer, audioParams, videoParams, audioBitrate, audioDevice, log

PhunkyBob commented 4 months ago

I'm also looking for audio track selection, subtitle track selection and buffer size. Also, a function to switch to fullscreen would be greate, since the actions in the player are not available with remote control in Android TV.

96bearli commented 3 months ago

It's really important and I'm having this issue as well (About "currently playing")