Skip to content

modelingevolution/rocket-welder-docker-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RocketWelder

Simulator

Prerequisites

Make sure you have installed:

  • git
  • Docker Desktop

Getting started

  1. Clone repository
git clone https://github.com/modelingevolution/rocket-welder-docker-sdk.git
  1. Run the simulator with the command:
cd rocket-welder-docker-sdk
sudo docker compose up -d
  1. Copy your mp4 files into ./data-storage folder
  2. Open the browser and navigate to the url: http://localhost:8080
  3. Click "Downloader" the button in the right upper corner.

ScreenShot

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

ScreenShot 2

  1. Wait a bit, the file is being decoded and then you can watch it in home-page.
  2. Now can connect your SDK to URL: tcp://localhost:7000/{name-of-the-file}

Useful links: Python 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.

  1. 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.

Releases

No releases published

Packages

No packages published