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
);
}