Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renan-dias/xstream
A game streaming service built with Flutter that allows users to connect to an RTMP server and stream games. The app also manages user and game information.
https://github.com/renan-dias/xstream
flutter rtmp-player rtmp-stream streaming
Last synced: 28 days ago
JSON representation
A game streaming service built with Flutter that allows users to connect to an RTMP server and stream games. The app also manages user and game information.
- Host: GitHub
- URL: https://github.com/renan-dias/xstream
- Owner: renan-dias
- Created: 2023-08-18T13:37:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-18T13:45:22.000Z (about 1 year ago)
- Last Synced: 2023-08-18T15:10:36.347Z (about 1 year ago)
- Topics: flutter, rtmp-player, rtmp-stream, streaming
- Language: C++
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to xStream! Play in anywhere!
>xStream is a streaming gaming platform that allows you to find people to play with you in your favorite games, anywhere, anytime. The project is made in flutter, using RTMP protocol to stream the games and twitch API to get the games information. The project is still in development, so if you want to contribute, feel free to do it.## :rocket: Technologies
This project was developed with the following technologies:
- [Flutter](https://flutter.dev/)
- [Node.js](https://nodejs.org/en/)
- [RTMP](https://obsproject.com/forum/resources/how-to-set-up-your-own-private-rtmp-server-using-nginx.50/)
- [Twitch API](https://dev.twitch.tv/docs/api/)
- [MongoDB](https://www.mongodb.com/)
- [Socket.io](https://socket.io/)## Live Demo
You can see the live demo [coming soon](#)## Installation
Clone this repository and install the requirements:
```sh
git clone https://github.com/renan-dias/xstream.git
```Move to directory and run the program:
```sh
cd /xstream
```Install dependencies:
```sh
flutter pub get
```Run the app:
```sh
flutter run
```## :memo: License
This project is under the MIT license. See the [LICENSE](LICENSE) for more information.
---
Made with ♥ by Renan Dias :wave: [Get in touch!](https://www.linkedin.com/in/renan-barbono/)