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->assertRequestIsOk(
'redirect',
['url' => 'http://www.canalc2.tv/video/12163', 'format' => 'rtmp'],
['url' => 'http://www.rtvnh.nl/video/131946', 'format' => 'rtmp-264'],
$this->config
);
}

View File

@ -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',
],
];
}