fix hls playlist url

This commit is contained in:
Anton Schubert 2017-12-21 12:47:16 +01:00 committed by MaZderMind
parent d83d5df9c2
commit 26158ebc51

View file

@ -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() {