Update README_en.md

This commit is contained in:
夏楚 2020-05-19 16:03:22 +08:00 committed by GitHub
parent 5cc4258ba2
commit 425c74e730
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,18 +15,18 @@
## Features ## Features
- RTSP - RTSP[S]
- RTSP[S] server,support rtsp push. - RTSP[S] server,support rtsp push.
- RTSP player and pusher. - RTSP[S] player and pusher.
- RTP Transport : `rtp over udp` `rtp over tcp` `rtp over http` `rtp udp multicast` . - RTP Transport : `rtp over udp` `rtp over tcp` `rtp over http` `rtp udp multicast` .
- Basic/Digest/Url Authentication. - Basic/Digest/Url Authentication.
- H264/H265/AAC/G711 codec. - H264/H265/AAC/G711 codec.
- Recorded as mp4. - Recorded as mp4.
- Vod of mp4. - Vod of mp4.
- RTMP - RTMP[S]
- RTMP server,support player and pusher. - RTMP[S] server,support player and pusher.
- RTMP player and pusher. - RTMP[S] player and pusher.
- Support HTTP-FLV player. - Support HTTP-FLV player.
- H264/H265/AAC/G711 codec. - H264/H265/AAC/G711 codec.
- Recorded as flv or mp4. - Recorded as flv or mp4.
@ -36,6 +36,7 @@
- HLS - HLS
- RTSP RTMP can be converted into HLS,built-in HTTP server. - RTSP RTMP can be converted into HLS,built-in HTTP server.
- Play authentication based on cookie. - Play authentication based on cookie.
- Support HLS player, support streaming HLS proxy to RTSP / RTMP / MP4.
- HTTP[S] - HTTP[S]
- HTTP server,suppor directory meun、RESTful http api. - HTTP server,suppor directory meun、RESTful http api.
@ -53,6 +54,7 @@
- Play and push authentication. - Play and push authentication.
- Pull stream on Demand. - Pull stream on Demand.
- Support TS / PS streaming push through RTP,and it can be converted to RTSP / RTMP / HLS / FLV. - Support TS / PS streaming push through RTP,and it can be converted to RTSP / RTMP / HLS / FLV.
- Support real-time online screenshot http api.
- Protocol conversion: - Protocol conversion:
@ -67,6 +69,7 @@
| RTMP --> MP4 | Y | Y | Y | N | | RTMP --> MP4 | Y | Y | Y | N |
| MP4 --> RTSP[S] | Y | Y | Y | N | | MP4 --> RTSP[S] | Y | Y | Y | N |
| MP4 --> RTMP | Y | Y | Y | N | | MP4 --> RTMP | Y | Y | Y | N |
| HLS --> RTSP/RTMP/MP4 | Y | Y | Y | N |
- Stream generation - Stream generation
@ -106,7 +109,7 @@
| RTMP Pusher | Y | | RTMP Pusher | Y |
| HTTP[S] | Y | | HTTP[S] | Y |
| WebSocket[S] | Y | | WebSocket[S] | Y |
| HLS player | Y |
## System Requirements ## System Requirements