Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream m3u8 always fail, the link seems to be unreachable but i can stream with vlc #40

Open
emaschi123 opened this issue Feb 7, 2025 · 0 comments

Comments

@emaschi123
Copy link

this is the log of mfp, installed in a docker

mediaflow-proxy | 172.18.0.2:46314 - "HEAD //proxy/hls/manifest.m3u8?api_password=mfp&d=https%3A%2F%2Fxyzdddd.mizhls.ru%2Flb%2Fpremium103%2Findex.m3u8&h_Referer=https%3A%2F%2Filovetoplay.xyz%2F&h_User-Agent=Mozilla%2F5.0+%28iPhone%3B+CPU+iPhone+OS+17_7+like+Mac+OS+X%29+AppleWebKit%2F605.1.15+%28KHTML%2C+like+Gecko%29+Version%2F18.0+Mobile%2F15E148+Safari%2F604.1&h_Origin=https%3A%2F%2Filovetoplay.xyz&h_Accept=text%2Fhtml%2Capplication%2Fxhtml%2Bxml%2Capplication%2Fxml%3Bq%3D0.9%2C*%2F*%3Bq%3D0.8&h_Accept-Language=it-IT%2Cit%3Bq%3D0.8%2Cen-US%3Bq%3D0.5%2Cen%3Bq%3D0.3&h_date=Fri%2C+07+Feb+2025+00%3A12%3A43+GMT&h_content-type=application%2Fvnd.apple.mpegurl&h_transfer-encoding=chunked&h_connection=close&h_cache-control=no-cache%2C+no-store%2C+must-revalidate&h_expires=Fri%2C+07+Feb+2025+00%3A12%3A46+GMT&h_x-cache=HIT&h_a-php-lb-cache=HIT&h_x-lb-cache=HIT&h_last-modified=Fri%2C+07+Feb+2025+00%3A12%3A42+GMT&h_cf-cache-status=EXPIRED&h_report-to=%7B%22endpoints%22%3A%5B%7B%22url%22%3A%22https%3A%5C%2F%5C%2Fa.nel.cloudflare.com%5C%2Freport%5C%2Fv4%3Fs%3DbFXi5mShscpTuBIzyyCTcBWO2e2Ah%252FlZ2uVdjlTFDyV8L%252FiWfflC4OiWsUqYd4DNInw0GxiRmLqEdc3wofDhL9B6R%252FkNYHJCDKaUpoXWmRkFPhFfSl49tcv4n8vQlKNMvcJAxg%253D%253D%22%7D%5D%2C%22group%22%3A%22cf-nel%22%2C%22max_age%22%3A604800%7D&h_nel=%7B%22success_fraction%22%3A0%2C%22report_to%22%3A%22cf-nel%22%2C%22max_age%22%3A604800%7D&h_vary=Accept-Encoding&h_access-control-allow-origin=*&h_max-age=0&h_pragma=no-cache&h_server=cloudflare&h_cf-ray=90df2b807c005270-MXP&h_alt-svc=h3%3D%22%3A443%22%3B+ma%3D86400&h_server-timing=cfL4%3Bdesc%3D%22%3Fproto%3DTCP%26rtt%3D7133%26min_rtt%3D1968%26rtt_var%3D3997%26sent%3D3%26recv%3D5%26lost%3D0%26retrans%3D0%26sent_bytes%3D219%26recv_bytes%3D1208%26delivery_rate%3D735772%26cwnd%3D239%26unsent_bytes%3D0%26cid%3D1d4c2b429e6f06b0%26ts%3D70%26x%3D0%22 HTTP/1.1" 404

the config of the docker is :

mediaflow-proxy:
image: mhdzumair/mediaflow-proxy
container_name: mediaflow-proxy
restart: unless-stopped
expose:
- 8888
environment:
API_PASSWORD: password
PROXY_URL: http://warp:1080
ALL_PROXY: true
TRANSPORT_ROUTES: '{ "https://torrentio.strem.fun": { "proxy": true } }'
labels:
- "traefik.enable=true"
- "traefik.http.routers.mediaflow.rule=Host(link.link.link)"
- "traefik.http.routers.mediaflow.entrypoints=websecure"
- "traefik.http.routers.mediaflow.tls.certresolver=myresolver"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant