Make sure you have installed:
- git
- Docker Desktop
- Clone repository
git clone https://github.com/modelingevolution/rocket-welder-docker-sdk.git
- Run the simulator with the command:
cd rocket-welder-docker-sdk
sudo docker compose up -d
- Copy your mp4 files into ./data-storage folder
- Open the browser and navigate to the url: http://localhost:8080
- Click "Downloader" the button in the right upper corner.
- Start the simulator by clicking a button next to the file.
- Wait a bit, the file is being decoded and then you can watch it in home-page.
- Now can connect your SDK to URL: tcp://localhost:7000/{name-of-the-file}
Useful links: Python SDK
Enjoy.
- How to stop the stream?
Navigate to the status page (right upper corner), and click bin next to the stream.
- 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.