8000 Replacing `server_url` content, `"http://localhost:8080"` to `"http:/… · Powercoder64/ffmpeg-python@5b6b583 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b6b583

Browse files
authored
Replacing server_url content, "http://localhost:8080" to "http://127.0.0.1:8080"`.
1 parent 15ffcc0 commit 5b6b583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ process2.wait()
218218

219219
```python
220220
video_format = "flv"
221-
server_url = "http://localhost:8080"
221+
server_url = "http://127.0.0.1:8080"
222222

223223
process = (
224224
ffmpeg

0 commit comments

Comments
 (0)
0