{"id":1000,"date":"2022-02-27T17:35:15","date_gmt":"2022-02-27T09:35:15","guid":{"rendered":"https:\/\/www.xianwaizhiyin.net\/?p=1000"},"modified":"2023-11-21T19:52:13","modified_gmt":"2023-11-21T11:52:13","slug":"srs4-0%e6%ba%90%e7%a0%81%e5%88%86%e6%9e%90-makefile","status":"publish","type":"post","link":"https:\/\/www.xianwaizhiyin.net\/?p=1000","title":{"rendered":"SRS4.0\u6e90\u7801\u5206\u6790-makefile"},"content":{"rendered":"\n<p><strong>\u300a<a href=\"https:\/\/srs.xianwaizhiyin.net\">SRS\u539f\u7406<\/a>\u300b\u4e0a\u67b6\u4e86\uff0c\u6df1\u5ea6\u5256\u6790 SRS \u6e90\u4ee3\u7801\uff0c\u8bbf\u95ee\u5730\u5740\uff1asrs.xianwaizhiyin.net<\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>\u672c\u6587\u91c7\u7528\u7684 SRS \u7248\u672c\u662f 4.0-b8 \uff0c \u4e0b\u8f7d\u5730\u5740\uff1a<a href=\"https:\/\/github.com\/ossrs\/srs\/releases\/tag\/v4.0-b8\">github<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p><code class=\"prettyprint\" >makefile<\/code> \u8bed\u6cd5\u8bf7\u770b <a href=\"https:\/\/seisman.github.io\/how-to-write-makefile\/index.html\">\u300a\u8ddf\u6211\u4e00\u8d77\u5199Makefile\u300b<\/a>\uff0cSRS \u7684 <code>makefile<\/code> \u662f <code>configure<\/code> shell \u811a\u672c\u751f\u6210\u7684\u3002<\/p>\n\n\n\n<p>\u4e3a\u4e86\u65b9\u4fbf\u8bfb\u8005\u5bf9\u7740\u4ee3\u7801\u884c\u6570\uff0c\u6211\u7684 makefile \u4e0b\u8f7d\u5730\u5740\uff0c<a href=\"https:\/\/pan.baidu.com\/s\/13QgVWzjn6cppRo8a4yScgw\">\u767e\u5ea6\u7f51\u76d8<\/a>\uff0c\u63d0\u53d6\u7801\uff1a5n9w<\/p>\n\n\n\n<p>\u867d\u7136 <code class=\"prettyprint\" >makefile<\/code> \u662f\u4ee3\u7801\u751f\u6210\u7684\uff0c\u4f46\u662f\u5e76\u6ca1\u6709\u505a\u592a\u591a\u7684\u5c01\u88c5\uff0c\u62bd\u8c61\uff0c\u6240\u4ee5\u8fd8\u662f\u6bd4\u8f83\u5bb9\u6613\u9605\u8bfb\u7684\u3002<\/p>\n\n\n\n<p>SRS \u7684 <code class=\"prettyprint\" >makefile<\/code> \u603b\u5171 150 \u884c\u5de6\u53f3\uff0c\u4f9d\u8d56\u975e\u5e38\u6e05\u6670\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>google_ads_content<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>\u5f00\u59cb\u5206\u6790 makefile \u3002<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1046\" height=\"622\" src=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/srs-4-1.png\" alt=\"\" class=\"wp-image-1002\"\/><\/figure>\n\n\n\n<p>\u56e0\u4e3a makefile \u7684\u89c4\u5219\u662f \uff0c\u7b2c\u4e00\u4e2a \u4e0d \u4ee5 <code class=\"prettyprint\" >.<\/code> \u5f00\u5934\u7684 targe \u5c31\u662f\u9ed8\u8ba4\u7684target\uff0c\u6240\u4ee5 <code>make<\/code> \u547d\u4ee4\u6267\u884c\u7684\u65f6\u5019\uff0c\u662f\u6267\u884c <code>default<\/code> \u8fd9\u4e2a target \u4e2a\u89c4\u5219\u3002<\/p>\n\n\n\n<p><code class=\"prettyprint\" >default<\/code> \u4f9d\u8d56 <code>server<\/code>\uff0c\u7136\u540e \u5728 104 ~ 106 \u884c\uff0c <code>server<\/code> \u53c8\u4f9d\u8d56 <code>_prepare_dir<\/code>\uff0c\u5982\u4e0b<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" >#104 ~ 106 \u884c\nserver: _prepare_dir\n    @echo &quot;Build the SRS server&quot;\n    $(MAKE) -f objs\/Makefile srs<\/code><\/pre>\n\n\n\n<p><code class=\"prettyprint\" >_prepare_dir<\/code> \u8fd9\u4e2a target \u4e3b\u8981\u662f\u521b\u5efa\u76ee\u5f55\uff0c\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" ># 153 ~ 160 \u884c\n@mkdir -p objs\n@mkdir -p objs\/src\/core\n@mkdir -p objs\/src\/kernel\n@mkdir -p objs\/src\/protocol\n@mkdir -p objs\/src\/app\n@mkdir -p objs\/src\/main\n@mkdir -p objs\/src\/main<\/code><\/pre>\n\n\n\n<p><code class=\"prettyprint\" >_prepare_dir<\/code> \u521b\u5efa\u5b8c \u76ee\u5f55\u4e4b\u540e \uff0c\u5c31\u4f1a\u6267\u884c 104 ~ 106 \u884c \u7684 <code>$(MAKE) -f objs\/Makefile srs<\/code> \u547d\u4ee4\u3002\u679c\u7136\uff0c\u5728\u8fd9\u91cc \u4f7f\u7528\u4e86 <code>objs\/Makefile<\/code><\/p>\n\n\n\n<p>\u8fd9\u91cc\u8be6\u7ec6 \u8bb2\u89e3\u4e00\u4e0b \u8fd9\u4e2a\u547d\u4ee4\uff0c<code class=\"prettyprint\" >-f<\/code> \u662f\u6307\u5b9a makefile \u6587\u4ef6\uff0c\u540e\u9762\u7684 <code>srs<\/code> \u662f\u4e00\u4e2a target \uff0c\u6240\u4ee5\u5b9e\u9645\u6267\u884c\u7684\u662f <code>objs\/Makefile<\/code> \u6587\u4ef6\u7684 <code>srs<\/code> target \u7684\u7f16\u8bd1\u89c4\u5f8b\uff0c\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"prettyprint\" ># build objs\/srs\nsrs: objs\/srs\n\u200b\nobjs\/srs: objs\/src\/core\/srs_core.o \u5f88\u591a o \u540e\u7f00\u6587\u4ef6 objs\/src\/main\/srs_main_server.o \n    $(LINK) -o objs\/srs objs\/src\/core\/srs_core.o \u5f88\u591a o \u540e\u7f00\u6587\u4ef6 objs\/src\/main\/srs_main_server.o objs\/st\/libst.a objs\/openssl\/lib\/libssl.a objs\/openssl\/lib\/libcrypto.a objs\/srtp2\/lib\/libsrtp2.a objs\/ffmpeg\/lib\/libavcodec.a objs\/ffmpeg\/lib\/libswresample.a objs\/ffmpeg\/lib\/libavutil.a objs\/opus\/lib\/libopus.a -ldl -lpthread -lrt<\/code><\/pre>\n\n\n\n<p>\u7531\u6b64 \u53ef\u89c1 srs \u53ef\u6267\u884c\u6587\u4ef6 \uff0c\u5c31\u662f\u7531\u4e0a\u9762\u7684\u547d\u4ee4\u751f\u6210\u7684\u3002<\/p>\n\n\n\n<p>makefile \u903b\u8f91\u5206\u6790\u5b8c\u6bd5\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p>\u00a9\u7248\u6743\u6240\u5c5e\uff1a\u77e5\u8bc6\u661f\u7403\uff1a\u5f26\u5916\u4e4b\u97f3\uff0cQQ\uff1a2338195090\u3002<\/p>\n\n\n\n<p>\u7531\u4e8e\u7b14\u8005\u7684\u6c34\u5e73\u6709\u9650\uff0c \u52a0\u4e4b\u7f16\u5199\u7684\u540c\u65f6\u8fd8\u8981\u53c2\u4e0e\u5f00\u53d1\u5de5\u4f5c\uff0c\u6587\u4e2d\u96be\u514d\u4f1a\u51fa\u73b0\u4e00\u4e9b\u9519\u8bef\u6216\u8005\u4e0d\u51c6\u786e\u7684\u5730\u65b9\uff0c\u6073\u8bf7\u8bfb\u8005\u6279\u8bc4\u6307\u6b63\u3002\u5982\u679c\u8bfb\u8005\u6709\u4efb\u4f55\u5b9d\u8d35\u610f\u89c1\uff0c\u53ef\u4ee5\u52a0\u6211\u5fae\u4fe1 Loken1\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u300aSRS\u539f\u7406\u300b\u4e0a\u67b6\u4e86\uff0c\u6df1\u5ea6\u5256\u6790 SRS \u6e90\u4ee3\u7801\uff0c\u8bbf\u95ee\u5730\u5740\uff1asrs.xianwaizhiyin.net \u672c\u6587\u91c7\u7528 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[21],"tags":[],"class_list":["post-1000","post","type-post","status-publish","format-standard","hentry","category-srs4-0"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SRS4.0\u6e90\u7801\u5206\u6790-makefile - \u5f26\u5916\u4e4b\u97f3<\/title>\n<meta name=\"description\" content=\"SRS4.0\u6e90\u7801\u5206\u6790-makefile\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.xianwaizhiyin.net\/?p=1000\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SRS4.0\u6e90\u7801\u5206\u6790-makefile - \u5f26\u5916\u4e4b\u97f3\" \/>\n<meta property=\"og:description\" content=\"SRS4.0\u6e90\u7801\u5206\u6790-makefile\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.xianwaizhiyin.net\/?p=1000\" \/>\n<meta property=\"og:site_name\" content=\"\u5f26\u5916\u4e4b\u97f3\" \/>\n<meta property=\"article:published_time\" content=\"2022-02-27T09:35:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-21T11:52:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/srs-4-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"loken\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#website\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/\",\"name\":\"\u5f26\u5916\u4e4b\u97f3\",\"description\":\"FFmpeg\u3001WebRTC\uff0cSRS \u97f3\u89c6\u9891\u3001\u6d41\u5a92\u4f53\u6280\u672f\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.xianwaizhiyin.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=1000#primaryimage\",\"inLanguage\":\"zh-Hans\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/srs-4-1.png\",\"contentUrl\":\"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/srs-4-1.png\",\"width\":1046,\"height\":622},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=1000#webpage\",\"url\":\"https:\/\/www.xianwaizhiyin.net\/?p=1000\",\"name\":\"SRS4.0\u6e90\u7801\u5206\u6790-makefile - \u5f26\u5916\u4e4b\u97f3\",\"isPartOf\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=1000#primaryimage\"},\"datePublished\":\"2022-02-27T09:35:15+00:00\",\"dateModified\":\"2023-11-21T11:52:13+00:00\",\"author\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3\"},\"description\":\"SRS4.0\u6e90\u7801\u5206\u6790-makefile\",\"breadcrumb\":{\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=1000#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.xianwaizhiyin.net\/?p=1000\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/?p=1000#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/www.xianwaizhiyin.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SRS4.0\u6e90\u7801\u5206\u6790-makefile\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3\",\"name\":\"loken\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.xianwaizhiyin.net\/#personlogo\",\"inLanguage\":\"zh-Hans\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g\",\"caption\":\"loken\"},\"sameAs\":[\"https:\/\/www.xianwaizhiyin.net\/\"],\"url\":\"https:\/\/www.xianwaizhiyin.net\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SRS4.0\u6e90\u7801\u5206\u6790-makefile - \u5f26\u5916\u4e4b\u97f3","description":"SRS4.0\u6e90\u7801\u5206\u6790-makefile","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.xianwaizhiyin.net\/?p=1000","og_locale":"zh_CN","og_type":"article","og_title":"SRS4.0\u6e90\u7801\u5206\u6790-makefile - \u5f26\u5916\u4e4b\u97f3","og_description":"SRS4.0\u6e90\u7801\u5206\u6790-makefile","og_url":"https:\/\/www.xianwaizhiyin.net\/?p=1000","og_site_name":"\u5f26\u5916\u4e4b\u97f3","article_published_time":"2022-02-27T09:35:15+00:00","article_modified_time":"2023-11-21T11:52:13+00:00","og_image":[{"url":"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/srs-4-1.png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"loken","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"2 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.xianwaizhiyin.net\/#website","url":"https:\/\/www.xianwaizhiyin.net\/","name":"\u5f26\u5916\u4e4b\u97f3","description":"FFmpeg\u3001WebRTC\uff0cSRS \u97f3\u89c6\u9891\u3001\u6d41\u5a92\u4f53\u6280\u672f","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.xianwaizhiyin.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"ImageObject","@id":"https:\/\/www.xianwaizhiyin.net\/?p=1000#primaryimage","inLanguage":"zh-Hans","url":"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/srs-4-1.png","contentUrl":"https:\/\/www.xianwaizhiyin.net\/wp-content\/uploads\/2022\/02\/srs-4-1.png","width":1046,"height":622},{"@type":"WebPage","@id":"https:\/\/www.xianwaizhiyin.net\/?p=1000#webpage","url":"https:\/\/www.xianwaizhiyin.net\/?p=1000","name":"SRS4.0\u6e90\u7801\u5206\u6790-makefile - \u5f26\u5916\u4e4b\u97f3","isPartOf":{"@id":"https:\/\/www.xianwaizhiyin.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.xianwaizhiyin.net\/?p=1000#primaryimage"},"datePublished":"2022-02-27T09:35:15+00:00","dateModified":"2023-11-21T11:52:13+00:00","author":{"@id":"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3"},"description":"SRS4.0\u6e90\u7801\u5206\u6790-makefile","breadcrumb":{"@id":"https:\/\/www.xianwaizhiyin.net\/?p=1000#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.xianwaizhiyin.net\/?p=1000"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.xianwaizhiyin.net\/?p=1000#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/www.xianwaizhiyin.net\/"},{"@type":"ListItem","position":2,"name":"SRS4.0\u6e90\u7801\u5206\u6790-makefile"}]},{"@type":"Person","@id":"https:\/\/www.xianwaizhiyin.net\/#\/schema\/person\/6605a70af752697df6b62f77c53298a3","name":"loken","image":{"@type":"ImageObject","@id":"https:\/\/www.xianwaizhiyin.net\/#personlogo","inLanguage":"zh-Hans","url":"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f6320b5256dc36ef4243e0acf26144b8ac2668b478302ad154e95ce3202bc421?s=96&d=mm&r=g","caption":"loken"},"sameAs":["https:\/\/www.xianwaizhiyin.net\/"],"url":"https:\/\/www.xianwaizhiyin.net\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/1000","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1000"}],"version-history":[{"count":3,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/1000\/revisions"}],"predecessor-version":[{"id":2975,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=\/wp\/v2\/posts\/1000\/revisions\/2975"}],"wp:attachment":[{"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1000"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1000"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xianwaizhiyin.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1000"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}