Commit 4d84ae92 by xiongziliang

Support websocket client

parent e7550d79
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
- HTTP server,suppor directory meun、RESTful http api. - HTTP server,suppor directory meun、RESTful http api.
- HTTP client,downloader,uploader,and http api requester. - HTTP client,downloader,uploader,and http api requester.
- Cookie supported. - Cookie supported.
- WebSocket Server. - WebSocket Server and Client.
- File access authentication. - File access authentication.
- Others - Others
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
| RTSP[S] Play Server | Y | | RTSP[S] Play Server | Y |
| RTSP[S] Push Server | Y | | RTSP[S] Push Server | Y |
| RTMP | Y | | RTMP | Y |
| HTTP[S]/WebSocket | Y | | HTTP[S]/WebSocket[S] | Y |
- Client supported: - Client supported:
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
| RTMP Player | Y | | RTMP Player | Y |
| RTMP Pusher | Y | | RTMP Pusher | Y |
| HTTP[S] | Y | | HTTP[S] | Y |
| WebSocket[S] | Y |
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
- 完整HTTP API服务器,可以作为web后台开发框架。 - 完整HTTP API服务器,可以作为web后台开发框架。
- 支持跨域访问。 - 支持跨域访问。
- 支持http客户端、服务器cookie - 支持http客户端、服务器cookie
- 支持WebSocket服务器 - 支持WebSocket服务器和客户端
- 支持http文件访问鉴权 - 支持http文件访问鉴权
- 其他 - 其他
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
| RTSP[S] Play Server | Y | | RTSP[S] Play Server | Y |
| RTSP[S] Push Server | Y | | RTSP[S] Push Server | Y |
| RTMP | Y | | RTMP | Y |
| HTTP[S]/WebSocket | Y | | HTTP[S]/WebSocket[S] | Y |
- 支持的客户端类型 - 支持的客户端类型
...@@ -121,6 +121,7 @@ ...@@ -121,6 +121,7 @@
| RTMP Player | Y | | RTMP Player | Y |
| RTMP Pusher | Y | | RTMP Pusher | Y |
| HTTP[S] | Y | | HTTP[S] | Y |
| WebSocket[S] | Y |
## 后续任务 ## 后续任务
- 完善支持H265 - 完善支持H265
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论