TV URL aangepast

This commit is contained in:
2021-03-01 09:02:52 +01:00
parent 351ffe8709
commit 610c47d10a

View File

@@ -20,7 +20,8 @@ class StreamController extends Controller
public function livetv()
{
return view('watch', ['stream' => 'https://stream.nhgooi.nl:81/tv']);
return view('watch', ['stream' => 'https://rrr.sz.xlcdn.com/?account=nhnieuws&file=nhgooi&type=live&service=wowza&protocol=https&output=playlist.m3u8']);
// return view('watch', ['stream' => 'https://stream.nhgooi.nl:81/tv']);
}
public function studio()