1. jw6 rtmp 테스트

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

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

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

    PC에서는 FLASH, 모바일에서는 HTML5로 재생되는 JWplayer6 아래와 같이 file 부분에 두가지를 주면 되는것 같다. 원 소스는 rtmp만 있었는데 우선적으로 jw는 primary값과 같이 flash로 동작하며 ,모바일에서 보여지기 위해서 HTML로 동작은 jw가 알아서 하기...
    Date2014.09.04 By행복아이 Views469
    Read More
  5. jw HTML5 flash 테스트

    <script src="http://static.videoninja101.com/jwplayer/jwplayer.js"></script> <div id="mediaplayer"></div> <script type="text/javascript"> jwplayer("mediaplayer").setup({ id: 'player1', width: '320', height: '240', autostart: false, skin: "ht...
    Date2014.09.04 By행복아이 Views359
    Read More
  6. 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행복아이 Views186
    Read More
  7. flowplayer+ums RTMP 서브폴더

    $f("player", "/flowplayer2/flowplayer-3.2.18.swf", { clip: { url: 'rtmp://155.230.54.40:5119/vod/mov/2014/20140808GC/20140808GC_FunTime_Full.mp4', autoplay: false, provider: 'rtmp' }, plugins: { rtmp: { url: "/flowplayer2/flowplayer.rtmp-3....
    Date2014.09.04 By행복아이 Views678
    Read More
  8. ehplayer JW6

    Date2014.09.04 By행복아이 Views156
    Read More
  9. 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
  10. 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
  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. mp4 1080 flowplayer

    flowplayer 1080p영상 $f("player", "/flowplayer2/flowplayer-3.2.18.swf", { clip: { url: 'rtmp://one2.kr/vod/bnb1080.mp4', provider: 'rtmp' }, plugins: { rtmp: { url: "/flowplayer2/flowplayer.rtmp-3.2.13.swf" } } });
    Date2014.08.26 By행복아이 Views461
    Read More
  13. 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
  14. 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행복아이 Views211
    Read More
Board Pagination Prev 1 2 Next
/ 2