This commit is contained in:
Ty Clifford
2026-06-17 23:47:40 -04:00
parent 1c51cc0b30
commit 7c33de810f
+2 -2
View File
@@ -2,7 +2,7 @@
declare(strict_types=1);
/**
* embed.php - Standalone embeddable player, URL based and database free.
* lone-embed.php - Standalone embeddable player, URL based and database free.
*
* Accepted query parameters:
* video, url, src, v, slug Primary URL.
@@ -21,7 +21,7 @@ declare(strict_types=1);
*
* MIME override:
* Append |mime/type to a source URL:
* embed.php?video=https%3A%2F%2Fexample.com%2Fstream%7Capplication%2Fx-mpegURL
* lone-embed.php?video=https%3A%2F%2Fexample.com%2Fstream%7Capplication%2Fx-mpegURL
*
* Important:
* URL-encode media URLs that contain their own ? or & characters.