- Serves static media files.
- Provides video streaming.
-
Clone the repository.
-
Modify the .env file (enter the desired port and project name).
APPNAME=appname PORT=8899
-
Run the build script:
./build.sh
or
sh build.sh
-
Open your browser and go to
http://localhost:8899/media/
. Enter the file name according to the path.
- The default is 1 week, but it is managed by storing it in a cookie for 3 hours for now. <<Period, organization method needs discussion>>
- Log file management (whether to initialize periodically based on capacity or keep accumulating).