mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-08-07 18:39:47 +08:00
Replacing server_url
content, "http://localhost:8080"
to "http://127.0.0.1:8080"
.
This commit is contained in:
parent
15ffcc0c72
commit
5b6b58308f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user