From 336c4046acf406be0cc91f867f2b231754f02aca Mon Sep 17 00:00:00 2001
From: aler9 <46489434+aler9@users.noreply.github.com>
Date: Sat, 4 Feb 2023 14:39:55 +0100
Subject: [PATCH] update readme
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7ef03b41..b35b37a9 100644
--- a/README.md
+++ b/README.md
@@ -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
```
@@ -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
+```
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).