mirror of
https://github.com/eatfishfish/openpilot-server.git
synced 2026-08-22 04:42:32 +00:00
Update README.md
add ffmpeg fro video on demand.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# openpilot-server
|
||||
|
||||
#### 1. 配置文件
|
||||
(1)在 config.txt 文件中,
|
||||
<ws_bind> 是绑定websocket server 的ip和端口。
|
||||
<http_bind> 是绑定http server 的ip和端口。
|
||||
<athena_host> 是该服务端公网的域名。
|
||||
<upload_url> 是该服务端公网的域名。
|
||||
<amap_key> 高德API KEY 。https://console.amap.com/dev/index 这里注册。选择绑定“Web服务”
|
||||
(1)在 config.txt 文件中,
|
||||
<ws_bind> 是绑定websocket server 的ip和端口。
|
||||
<http_bind> 是绑定http server 的ip和端口。
|
||||
<athena_host> 是该服务端公网的域名。
|
||||
<upload_url> 是该服务端公网的域名。
|
||||
<amap_key> 高德API KEY 。https://console.amap.com/dev/index 这里注册。选择绑定“Web服务”。
|
||||
<ffmpeg_path>ffmpeg程序路径。 ffmpeg 从https://ffmpeg.org/download.html下载。
|
||||
(2) 启动
|
||||
在服务器上启动opserver.exe。
|
||||
|
||||
Reference in New Issue
Block a user