Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Kashif-E/Compose-Multiplatform-Video-Player

This is an example of adding video player to Compose multiplatform ios, android and desktop
https://github.com/Kashif-E/Compose-Multiplatform-Video-Player

andriod compose-desktop compose-multiplatform ios jetpack-compose kotlin-multiplatform kotlin-native

Last synced: 9 days ago
JSON representation

This is an example of adding video player to Compose multiplatform ios, android and desktop

Awesome Lists containing this project

README

        

# Compose Multiplatform Video player

Featured in Kotlin weekly and Kotlin weeekly

This example demonstrates how you can use video player in your compose multiplatform app:


  • Android

  • iOS

  • Desktop

[![Video](https://img.youtube.com/vi/su4L5BcONXU/maxresdefault.jpg)](https://www.youtube.com/watch?v=su4L5BcONXU)

# Troubleshooting
## MacOS on Apple Chip (M1/M2)
If you encounter the error 'pod install' command failed with code 1. run the following commands in the terminal:

```bash
sudo softwareupdate --install-rosetta --agree-to-license
```
```bash
sudo gem uninstall ffi && sudo gem install ffi -- --enable-libffi-alloc
```


kashif_mehmood_
kashif-mehmood
kashif-mehmood