Skip to content

Commit b4202bc

Browse files
authored
Update README.md
1 parent f75f37d commit b4202bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This enables the traversal of NATs along the way but the client must be able to
4040
Due to the connectionless nature of UDP, the server also expects to receive a heartbeat packet every once in a while to know that the client is still there.
4141

4242
#### HTTP progressive download
43-
The app performs an HTTP `GET` request to a remote server that responds with `Transfer-Encoding: chunked` in response header (and `Content-Length` unset) and streams the RTP packets in the request body.
43+
The app performs an HTTP `GET` request to a remote server that responds with `Transfer-Encoding: chunked` in response header (and `Content-Length` unset) and streams the RTP packets in the response body.
4444

4545
```
4646
GET /streams/1234567 HTTP/1.1

0 commit comments

Comments
 (0)