Missing doc
This commit is contained in:
parent
e54df9b531
commit
20820d90f0
2 changed files with 16 additions and 2 deletions
|
@ -217,6 +217,15 @@ class FrontController
|
|||
return $response->withStatus(500);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a video/audio stream piped through the server.
|
||||
* @param string $url URL of the video
|
||||
* @param string $format Requested format
|
||||
* @param Response $response PSR-7 response
|
||||
* @param Request $request PSR-7 request
|
||||
* @param string $password Video password
|
||||
* @return Response
|
||||
*/
|
||||
private function getStream($url, $format, $response, $request, $password = null)
|
||||
{
|
||||
if (!isset($format)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue