From 4d84ae92f9f0a1cf2dc008ba1a74db5eee331c28 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Mon, 16 Sep 2019 18:32:25 +0800 Subject: [PATCH] Support websocket client --- README.md | 5 +++-- README_CN.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index efff6ddf..0eef5ac4 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ - HTTP server,suppor directory meun、RESTful http api. - HTTP client,downloader,uploader,and http api requester. - Cookie supported. - - WebSocket Server. + - WebSocket Server and Client. - File access authentication. - Others @@ -95,7 +95,7 @@ | RTSP[S] Play Server | Y | | RTSP[S] Push Server | Y | | RTMP | Y | -| HTTP[S]/WebSocket | Y | +| HTTP[S]/WebSocket[S] | Y | - Client supported: @@ -106,6 +106,7 @@ | RTMP Player | Y | | RTMP Pusher | Y | | HTTP[S] | Y | +| WebSocket[S] | Y | diff --git a/README_CN.md b/README_CN.md index 33a43a08..918d068a 100644 --- a/README_CN.md +++ b/README_CN.md @@ -51,7 +51,7 @@ - 完整HTTP API服务器,可以作为web后台开发框架。 - 支持跨域访问。 - 支持http客户端、服务器cookie - - 支持WebSocket服务器 + - 支持WebSocket服务器和客户端 - 支持http文件访问鉴权 - 其他 @@ -110,7 +110,7 @@ | RTSP[S] Play Server | Y | | RTSP[S] Push Server | Y | | RTMP | Y | - | HTTP[S]/WebSocket | Y | + | HTTP[S]/WebSocket[S] | Y | - 支持的客户端类型 @@ -121,6 +121,7 @@ | RTMP Player | Y | | RTMP Pusher | Y | | HTTP[S] | Y | + | WebSocket[S] | Y | ## 后续任务 - 完善支持H265