From 618fb8416a1445c067fbaff7a0310c6db15e3913 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 20 Mar 2018 11:37:47 +0100 Subject: [PATCH] fix: Use a different RTMP provider canalc2.tv does not use RTMP anymore Fixes #158 --- tests/FrontControllerTest.php | 2 +- tests/VideoDownloadTest.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/FrontControllerTest.php b/tests/FrontControllerTest.php index 7e3348a..4ce4495 100644 --- a/tests/FrontControllerTest.php +++ b/tests/FrontControllerTest.php @@ -429,7 +429,7 @@ class FrontControllerTest extends TestCase $this->config->stream = true; $this->assertRequestIsOk( 'redirect', - ['url' => 'http://www.canalc2.tv/video/12163', 'format' => 'rtmp'], + ['url' => 'http://www.rtvnh.nl/video/131946', 'format' => 'rtmp-264'], $this->config ); } diff --git a/tests/VideoDownloadTest.php b/tests/VideoDownloadTest.php index a999e6f..be15afd 100644 --- a/tests/VideoDownloadTest.php +++ b/tests/VideoDownloadTest.php @@ -249,10 +249,10 @@ class VideoDownloadTest extends TestCase { return [ [ - 'http://www.canalc2.tv/video/12163', 'rtmp', - 'Terrasses_du_Numerique-12163', + 'http://www.rtvnh.nl/video/131946', 'rtmp-264', + 'Ketting_van_strandgasten-131946', 'flv', - 'vod-flash.u-strasbg.fr', + 'lb-nh-vod.cdn.streamgate.nl', ], ]; }