Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Replacing server_url content, "http://localhost:8080" to "http:/…
  • Loading branch information
raulpy271 authored Dec 2, 2020
commit 5b6b58308fc81e8671e433f340f8648b081a2b5b
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down