mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 22:54:12 +00:00
fix hls playlist url
This commit is contained in:
parent
d83d5df9c2
commit
26158ebc51
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class Room
|
|||
}
|
||||
|
||||
public function getHLSPlaylistUrl() {
|
||||
return proto().'://cdn.c3voc.de/hls/'.rawurlencode($this->getSlug().'_'.$this->getStream()).'.m3u8';
|
||||
return proto().'://cdn.c3voc.de/hls/'.rawurlencode($this->getStream()).'_native.m3u8';
|
||||
}
|
||||
|
||||
public function getDashManifestUrl() {
|
||||
|
|
Loading…
Reference in a new issue