File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ For those who really miss RTMP in Browser, cause HLS sucks.
99
1010## Introduction
1111This 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
5555Launch 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
You can’t perform that action at this time.
0 commit comments