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:
parent
ec5e33f3bc
commit
7b2f9d59a2
2 changed files with 5 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue