Replacing server_url content, "http://localhost:8080" to "http://127.0.0.1:8080".

This commit is contained in:
raulpy271 2020-12-02 14:19:53 -03:00 committed by GitHub
parent 15ffcc0c72
commit 5b6b58308f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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