Skip to content

Commit 7682a78

Browse files
author
aeinstein
committed
readme update
1 parent de7a208 commit 7682a78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For those who really miss RTMP in Browser, cause HLS sucks.
99

1010
## Introduction
1111
This project consists of 2 parts.
12-
- Websockify for wrapping WSS to TCP
12+
- Websockify for wrapping TCP in WSS
1313
- WebRTMP Client library
1414

1515

@@ -18,7 +18,7 @@ This project consists of 2 parts.
1818

1919
## Features
2020
- RTMP container with H.264 + AAC / MP3 codec playback
21-
- RTMP over Websocket low latency live stream playback <= 2 sec.
21+
- RTMP over Websocket low latency live stream playback <= 3 sec.
2222
- Compatible with Chrome, FireFox, Safari 10, IE11 and Edge
2323
- Extremely low overhead and hardware accelerated by your browser!
2424
- Use of promises
@@ -55,7 +55,7 @@ apt install websockify
5555
Launch WSS RTMP-Wrapper
5656
(Don't forget to get certificates)
5757
```bash
58-
websockify -D --cert /home/bunkertv/certs/fullchain.pem --key /home/bunkertv/certs/privkey.pem --ssl-only 9001 127.0.0.1:1935
58+
websockify -D --cert fullchain.pem --key privkey.pem --ssl-only 9001 127.0.0.1:1935
5959
```
6060

6161
## State

0 commit comments

Comments
 (0)