{"id":1032,"date":"2014-08-26T16:33:34","date_gmt":"2014-08-26T08:33:34","guid":{"rendered":"https:\/\/cowman-chiang.no-ip.org\/wordpress\/?p=1032"},"modified":"2019-06-20T10:24:40","modified_gmt":"2019-06-20T02:24:40","slug":"install-nginx-with-rtmp-module-in-ubuntu-12-04-x64-lts","status":"publish","type":"post","link":"https:\/\/cowmanchiang.me\/wp\/?p=1032","title":{"rendered":"Install Nginx with RTMP module in Ubuntu 12.04 x64 LTS"},"content":{"rendered":"<pre lang=\"bash\">\n# \u5b89\u88dd\u5fc5\u8981\u5957\u4ef6\napt-get install build-essential libpcre3 libpcre3-dev libssl-dev\n\n# \u4e0b\u8f09 tar \u5b89\u88dd\u6a94\u6848\ncd \/tmp\nwget http:\/\/nginx.org\/download\/nginx-1.7.3.tar.gz\nwget https:\/\/github.com\/arut\/nginx-rtmp-module\/archive\/master.zip\n\n# \u5b89\u88dd nginx\ntar -zxvf nginx-1.7.3.tar.gz \nunzip master.zip \ncd nginx-1.7.3\/\n.\/configure --with-http_ssl_module --with-http_xslt_module --add-module=..\/nginx-rtmp-module-master\nmake\nmake install\n\n# \u7de8\u8f2f nginx \u8a2d\u5b9a\u6a94\u6848\nvim \/usr\/local\/nginx\/conf\/nginx.conf\nrtmp {\n        server {\n                listen 1935;\n                chunk_size 4096;\n\n                application live {\n                        live on;\n                        record off;\n                }\n        }\n}\n\n# \u555f\u52d5 nginx service\n\/usr\/local\/nginx\/sbin\/nginx\n<\/pre>\n<p>\u6b64\u6642\u53ef\u4f7f\u7528 <a href=\"https:\/\/obsproject.com\/\">OBS<\/a> \u50b3\u9001Stremaing\u9032\u884c\u6e2c\u8a66<br \/>\nOBS\u8a2d\u5b9a => \u5ee3\u64ad<br \/>\n  \u6a21\u5f0f\uff1a\u76f4\u64ad\u4e32\u6d41<br \/>\n  \u4e32\u6d41\u670d\u52d9\uff1aCustom<br \/>\n  \u4f3a\u670d\u5668\uff1artmp:\/\/[nginx \u4f3a\u670d\u5668ip]\/live<br \/>\n  \u64ad\u653e\u8def\u5f91\uff1atest<\/p>\n<p>\u4fbf\u53ef\u4ee5\u900f\u904eVLC\u6216\u662fFlash player\u4ee5\u4e0b\u9762\u9023\u7d50\u9032\u884c\u64ad\u653e<br \/>\nrtmp:\/\/[nginx \u4f3a\u670d\u5668ip]\/live<\/p>\n<p>\u5167\u5d4cFlash Player\u7684\u7db2\u9801\u7bc4\u4f8b\u5982\u4e0b<\/p>\n<pre lang=\"php\">\n<!DOCTYPE html>\n<html>\n<head>\n  <meta http-equiv=\"content-type\" content=\"text\/html; charset=UTF-8\">\n  <title>Video.js RTMP Example - jsFiddle demo<\/title>\n  <link rel=\"stylesheet\" type=\"text\/css\" href=\"http:\/\/vjs.zencdn.net\/4.2\/video-js.css\">\n  <script type='text\/javascript' src=\"http:\/\/vjs.zencdn.net\/4.2\/video.js\"><\/script>\n  <style type='text\/css'>\n  <\/style> \n<\/head>\n<body>\n  <video id=\"my_video_1\" class=\"video-js vjs-default-skin\" controls\n  autoplay=\"autoplay\" preload=\"auto\" width=\"640\" height=\"264\" data-setup='{ \"techOrder\": [\"flash\"] }'>\n  <source src=\"rtmp:\/\/<?php echo $_SERVER['SERVER_ADDR'];?>\/live\/<?php echo $_GET['name'];?>\" type='rtmp\/mp4'>\n<\/video>\n<\/body>\n<\/html>\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p># \u5b89\u88dd\u5fc5\u8981\u5957\u4ef6 apt-get install build-essential libpcre3 libpcre3-dev libssl-dev # \u4e0b\u8f09 tar \u5b89\u88dd\u6a94\u6848 cd \/tmp wget http:\/\/nginx.org\/download\/nginx-1.7.3.tar.gz wget https:\/\/github.com\/arut\/nginx-rtmp-module\/archive\/master.zip # \u5b89\u88dd nginx tar -zxvf nginx-1.7.3.tar.gz unzip master.zip cd nginx-1.7.3\/ .\/configure &#8211;with-http_ssl_module &#8211;with-http_xslt_module &#8211;add-module=..\/nginx-rtmp-module-master make make install # \u7de8\u8f2f nginx \u8a2d\u5b9a\u6a94\u6848 vim &hellip; <a href=\"https:\/\/cowmanchiang.me\/wp\/?p=1032\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[64,11,82],"tags":[],"class_list":["post-1032","post","type-post","status-publish","format-standard","hentry","category-nginx","category-rtmp","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1032","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1032"}],"version-history":[{"count":1,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1032\/revisions"}],"predecessor-version":[{"id":2026,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1032\/revisions\/2026"}],"wp:attachment":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1032"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1032"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1032"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}