PalaTeam / flutter_video_cast

MIT License
37 stars 67 forks source link

Provide media meta data info #8

Open markst opened 3 years ago

markst commented 3 years ago

Would be great to provide meta data for a media stream such as title, subtitle & image.

markst commented 3 years ago

Happy to build this feature.

Believe it should be simple to add extra argument and provide them to the MediaInfo: https://github.com/PalaTeam/flutter_video_cast/blob/525103793e4b2850edd0bfe3c49d2c2a7577ec1c/android/src/main/kotlin/it/aesys/flutter_video_cast/ChromeCastController.kt#L36

https://developers.google.com/android/reference/com/google/android/gms/cast/MediaInfo.Builder

markst commented 2 years ago

https://github.com/markst/flutter_video_cast/tree/issue/8