From e758f67c4ea0aa49cb9e8b8b0579ff346b9659ce Mon Sep 17 00:00:00 2001 From: Chetansinh-ixfi Date: Mon, 17 Feb 2025 18:03:42 +0530 Subject: [PATCH 1/3] Add Media Player library --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 917a23f..4e1c0ac 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ * [Artificial Intelligence](#artificial-intelligence) * [Social](#social) * [Health](#health) +* [Video Player](#VideoPlayer) ## Libraries @@ -1807,6 +1808,12 @@ fully covered API and a lot of additional DSLs on top of base API. ![badge][badge-ios] ![badge][badge-watchos] +### VideoPlayer +* [ComposeMultiplatformMediaPlayer](https://github.com/Chaintech-Network/ComposeMultiplatformMediaPlayer) - A Compose Multiplatform library for seamless media playback, including video, reels, audio, YouTube integration, thumbnails, and HLS m3u8 support, with customizable controls. + ![badge-android] + ![badge-ios] + ![badge-desktop] + ### Math * [Multiplatform expressions evaluator](https://github.com/murzagalin/multiplatform-expressions-evaluator) - Runtime infix expressions evaluator. From 3330e9d819b21cc6cec6612053189b8de2f24160 Mon Sep 17 00:00:00 2001 From: Chetansinh-ixfi Date: Mon, 17 Feb 2025 18:04:56 +0530 Subject: [PATCH 2/3] Add Media Player library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e1c0ac..764d2b3 100644 --- a/README.md +++ b/README.md @@ -1812,7 +1812,7 @@ fully covered API and a lot of additional DSLs on top of base API. * [ComposeMultiplatformMediaPlayer](https://github.com/Chaintech-Network/ComposeMultiplatformMediaPlayer) - A Compose Multiplatform library for seamless media playback, including video, reels, audio, YouTube integration, thumbnails, and HLS m3u8 support, with customizable controls. ![badge-android] ![badge-ios] - ![badge-desktop] + ![badge-desktop](http://img.shields.io/badge/platform-desktop-FF9500.svg?style=flat) ### Math From 1104aafad63e8c57098042e94d85dd5ab52e1e60 Mon Sep 17 00:00:00 2001 From: Chetansinh-ixfi Date: Mon, 17 Feb 2025 18:06:12 +0530 Subject: [PATCH 3/3] Add Media Player library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 764d2b3..ce7b053 100644 --- a/README.md +++ b/README.md @@ -1812,7 +1812,7 @@ fully covered API and a lot of additional DSLs on top of base API. * [ComposeMultiplatformMediaPlayer](https://github.com/Chaintech-Network/ComposeMultiplatformMediaPlayer) - A Compose Multiplatform library for seamless media playback, including video, reels, audio, YouTube integration, thumbnails, and HLS m3u8 support, with customizable controls. ![badge-android] ![badge-ios] - ![badge-desktop](http://img.shields.io/badge/platform-desktop-FF9500.svg?style=flat) + ![badge-desktop](http://img.shields.io/badge/desktop-FF9500.svg?style=flat) ### Math