티스토리 뷰
ffmpeg 썸네일 추출
http://stackoverflow.com/questions/10240972/create-thumbnail-image-from-video-in-server-in-php
- flow player
| <!doctype html> | |
| <html> | |
| <head> | |
| <script src="http://releases.flowplayer.org/js/flowplayer-3.2.13.min.js"></script> | |
| </head> | |
| <body> | |
| <div style="width:640px;height:480px"> | |
| <a class="rtmp" href="mp4:gs.mp4">플레이</a> | |
| </div> | |
| <script> | |
| $f("a.rtmp", "http://releases.flowplayer.org/swf/flowplayer-3.2.18.swf", { | |
| clip: { | |
| provider: 'rtmp' | |
| }, | |
| plugins: { | |
| rtmp: { | |
| url: "flowplayer.rtmp-3.2.13.swf", | |
| netConnectionUrl: 'rtmp://v6.cine21.com:1935/coens' | |
| } | |
| } | |
| }); | |
| </script> | |
| </body> | |
| </html> |
- jwplayer
http://www.wowza.com/forums/content.php?484-How-to-use-JW-Player-with-Wowza-Streaming-Engine
<script src="http://jwpsrv.com/library/ZbQ8GAUPEeWgDQ4AfQhyIQ.js"></script>
<div id='playerHaNFsYPqDHYx'></div>
<script type='text/javascript'>
jwplayer('playerHaNFsYPqDHYx').setup({
file: 'rtmp://v6.cine21.com:1935/coens/mp4:gs.mp4',
image: '//www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
width: '100%',
aspectratio: '16:9'
});
</script>
그리고, nimble
http://blog.wmspanel.com/2013/11/streaming-vod-digitalocean-nimble-streamer.html
'dev > server' 카테고리의 다른 글
| mysql 사용자 생성 (0) | 2015.08.24 |
|---|---|
| 자주 사용되는 iptables 명령들 (0) | 2015.03.30 |
| Intellij + spring mvc (0) | 2015.03.23 |
| FreeBSD Ports 설치 (0) | 2011.10.11 |
| MYSQL UPDATE에서 조건절에 자기 테이블 서브쿼리를 사용하기. (1) | 2011.09.22 |
공지사항
