| | |
| | | margin: 0 auto; |
| | | text-align: center; |
| | | } |
| | | |
| | | /* .player-wrapper canvas { |
| | | width: 100%; |
| | | height: 100%; |
| | |
| | | |
| | | |
| | | function play(firstResponseIp) { |
| | | h5lc.play("ws://172.16.30.113:8082/live/video3.flv") |
| | | h5lc.play("ws://172.16.30.113:8082/live/video4.flv") |
| | | } |
| | | |
| | | function stop() { |
| | |
| | | } |
| | | |
| | | function playerShow(){ |
| | | if (isLive) { |
| | | $(".player .control").css("display","block") |
| | | }else { |
| | | $(".player .control").css("display","none") |
| | | } |
| | | } |
| | | |
| | | function playerHidden(){ |
| | |
| | | var $play = document.getElementById('play'); |
| | | var $stop = document.getElementById('stop'); |
| | | var container = document.getElementById("container"); |
| | | var $progressTime = document.getElementById('progressTime'); |
| | | |
| | | var isPlaying = false; |
| | | |
| | |
| | | } |
| | | |
| | | function playerShow() { |
| | | if (isLive) { |
| | | $(".player .control").css("display", "block") |
| | | } else { |
| | | $(".player .control").css("display", "none") |
| | | } |
| | | } |
| | | |
| | | function playerHidden() { |
| | |
| | | |
| | | |
| | | function play(firstResponseIp) { |
| | | h5lc.play("ws://172.16.30.113:8082/live/video3.flv") |
| | | h5lc.play("ws://172.16.30.113:8082/live/video4.flv") |
| | | } |
| | | |
| | | function stop() { |