Embed: fix for empty metatracks
This commit is contained in:
parent
421e239bd9
commit
59d5ee2cba
2 changed files with 8 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
<script>
|
||||
// global options can be set here
|
||||
var mistoptions = {
|
||||
host: 'https://cat.mistserver.org:4433'
|
||||
host: 'http://cattop:8080'
|
||||
};
|
||||
</script>
|
||||
|
||||
|
@ -75,10 +75,10 @@
|
|||
c.className = 'mistvideo';
|
||||
c.title = tryplayers[i];
|
||||
document.body.appendChild(c);
|
||||
//mistPlay('live',{
|
||||
mistPlay('live',{
|
||||
//mistPlay('vids+mist.mp4',{
|
||||
//mistPlay('lama',{
|
||||
mistPlay('bunny',{
|
||||
//mistPlay('bunny',{
|
||||
target: c,
|
||||
forcePlayer: tryplayers[i],
|
||||
loop: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue