1 Star 0 Fork 1

云时之间/django_scrcpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
lim1942 提交于 2023-09-06 11:18 . 更改scid生成策略。
run:
uvicorn django_scrcpy.asgi:application --host 0.0.0.0 --port 8000 --lifespan off
stop:
lsof -i:8000 | grep "IPv4" | grep -v grep | awk '{print $$2}' | xargs kill -9
restart:
make stop && make
build_recorder:
gcc asset/recorder.c -lavcodec -lavformat -lavutil -o asset/recorder.out
docker_build:
docker build . -t lim1942/django_scrcpy:1.0
docker_run:
docker run -it --name django_scrcpy -v media:/usr/src/app/media --net=host lim1942/django_scrcpy:1.0
docker_start:
docker start django_scrcpy
docker_stop:
docker stop django_scrcpy
docker_restart:
docker restart django_scrcpy
docker_remove:
make docker_stop && docker rm django_scrcpy
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yunshizhijian/django_scrcpy.git
git@gitee.com:yunshizhijian/django_scrcpy.git
yunshizhijian
django_scrcpy
django_scrcpy
main

搜索帮助