Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michal34512/cinemate
Desktop app allowing you to watch movies with your friend
https://github.com/michal34512/cinemate
media-player tcp tcp-client tcp-server unity unity2d url video-player watching-movies
Last synced: 15 days ago
JSON representation
Desktop app allowing you to watch movies with your friend
- Host: GitHub
- URL: https://github.com/michal34512/cinemate
- Owner: michal34512
- License: mit
- Created: 2023-07-15T12:58:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T16:16:19.000Z (over 1 year ago)
- Last Synced: 2023-07-15T17:25:21.520Z (over 1 year ago)
- Topics: media-player, tcp, tcp-client, tcp-server, unity, unity2d, url, video-player, watching-movies
- Language: C#
- Homepage:
- Size: 19.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cinemate
Cinemate is a desktop app which allows you to watch videos with your friend through a TCP connection.# How to connect
1. Start server by clicking "Server" button. Server will start by default on port 7777, but you can specify it by clicking settings button. After applying changes server will restart automatically.
3. Connect to server from different device by clicking "Client", and "Connect" buttons. Connection indicator should turn green. Again, you can specify IP and port in settings tab.
4. Now on the server site you can type URL or path to the .mp4 file you want to watch and click "Start".
5. Both server and client should now be able to see movie player screen and watch video.# Movie player
![obraz](https://github.com/michal34512/Cinemate/assets/136522993/a9b1785c-ca1e-4bf6-92a3-8c151370aef3)# Packages used
[LeanTween](https://assetstore.unity.com/packages/tools/animation/leantween-3595)
[TextMeshPro](https://docs.unity3d.com/Manual/com.unity.textmeshpro.html)