request->getQuery('chapter_id'); $chapter = $this->checkChapter($chapterId); $service = new LiveService(); $steamName = $this->getLiveStreamName($chapter->id); return $service->getPushUrl($steamName); } }