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

fix the bitrate bug(in Bps), use enhanced microphone.

This commit is contained in:
winlin 2013-12-25 12:48:17 +08:00
parent bc2125faa9
commit cb0c7dcf2e
15 changed files with 152 additions and 113 deletions

View file

@ -8,6 +8,7 @@
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript" src="js/srs.js"></script>
<script type="text/javascript" src="js/srs.log.js"></script>
<style>
body{
padding-top: 55px;
@ -420,7 +421,7 @@
if (realtime_player) {
// directly play the url for the realtime player.
realtime_player.stop();
realtime_player.play(url);
realtime_player.play(url, 0);
}
}
});