Update README.md

This commit is contained in:
Anirudh Sevugan 2025-01-22 16:50:55 -06:00 committed by GitHub
parent 4f576c9def
commit 14f850515e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,13 +50,14 @@ The Flutter version was built in Android Studio with the Flutter plugin, and pri
It uses **Media 3 ExoPlayer**, something the App Inventor version would've been dreaming of, but has less controls, but is simpler to use and *much* more user-friendly, and is solely ExoPlayer (at least, for now). It does not support a quality selector, or advanced audio settings, but it supports everything else the App Inventor version does in the ExoPlayer point of view (P.O.V).
## ~~Media3 Demo (Very Early Demo)~~ (NOT RECOMMENDED)
## Media3 Demo (Very Early Demo)
> [!WARNING]
> ***Please*** note that this version isn't recommended for use because it doesn't support basic functionality like entering a video URL or choosing a video file. It is recommended to use the **Flutter** release or the **AI2** release instead.
The Media3 Demo was built in Android Studio using Kotlin, and uses the [Media3 Player](https://github.com/akhorasani/Media3Player) app by [@akhorasani](https://github.com/akhorasani) as a base for all Media3 support, and uses the traditional INTENT methods for URL redirects in Kotlin.
It, unlike the other 2 versions, is in a **very early** state right now and does not support video URLs (believe me, I tried, and failed), as of now. However, the placeholder video is the [Big Buck Bunny](https://peach.blender.org/) short film, stored in a GCP (Google Cloud Protocol) storage bucket.
The reason this release isn't recommended is because it doesn't include support for basic functionality, like entering custom video URLs or choosing custom video files.