2014-10-21 2 views
0

저는 videojs에 익숙하지 않습니다. 스트리밍 비디오 링크를 얻고 Videojs에 추가하려고합니다. 문제는 재생 버튼이지만 일시 중지 버튼을 클릭하면 보았습니다. 스트리밍 바도 멈추고 너무 오래 멈 추면 "... 오류 네트워크 다운로드 ..."라는 메시지가 표시됩니다.일시 중지시 플레이어가 다시로드되지 않음 (다운로드)

여기에 내 코드 : 프리로드는 IE 11 일 그렇게 체크 후, 내가 본

<!DOCTYPE html> 
<html> 
<head> 
    <title>Video.js | HTML5 Video Player</title> 

    <!-- Chang URLs to wherever Video.js files will be hosted --> 
    <link href="video-js.css" rel="stylesheet" type="text/css"> 
    <!-- video.js must be in the <head> for older IEs to work. --> 
    <script src="video.js"></script> 




</head> 
<body> 

    <video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="264" 
     poster="http://video-js.zencoder.com/oceans-clip.png" 
     data-setup="{}">  
    <source src="https://r4---sn-oguesney.c.docs.google.com/videoplayback?requiressl=yes&shardbypass=yes&cmbypass=yes&id=de55ccae62995d9e&itag=18&source=webdrive&app=docs&ip=153.161.152.244&ipbits=0&expire=1413906775&sparams=requiressl,shardbypass,cmbypass,id,itag,source,ip,ipbits,expire&signature=325F9294F189E8105901F78920E32FD23F9618D1.41C07D0C50787A79642DAD6F0DEEBA4D6B538BD3&key=ck2&mm=30&ms=nxu&mt=1413903097&mv=u&nh=IgpwcjAxLm5ydDE5KgkxMjcuMC4wLjE&type=video/mp4;%20codecs=%22avc1.42001E,%20mp4a.40.2%22&quality=medium" type='video/mp4' /> 
    <p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p> 
    </video> 

</body> 
</html> 

답변

0

하지만, 다른 사람을 위해, it't하지!

업데이트 내가 대신 HTML5 인의 플래시 타입 눌러 일시 정지를 사용하는 경우, 플레이어는 여전히 나중에 플레이 비디오를 다운로드하는 것이 본

.

어떻게 될까요?

관련 문제