mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-08-10 04:59:58 +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
|
```python
|
||||||
video_format = "flv"
|
video_format = "flv"
|
||||||
server_url = "http://localhost:8080"
|
server_url = "http://127.0.0.1:8080"
|
||||||
|
|
||||||
process = (
|
process = (
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user