Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)