-
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
declare(strict_types=1);
|
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:
|
* Accepted query parameters:
|
||||||
* video, url, src, v, slug Primary URL.
|
* video, url, src, v, slug Primary URL.
|
||||||
@@ -21,7 +21,7 @@ declare(strict_types=1);
|
|||||||
*
|
*
|
||||||
* MIME override:
|
* MIME override:
|
||||||
* Append |mime/type to a source URL:
|
* 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:
|
* Important:
|
||||||
* URL-encode media URLs that contain their own ? or & characters.
|
* URL-encode media URLs that contain their own ? or & characters.
|
||||||
|
|||||||
Reference in New Issue
Block a user