f1-stream: add real F1 stream extractors and iframe player support
Add three new extractors (Streamed.pk, DaddyLive, Aceztrims) for live F1 streams. Extend ExtractedStream model with stream_type/embed_url fields, skip health checks for embed streams, fix broken Akamai demo stream, add variant playlist validation, and add iframe player support in the frontend for embed-type streams.
This commit is contained in:
parent
78c0956ab5
commit
51b8081594
9 changed files with 614 additions and 25 deletions
|
|
@ -59,11 +59,11 @@ class DemoExtractor(BaseExtractor):
|
|||
is_live=False,
|
||||
),
|
||||
ExtractedStream(
|
||||
url="https://cph-p2p-msl.akamaized.net/hls/live/2000341/test/master.m3u8",
|
||||
url="https://demo.unified-streaming.com/k8s/features/stable/video/tears-of-steel/tears-of-steel.ism/.m3u8",
|
||||
site_key=self.site_key,
|
||||
site_name=self.site_name,
|
||||
quality="",
|
||||
title="Akamai Live Test Stream",
|
||||
quality="1080p",
|
||||
title="Tears of Steel (Test Stream)",
|
||||
is_live=False,
|
||||
),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue