- ()error at required options
Embed
 - Dash and Flash demand a http stream source when the player is loaded over http
 - put mimetypes together when sorting sources
This commit is contained in:
Cat 2016-11-18 14:07:09 +01:00 committed by Thulinma
parent f00344f8ca
commit 6276485b66
6 changed files with 19 additions and 16 deletions

View file

@ -15,8 +15,8 @@
<script>
// global options can be set here
var mistoptions = {
//host: 'http://cat.mistserver.org:8080'
host: 'https://cat.mistserver.org:4433'
host: 'http://cat.mistserver.org:8080'
//host: 'https://cat.mistserver.org:4433'
};
</script>
@ -66,7 +66,7 @@
//tryplayers = Object.keys(mistplayers);
tryplayers = [];
tryplayers.push('html5');
//tryplayers.push('html5');
tryplayers.push('dashjs');
//tryplayers.push('flash_strobe');
//tryplayers.push('silverlight');
@ -85,6 +85,7 @@
mistPlay(streams[j],{
target: c,
forcePlayer: tryplayers[i],
//forceType: 'flash/7',
loop: true
});
}