From 5b6b58308fc81e8671e433f340f8648b081a2b5b Mon Sep 17 00:00:00 2001 From: raulpy271 <56479285+raulpy271@users.noreply.github.com> Date: Wed, 2 Dec 2020 14:19:53 -0300 Subject: [PATCH] Replacing `server_url` content, `"http://localhost:8080"` to `"http://127.0.0.1:8080"`. --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 68fd8c0..dabc739 100644 --- a/examples/README.md +++ b/examples/README.md @@ -218,7 +218,7 @@ process2.wait() ```python video_format = "flv" -server_url = "http://localhost:8080" +server_url = "http://127.0.0.1:8080" process = ( ffmpeg