2014.09.11 11:23

http streaming 코드

조회 수 1023 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

<head>
 <script src="video.js" type="text/javascript" charset="utf-8"></script>
 <link rel="stylesheet" href="video-js.css" type="text/css" media="screen" title="Video JS" charset="utf-8">
</head>


 <script type="text/javascript" charset="utf-8">
    // Add VideoJS to all video tags on the page when the DOM is ready
    VideoJS.setupAllWhenReady();
  </script>

 <!-- Begin VideoJS -->
  <div class="video-js-box">
    <!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
    <video class="video-js" width="640" height="264" controls preload poster="http://video-js.zencoder.com/oceans-clip.png">
      <source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
      <source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm; codecs="vp8, vorbis"' />
      <source src="http://video-js.zencoder.com/oceans-clip.ogv" type='video/ogg; codecs="theora, vorbis"' />
      <!-- Flash Fallback. Use any flash video player here. Make sure to keep the vjs-flash-fallback class. -->
      <object id="flash_fallback_1" class="vjs-flash-fallback" width="640" height="264" type="application/x-shockwave-flash"
        data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
        <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
        <param name="allowfullscreen" value="true" />
        <param name="flashvars" value='config={"playlist":["http://video-js.zencoder.com/oceans-clip.png", {"url": "http://video-js.zencoder.com/oceans-clip.mp4","autoPlay":false,"autoBuffering":true}]}' />
        <!-- Image Fallback. Typically the same as the poster image. -->
        <img src="http://video-js.zencoder.com/oceans-clip.png" width="640" height="264" alt="Poster Image"
          title="No video playback capabilities." />
      </object>
    </video>
    <!-- Download links provided for devices that can't play video in the browser. -->
    <p class="vjs-no-video"><strong>Download Video:</strong>
      <a href="http://video-js.zencoder.com/oceans-clip.mp4">MP4</a>,
      <a href="http://video-js.zencoder.com/oceans-clip.webm">WebM</a>,
      <a href="http://video-js.zencoder.com/oceans-clip.ogv">Ogg</a><br>
      <!-- Support VideoJS by keeping this link. -->
      <a href="http://videojs.com">HTML5 Video Player</a> by VideoJS
    </p>
  </div>
  <!-- End VideoJS -->


  1. 중간에 버튼

    Date2014.09.24 By행복아이 Views1129
    Read More
  2. http streaming 코드

    Date2014.09.11 By행복아이 Views1023
    Read More
  3. 자동실행

    Date2019.06.21 By행복아이 Views988
    Read More
  4. hls 속도테스트

    Date2019.06.21 By행복아이 Views982
    Read More
  5. hls pc 및 모바일

    Date2019.06.21 By행복아이 Views953
    Read More
  6. video js 자막 옵션

    Date2014.09.11 By행복아이 Views898
    Read More
  7. knubs 96

    Date2019.06.21 By행복아이 Views867
    Read More
  8. knubs

    Date2019.06.21 By행복아이 Views728
    Read More
  9. HLS m3u8 ie 테스트 PC 및 모바일 모두 HTML5로 재생됨

    Date2019.06.20 By행복아이 Views609
    Read More
  10. HTML5 fullback flash (videojs + Flowplayer)

    Date2014.09.12 By행복아이 Views479
    Read More
  11. videojs +jw fallback

    Date2014.09.12 By행복아이 Views448
    Read More
  12. test3 vjs.zencdn.net

    Date2019.06.21 By행복아이 Views425
    Read More
  13. 실시간방송 HLS 모바일용

    Date2015.07.31 By행복아이 Views417
    Read More
  14. videojs + flash mediaelement fallback

    Date2014.09.12 By행복아이 Views411
    Read More
  15. videojs rtmp

    Date2014.09.12 By행복아이 Views409
    Read More
  16. video-js 게시판입니다.

    Date2014.09.05 By행복아이 Views398
    Read More
  17. videojs 4.8.8 flash 지원(non-html5) rtmp

    Date2014.09.22 By행복아이 Views378
    Read More
  18. rtmp 실시간 PC 만

    Date2017.11.01 By행복아이 Views368
    Read More
  19. 영상 테스트

    Date2015.10.12 By행복아이 Views352
    Read More
  20. mp3 멀티미디어

    Date2014.09.25 By행복아이 Views340
    Read More
Board Pagination Prev 1 2 Next
/ 2