Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Feb 4, 2023
1 parent d5baa24 commit 336c404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ ffmpeg -i rtsp://original-source -pix_fmt yuv420p -c:v libx264 -preset ultrafast

The simples way to embed a HLS stream into a web page consists in using an iframe tag:

```
```html
<iframe src="http://rtsp-simple-server-ip:8888/mystream" scrolling="no"></iframe>
```

Expand Down Expand Up @@ -1067,7 +1067,9 @@ where `secret` is the secret of the TURN server. _rtsp-simple-server_ will gener

The simples way to embed a WebRTC stream into a web page consists in using an iframe tag:

```html
<iframe src="http://rtsp-simple-server-ip:8889/mystream" scrolling="no"></iframe>
```

For more advanced options, you can create and serve a custom web page by starting from the [source code of the default page](internal/core/webrtc_index.html).

Expand Down

0 comments on commit 336c404

Please sign in to comment.