-
Notifications
You must be signed in to change notification settings - Fork 0
feat(预发布下一个版本): 版本同步20251201 #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
xiaorongnie
wants to merge
22
commits into
master
Choose a base branch
from
feat/track-db/nxr
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
7778f1e
feat(自增长ID): 脚本不存自增长ID, 导出之后手工移除
xiaorongnie ce416da
feat(初始化分区): 自动初始化分区
xiaorongnie a4d4e4d
feat(track脚本同步): 同步脚本
xiaorongnie a5b8674
feat(表结构): 替换公司ID
xiaorongnie 9f16d2f
feat(V2): 大版本更新到2025/12/1
xiaorongnie 9f730a9
feat(表结构): sim卡表和设备车辆视图更新
xiaorongnie d74b0fc
feat(cbus): 字段超长
xiaorongnie 5e255e4
feat(cbus): 匹配最新版本号
xiaorongnie f19ab50
feat(sim): 删除设备唯一键
xiaorongnie 1383a4b
feat(外部程序): 增加外部可执行程序
xiaorongnie 597e864
feat(文件目录): 可执行程序默认 /home/docker-compose/opt目录
xiaorongnie 5d38f0f
feat(DOCKER_COMPOSE_DIR): 改成变量
xiaorongnie cebd8ba
feat(工具包): 增加/home/docker-compose/op工具包
xiaorongnie 994c96e
feat(修改描述): 更新描述文件
xiaorongnie 24eb0a6
feat(工具包下载): 存放到github上
xiaorongnie 7091e22
feat(下载描述): 手工上传
xiaorongnie cd5ab57
wip: 重命名
ipcjs 704129e
wip: 添加链接
ipcjs 1cd6bf0
wip: 更新注释
ipcjs ddab120
wip: 更新注释
ipcjs 4407954
wip: 需要先打tag再传文件
ipcjs 76bc7f7
wip: 脚本的路径
ipcjs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xiaorongnie marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| ## FFmpeg 静态编译安装 | ||
|
|
||
| ```bash | ||
| # 创建工具文件夹 | ||
| mkdir -p /home/docker-compose/opt | ||
| # 进入目录 | ||
| cd /home/docker-compose | ||
| # 下载 | ||
| wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz | ||
| # 解压 | ||
| tar -xvf ffmpeg-release-amd64-static.tar.xz | ||
| # 进入源目录 | ||
| cd ffmpeg-*-amd64-static | ||
| # 复制新目录 | ||
| cp ffmpeg ffprobe /home/docker-compose/opt/ | ||
| # 测试 | ||
| ffmpeg -version | ||
| ``` | ||
|
|
||
| ## 通力ifv转mp4工具(现在H264正常, H265前端播放器不支持) | ||
|
|
||
| ```bash | ||
| # 创建工具文件夹 | ||
| mkdir -p /home/docker-compose/opt/ifv2mp4 | ||
| # 进入目录 | ||
| cd /home/docker-compose/opt/ifv2mp4 | ||
| # 下载安装程序 | ||
| wget https://github.com/TranscodeGroup/docker/releases/download/1.0.2/tlgrectomp4_linux1.0.0.2.tar.gz | ||
| # 解压 | ||
| tar -xzvf tlgrectomp4_linux1.0.0.2.tar.gz | ||
| # 增加路径 | ||
| export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/docker-compose/opt/ifv2mp4/release | ||
| # 验证 | ||
| /home/docker-compose/opt/ifv2mp4/release/tlgrectomp4 input.ifv output.mp4 | ||
| ``` | ||
|
|
||
| ## 确保jtt808的docker服务包含如下配置(当前版本已内置, 旧版手工补齐) | ||
|
|
||
| ```bash | ||
| jtt808: | ||
| volumes: | ||
| - /home/docker-compose/opt/ifv2mp4:/usr/local/bin/ifv2mp4 | ||
| - /home/docker-compose/opt/ffmpeg:/usr/local/bin/ffmpeg:ro | ||
| - /home/docker-compose/opt/ffprobe:/usr/local/bin/ffprobe:ro | ||
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.