┌─┐┬ ┬┌─┐┌┬┐┬ ┬┬─┐┌┐ ┌─┐┌┬┐┌─┐ ┌─┐┬─┐┌─┐┌┐ ┌┐ ┌─┐┬─┐
│ ├─┤├─┤ │ │ │├┬┘├┴┐├─┤ │ ├┤───│ ┬├┬┘├─┤├┴┐├┴┐├┤ ├┬┘
└─┘┴ ┴┴ ┴ ┴ └─┘┴└─└─┘┴ ┴ ┴ └─┘ └─┘┴└─┴ ┴└─┘└─┘└─┘┴└─
8===================================================D
Capture Streaming From CB
-
git clone https://github.com/KFERMercer/chaturbate-grabber.git && cd chaturbate-grabber
-
# <https://www.google.com/search?q=please+tell+me+how+to+use+docker+I+will+do+anything>
-
docker build -t ctbcap .
-
-
-
cat ./docker-compose.yml.sample > ./compose.yml
Then edit
./compose.yml
to configure. -
# Run by background daemon: docker compose up -d # stop the daemon: docker compose down
-
-
docker run -it --rm \ -e TZ=Asia/Shanghai \ -v /path/to/viddir:/save \ -v /path/to/logdir:/log \ ctbcap:latest <modelname> <--stream>[m3u8 url only]
-
-
Make sure your shell is
bash
, andcurl
,ffmpeg
,wget
is installed. -
Use the following command to run:
SAVE_PATH=/path/to/savedir \ LOG_PATH=/path/to/logdir \ ./ctbcap <modelname> <--stream>[m3u8 url only]
-
-
-
Go to local repo:
cd chaturbate-grabber
-
Update repo to newest commit:
git pull --rebase
- Once successfully update, you all need to rebuild the image.
(. )( .)