diff --git a/trunk/research/api-server/static-dir/index.html b/trunk/research/api-server/static-dir/index.html new file mode 100755 index 000000000..0b1ff9823 --- /dev/null +++ b/trunk/research/api-server/static-dir/index.html @@ -0,0 +1,50 @@ + + + + SRS + + + + + + + + + + + +
+
+ +
+ diff --git a/trunk/research/players/index.html b/trunk/research/players/index.html index b9938c0f6..771960b1d 100755 --- a/trunk/research/players/index.html +++ b/trunk/research/players/index.html @@ -18,7 +18,7 @@ update_nav(); // direct to the default vhost for players. - window.location.href = "srs_player.html?vhost=" + srs_get_player_vhost(); + window.location.href = "srs_chat.html?vhost=" + srs_get_player_vhost(); });