| | |
| | | ```shell
|
| | | usage: h5Server.py [-h] [--host HOST] [--port PORT] [--certfile CERTFILE]
|
| | | [--keyfile KEYFILE]
|
| | | python h5Server.py --port 1337
|
| | | python h5Server.py --port 1337 --keyfile server.key
|
| | | ```
|
| | | ## 2.启动ws or wss asr online srv
|
| | | [具体请看online asr](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/python/websocket)
|
| | |
| | | }
|
| | | }
|
| | | ```
|
| | |
|
| | | ### 修改wsconnecter.js里asr接口地址
|
| | | wsconnecter.js里配置online asr服务地址路径,这里配置的是wss端口
|
| | | var Uri = "wss://xxx:xxx/wss/" |
| | | ## Acknowledge
|
| | | 1. This project is maintained by [FunASR community](https://github.com/alibaba-damo-academy/FunASR).
|
| | | 2. We acknowledge [AiHealthx](http://www.aihealthx.com/) for contributing the html5 demo. |