Spaces:
Running
Running
Update doc
Browse files
README.md
CHANGED
@@ -33,6 +33,14 @@ MediaFlow Proxy is a powerful and flexible solution for proxifying various types
|
|
33 |
|
34 |
## Installation
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
### Option 1: Self-Hosted Deployment
|
38 |
|
@@ -76,18 +84,9 @@ MediaFlow Proxy is a powerful and flexible solution for proxifying various types
|
|
76 |
|
77 |
2. Run the Docker container:
|
78 |
```
|
79 |
-
docker run -p 8888:8888 -e API_PASSWORD=your_password mediaflow-proxy
|
80 |
```
|
81 |
|
82 |
-
#### Configuration
|
83 |
-
|
84 |
-
Set the following environment variables:
|
85 |
-
|
86 |
-
- `API_PASSWORD`: Required. Protects against unauthorized access and API network abuses.
|
87 |
-
- `PROXY_URL`: Optional. HTTP/HTTPS/SOCKS5 proxy URL for forwarding network requests.
|
88 |
-
- `MPD_LIVE_STREAM_DELAY`: Optional. Delay in seconds for live DASH streams. This is useful to prevent buffering issues with live streams. Default is `30` seconds.
|
89 |
-
|
90 |
-
|
91 |
### Option 2: Premium Hosted Service (ElfHosted)
|
92 |
<div style="text-align: center;">
|
93 |
<img src="https://store.elfhosted.com/wp-content/uploads/2024/08/mediaflow-proxy.jpg" alt="ElfHosted Logo" width="200" style="border-radius: 15px;">
|
|
|
33 |
|
34 |
## Installation
|
35 |
|
36 |
+
### Configuration
|
37 |
+
|
38 |
+
Set the following environment variables:
|
39 |
+
|
40 |
+
- `API_PASSWORD`: Required. Protects against unauthorized access and API network abuses.
|
41 |
+
- `PROXY_URL`: Optional. HTTP/HTTPS/SOCKS5 proxy URL for forwarding network requests.
|
42 |
+
- `MPD_LIVE_STREAM_DELAY`: Optional. Delay in seconds for live DASH streams. This is useful to prevent buffering issues with live streams. Default is `30` seconds.
|
43 |
+
|
44 |
|
45 |
### Option 1: Self-Hosted Deployment
|
46 |
|
|
|
84 |
|
85 |
2. Run the Docker container:
|
86 |
```
|
87 |
+
docker run -d -p 8888:8888 -e API_PASSWORD=your_password --restart unless-stopped --name mediaflow-proxy mediaflow-proxy
|
88 |
```
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
### Option 2: Premium Hosted Service (ElfHosted)
|
91 |
<div style="text-align: center;">
|
92 |
<img src="https://store.elfhosted.com/wp-content/uploads/2024/08/mediaflow-proxy.jpg" alt="ElfHosted Logo" width="200" style="border-radius: 15px;">
|