mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
point to local subtitles system
This commit is contained in:
parent
111d9494bb
commit
9bf0a3c8d2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ $.fn.autoScale = function() {
|
|||
// mediaelement subtitles button
|
||||
MediaElementPlayer.prototype.buildsubs = function(player, controls, layers, media) {
|
||||
var
|
||||
host = 'http://frontend.c3voc.mazdermind.de:33133/',
|
||||
host = 'http://subtitles.c3voc.de/',
|
||||
room = $('.room.video').data('room'),
|
||||
isLoaded = false,
|
||||
t = 200,
|
||||
|
|
Loading…
Reference in a new issue