1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix bug of identify the truevision camera

This commit is contained in:
winlin 2013-12-25 22:18:05 +08:00
parent ec5e33f3bc
commit 7b2f9d59a2
2 changed files with 5 additions and 2 deletions

View file

@ -162,7 +162,7 @@ function srs_initialize_codec_page(
}
}
// optional: select the first matched.
matchs = ["turevision", "integrated"];
matchs = ["truevision", "integrated"];
for (var i = 0; i < cameras.length; i++) {
for (var j = 0; j < matchs.length; j++) {
if (cameras[i].toLowerCase().indexOf(matchs[j]) >= 0) {