fix: Use a different RTMP provider

canalc2.tv does not use RTMP anymore

Fixes #158
This commit is contained in:
Pierre Rudloff 2018-03-20 11:37:47 +01:00
parent 782b2dbf3e
commit 618fb8416a
2 changed files with 4 additions and 4 deletions

View file

@ -429,7 +429,7 @@ class FrontControllerTest extends TestCase
$this->config->stream = true; $this->config->stream = true;
$this->assertRequestIsOk( $this->assertRequestIsOk(
'redirect', 'redirect',
['url' => 'http://www.canalc2.tv/video/12163', 'format' => 'rtmp'], ['url' => 'http://www.rtvnh.nl/video/131946', 'format' => 'rtmp-264'],
$this->config $this->config
); );
} }

View file

@ -249,10 +249,10 @@ class VideoDownloadTest extends TestCase
{ {
return [ return [
[ [
'http://www.canalc2.tv/video/12163', 'rtmp', 'http://www.rtvnh.nl/video/131946', 'rtmp-264',
'Terrasses_du_Numerique-12163', 'Ketting_van_strandgasten-131946',
'flv', 'flv',
'vod-flash.u-strasbg.fr', 'lb-nh-vod.cdn.streamgate.nl',
], ],
]; ];
} }