| | |
| | | return; |
| | | } |
| | | isPlaying = true; |
| | | $.get("http://127.0.0.1:8088/monica/test/video", function (data) { |
| | | /* $.get("http://127.0.0.1:8088/monica/test/video", function (data) { |
| | | h5lc.play(data) |
| | | } |
| | | ); |
| | | //play(); |
| | | );*/ |
| | | play(); |
| | | $playDom.style.display = 'none'; |
| | | $stopDom.style.display = 'block'; |
| | | }, false); |
| | |
| | | } |
| | | |
| | | isPlaying = false; |
| | | stop(); |
| | | $.get("http://127.0.0.1:8088/monica/video/stop?param=live/test", function () { |
| | | alert("视频流已关闭"); |
| | | h5lc.close() |
| | | } |
| | | ); |
| | | //stop(); |
| | | |
| | | $playDom.style.display = 'block'; |
| | | $stopDom.style.display = 'none'; |
| | |
| | | //h5lc.play("ws://pull2.afb1188.com/live/" + stream + ".flv") |
| | | //h5lc.play("ws://localhost:8080/live/" + stream) |
| | | h5lc.play("ws://localhost:8080/live/test.flv") |
| | | //h5lc.play("ws://localhost:8072/live/test.flv") |
| | | // h5lc.play("ws://119.9.118.39:8080/live/user1", canvas) |
| | | // h5lc.play("ws://test.qihaipi.com/gnddragon/test.flv", canvas) |
| | | // h5lc.play("ws://localhost:8080/live/test.flv", canvas) |