TV pagina voor studiostream

This commit is contained in:
2020-06-07 14:12:42 +02:00
parent ceaa248a75
commit e52c814c7b
3 changed files with 8 additions and 3 deletions

View File

@@ -20,7 +20,12 @@ class StreamController extends Controller
public function livetv()
{
return view('watch');
return view('watch', ['stream' => 'https://stream.nhgooi.nl:81/tv']);
}
public function studio()
{
return view('watch', ['stream' => 'https://stream.nhgooi.nl:81/live/studio']);
}
public function podcast(Request $request, $id)