fix: Use a different RTMP provider
canalc2.tv does not use RTMP anymore Fixes #158
This commit is contained in:
parent
782b2dbf3e
commit
618fb8416a
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue