https://github.com/modelingevolution/rocket-welder-docker-sdk
Rocket Welder Simulator
https://github.com/modelingevolution/rocket-welder-docker-sdk
Last synced: 3 months ago
JSON representation
Rocket Welder Simulator
- Host: GitHub
- URL: https://github.com/modelingevolution/rocket-welder-docker-sdk
- Owner: modelingevolution
- License: mit
- Created: 2024-07-27T11:59:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T18:02:53.000Z (almost 2 years ago)
- Last Synced: 2024-07-28T13:56:58.785Z (almost 2 years ago)
- Size: 96.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Simulator
## Prerequisites
Make sure you have installed:
- git
- Docker Desktop
## Getting started
1. Clone repository
```bash
git clone https://github.com/modelingevolution/rocket-welder-docker-sdk.git
```
2. Run the simulator with the command:
```bash
cd rocket-welder-docker-sdk
sudo docker compose up -d
```
3. Copy your mp4 files into ./data-storage folder
4. Open the browser and navigate to the url: http://localhost:8080
5. Click "Downloader" the button in the right upper corner.

6. Start the simulator by clicking a button next to the file.

7. Wait a bit, the file is being decoded and then you can watch it in home-page.
8. Now can connect your SDK to URL: tcp://localhost:7000/{name-of-the-file}
Useful links:
[Python SDK](https://pypi.org/project/rocket-welder-sdk/)
Enjoy.
## Q & A
1. How to stop the stream?
Navigate to the status page (right upper corner), and click bin next to the stream.
2. Can you stream many files in parallel?
Yes, but you might need to increase the limit in docker-compose for buffer. Each file requires at least 1.4GB RAM for buffers.