mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
h5 (#617)
This commit is contained in:
parent
6bdae5723e
commit
04addbf533
@ -41,7 +41,7 @@ python h5Server.py --host 0.0.0.0 --port 1337
|
|||||||
`Tips:` asr service and html5 service should be deployed on the same device.
|
`Tips:` asr service and html5 service should be deployed on the same device.
|
||||||
```shell
|
```shell
|
||||||
cd ../python/websocket
|
cd ../python/websocket
|
||||||
python wss_srv_asr.py --port 1095
|
python wss_srv_asr.py --port 10095
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -49,7 +49,7 @@ python h5Server.py --host 0.0.0.0 --port 1337
|
|||||||
#### wss方式
|
#### wss方式
|
||||||
```shell
|
```shell
|
||||||
cd ../python/websocket
|
cd ../python/websocket
|
||||||
python wss_srv_asr.py --port 1095
|
python wss_srv_asr.py --port 10095
|
||||||
```
|
```
|
||||||
|
|
||||||
### 浏览器打开地址
|
### 浏览器打开地址
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<div class="div_class_recordControl">
|
<div class="div_class_recordControl">
|
||||||
asr服务器地址(必填):
|
asr服务器地址(必填):
|
||||||
<br>
|
<br>
|
||||||
<input id="wssip" type="text" style=" width: 100%;height:100%" value="wss://127.0.0.1:1095/"/>
|
<input id="wssip" type="text" style=" width: 100%;height:100%" value="wss://127.0.0.1:10095/"/>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<div style="border:2px solid #ccc;">
|
<div style="border:2px solid #ccc;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user