diff --git a/.gitignore b/.gitignore index 762556a..d572bec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /videos/*.mp4 /videos/*.ts /videos/*.json +/docker/app \ No newline at end of file diff --git a/app/cancel.php b/app/cancel.php index 3323b6c..f0b5b6f 100644 --- a/app/cancel.php +++ b/app/cancel.php @@ -1,5 +1,6 @@ true]); + exit; +} +echo json_encode(['status' => false]); \ No newline at end of file diff --git a/app/hls-pull.php b/app/hls-pull.php index 94798be..3d35b74 100644 --- a/app/hls-pull.php +++ b/app/hls-pull.php @@ -1,5 +1,6 @@
@@ -86,6 +87,47 @@ + +