1. RTMP HLS2 1935 실시간

    1935포트 jwplayer('mediaplayer2').setup({ width: "100%", androidhls:true, aspectratio: "16:9", primary: "flash", sources:[ { file: "rtmp://one2.kr:1935/hls/nav" }, { file: "http://one2.kr:8080/hls/nav.m3u8"} ] });
    Date2015.07.31 By행복아이 Views263
    Read More
  2. Media Element.js

    $('audio,video').mediaelementplayer({ success: function(player, node) { $('#' + node.id + '-mode').html('mode: ' + player.pluginType); } });
    Date2014.09.11 By행복아이 Views263
    Read More
  3. video-js 3

    nginx RTMP 단독서버로 http 스트리밍 HTML5 +fallback flash (flowplayer, http) VideoJS.setupAllWhenReady();
    Date2014.09.11 By행복아이 Views261
    Read More
  4. jwplayer 6

    <script src="/JWPLAYER/jwplayer.js"></script> <div id="mediaspace2">test</div> <script> jwplayer("mediaspace2").setup({ flashplayer: "/jwplayer/jwplayer.flash.swf", file: "rtmp://주소/mp4파일.mp4", height: 406, width: 720 }); </script> r...
    Date2014.08.28 By행복아이 Views251
    Read More
  5. dddd

    Date2014.10.14 By행복아이 Views248
    Read More
  6. jw6 rtmp 테스트

    모바일에서 HTML5로 재생은 될려고 하나 여전히, 다운로딩 방식이 되고 있다.. jw6이 RTMP를 HTML5로도 재생 잘 해주면 좋은데 모바일에선 브라우저에서 rtmp가 먹히질 않는다. 희안한지고,, unreal player는 먹히는데 전체화면시 녹색이 생기는 이런 장단이 ...
    Date2014.09.05 By행복아이 Views233
    Read More
  7. mp4 rtmp umplayer 1

    umplayer 1080p 영상. embedPlayer('player-container', { flashvars : { 'rtmp' : 'rtmp://one2.kr/vod/bnb1080.mp4' }, size : { width: 720, height: 406 }, playerStyle : 'quick' });
    Date2014.08.26 By행복아이 Views212
    Read More
  8. jwplayer6 캡션 설정

    트랙옵션을 준다. 자막의 경로는 정확히 주어야한다. http://서버주소/자막파일.srt 이런식으로주던가 상대경로로 주던가.. tracks: [{ file: "/subtitle/nut.srt", label: "korean", kind: "captions", "default": true }] 자막을 여러개 넣을 경우 tracks: [...
    Date2014.09.04 By행복아이 Views210
    Read More
  9. video-js http streaming 테스트

    요건 오픈 소스랜다. 그리고 브라우저 기반이란다. RTMP 지원하고, 자막지원하고, 모바일에서도 끄떡없다는데. RTMP로 쓸 경우 주소끝에 type='rtmp/mp4' 로 주어야한다. http일경우는 'video/mp4' VideoJS.setupAllWhenReady(); Download Video: MP4
    Date2014.09.04 By행복아이 Views195
    Read More
  10. jw html5

    ㅇㅇ <script src="http://static.videoninja101.com/jwplayer/jwplayer.js"></script> <div id="mediaplayer"></div> <script type="text/javascript"> jwplayer("mediaplayer").setup({ id: 'player1', width: '512', height: '288', autostart: false, ski...
    Date2014.09.04 By행복아이 Views187
    Read More
  11. RTMP 서브폴더 테스트

    nginx rtmp 서브폴더 되나. /vod/sub/nut720.mp4 임. embedPlayer('player-container', { flashvars : { 'rtmp' : 'rtmp://one2.kr/vod/mp4:sub/nut720.mp4' }, size : { width: 720, height: 406 }, playerStyle : 'quick' });
    Date2014.08.26 By행복아이 Views170
    Read More
  12. JW+Unreal media server 서버폴더

    44 test jwplayer("mediaspace2").setup({ flashplayer: "/jwplayer/jwplayer.flash.swf", file: "rtmp://daegunavigators.or.kr:5119/vod/mov/2014/20140808GC/20140808GC_FunTime_Full.mp4", height: 406, width: 720 });
    Date2014.09.04 By행복아이 Views169
    Read More
  13. ehplayer JW6

    Date2014.09.04 By행복아이 Views157
    Read More
  14. umplayer mp4 stream2

    embedPlayer('player-container', { flashvars : { 'rtmp' : 'rtmp://one2.kr/vod/nut720.mp4' }, size : { width: 720, height: 406 }, playerStyle : 'quick' });
    Date2014.08.26 By행복아이 Views155
    Read More
Board Pagination Prev 1 2 Next
/ 2