Sync Player in Flutter
Sync Player is a multimedia app which allow user to create and join private room where members can play their media at sync with each other. User can also chat with other while playing videos.
This project contains some extra functionality as normal multimedia app does not provide.
https://github.com/Yogeshk4124/SyncPlayer/blob/main/APK/SyncPlayer.apk?raw=true
For more contact me @Gmail,
Syncplayer is a multi platform app. That is why we built API endpoints to connect all those platforms to backend servers for cross-platform communication.
SyncPlayer backend comprises of:
-
SyncPlayer Web:
A. Website for using syncplayer in internet browser and without any installations.
B. Contains all the same functionality as of mobile apps.
C. Light, faster and more portable in usage.
Link: http://harmonpreet012.centralindia.cloudapp.azure.com:8000/player -
SyncPlayer API: API endpoints build for syncplayer functions. Link: http://harmonpreet012.centralindia.cloudapp.azure.com:8000/
-
Messaging API: API endpointsfor handling chat messages. Link: http://harmonpreet012.centralindia.cloudapp.azure.com:8001
Detailed documentations are available on respective links.
For reporting any bugs, write us in issues sections.
New feature and ideas are always welcomed.
I welcome and encourage all pull requests. Here are some basic rules to follow to ensure timely addition of your request:
- Match coding style (braces, spacing, etc.) This is best achieved using
Reformat Code
feature of Android StudioCMD
+Option
+L
on Mac andCTRL
+ALT
+L
on Linux + Windows . - If its a feature, bug fix, or anything please only change code to what you specify.
- Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
- Pull requests must be made against
develop
branch. Any other branch (unless specified by the maintainers) will get rejected. - Check for existing issues first, before filing an issue.
- Make sure you follow the set standard as all other projects in this repo do
- Have fun!
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
This project is not implemented on ios yet. Because I own Windows 10 PC.
This Project is implemented in android
9.0
and 8.0
in Asus Zenfone Max Pro M2
and Realme 5S (64/4GB)
.
Write me in issues section.