Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 331 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 331 Bytes

Build the project with the following command:

make build

Build & run the project with the following command:

make run

Stop the project with the following command:

make stop

go to http://0.0.0.0:3597/ to see the project running.

to view stream by id go to http://0.0.0.0:3597/live/{stream_id}