1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

update the srs player, set the DAR.

This commit is contained in:
winlin 2013-12-20 19:02:17 +08:00
parent 11cd5c640f
commit 190540683a

View file

@ -42,6 +42,7 @@
}
srs_player.on_player_metadata = function(metadata) {
$("#btn_dar_original").text("视频原始比例" + "(" + metadata.width + ":" + metadata.height + ")");
srs_player.dar(0, 0);
return 0;
}
srs_player.start();