{"id":1384,"date":"2021-01-14T16:03:30","date_gmt":"2021-01-14T08:03:30","guid":{"rendered":"http:\/\/123.57.164.21\/?p=1384"},"modified":"2021-02-27T14:32:28","modified_gmt":"2021-02-27T06:32:28","slug":"%e5%9f%ba%e4%ba%8edocker%e6%90%ad%e5%bb%banginxrtmpffmpeg%e7%82%b9%e6%92%ad%e6%9c%8d%e5%8a%a1","status":"publish","type":"post","link":"https:\/\/92it.top\/?p=1384","title":{"rendered":"\u57fa\u4e8edocker\u642d\u5efanginx+rtmp+hls(ffmpeg)\u76f4\u64ad\u670d\u52a1"},"content":{"rendered":"\n<p><strong>\u6700\u5f00\u59cb\u7684\u65f6\u5019\u6709\u5c1d\u8bd5\u624b\u52a8\u642d\uff0c\u4f46\u662f\u95ee\u9898\u65e0\u6570\uff0c\u800c\u4e14\u4f7f\u7528\u4f53\u9a8c\u5e76\u4e0d\u597d\uff0c\u672c\u6b21\u4f7f\u7528docker\u642d\u5efa<\/strong>\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">docker\u73af\u5883<\/h4>\n\n\n\n<p>docker\u7684\u5b89\u88c5\u8fd9\u91cc\u4e0d\u505a\u8bb0\u5f55\uff0c\u7f51\u4e0a\u6709\u5f88\u591a\u6559\u7a0b\uff0c\u800c\u4e14\u8fd9\u4e2a\u5f88\u5c11\u51fa\u95ee\u9898<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u5b89\u88c5nginx+rtmp<\/h4>\n\n\n\n<ul><li>nginx-rtmp github \uff1ahttps:\/\/github.com\/tiangolo\/nginx-rtmp-docker<\/li><li>\u8fd9\u91cc\u4f7f\u7528docker\u4ed3\u5e93\u91cc<code>tiangolo\/nginx-rtmp<\/code>\u7684\uff0c\u5982\u679c\u4e0d\u9700\u8981\u66f4\u6539\u914d\u7f6e\u7684\u8bdd\uff0c\u76f4\u63a5\u62c9\u4e0b\u6765\u8fd0\u884c\u5373\u53ef\u3002<\/li><\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># \u62c9\u53d6\u955c\u50cf\ndocker pull tiangolo\/nginx-rtmp\n# \u6839\u636e\u955c\u50cf\u8fd0\u884c\u5bb9\u5668\ndocker run -d -p 1935:1935 --name nginx-rtmp tiangolo\/nginx-rtmp<\/pre>\n\n\n\n<ul><li>\u4f46\u662f\u6709\u65f6\uff0c\u6211\u4eec\u9700\u8981\u81ea\u5b9a\u4e49nginx-rtmp\u670d\u52a1\u5668\u7684\u8bbe\u7f6e\uff0c\u9700\u8981\u6620\u5c04nginx-rtmp\u4e2d\u7684video\u5230\u5bb9\u5668\u5916\u90e8\uff0c\u90a3\u6837\u9700\u8981\u5236\u4f5c\u6211\u4eec\u81ea\u5df1\u7684docker\u6587\u4ef6\u548cnginx.conf\u3002<\/li><\/ul>\n\n\n\n<p>Dockerfile<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">FROM tiangolo\/nginx-rtmp\nCOPY nginx.conf \/etc\/nginx\/nginx.conf<\/pre>\n\n\n\n<p>nginx.conf  \u8fd9\u91cc\u5f00\u542f\u4e86\u666e\u901a\u7684rtmp\u63a8\u6d41 \u548c hls\u63a8\u6d41\u3002hls\u63a8\u6d41\u4f1a\u628aflv\u6587\u4ef6\u5207\u7247\u751f\u6210\u591a\u4e2ats\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">worker_processes auto;\nrtmp_auto_push on;\nevents { }\n\n# \u591a\u4e2a\u7aef\u53e3 \u76f4\u64ad\u6d41\u914d\u7f6e\nrtmp {\n  server {\n    listen 1936;\n    application live {\n      live on;\n      # \u975e\u5e38\u91cd\u8981\uff0c \u8bbe\u5b9a\u8ba9ngnix\u65ad\u5f00\u963b\u585e\u4e2d\u7684\u8fde\u63a5\uff0c \u624d\u80fd\u89e6\u53d1exec_record_done\n      # \u4ee5\u53ca\u5ba2\u6237\u7aef\u7684LFLiveKit reconnectCount\u81ea\u52a8\u91cd\u65b0\u8fde\u63a5\u624d\u4f1a\u597d\u7528\n      drop_idle_publisher 5s;\n            #record all;\n            #record_path \/tmp;\n            #record_max_size 10485760K;\n            #record_unique off;\n            #record_append on;\n    }\n  }\n}\n\nrtmp {\n  server {\n    #\u7aef\u53e3\n    listen 1935;\n\n    # RTMP \u76f4\u64ad\u6d41\u914d\u7f6e\n    application rtmplive {\n      # \u975e\u5e38\u91cd\u8981\uff0c \u8bbe\u5b9a\u8ba9ngnix\u65ad\u5f00\u963b\u585e\u4e2d\u7684\u8fde\u63a5\uff0c \u624d\u80fd\u89e6\u53d1exec_record_done\n      # \u4ee5\u53ca\u5ba2\u6237\u7aef\u7684LFLiveKit reconnectCount\u81ea\u52a8\u91cd\u65b0\u8fde\u63a5\u624d\u4f1a\u597d\u7528\n      drop_idle_publisher 5s;\n      live on;\n    }\n\n    # HLS \u76f4\u64ad\u6d41\u914d\u7f6e\n    application hls {\n      live on;\n      record all;\n      record_path \/tmp;\n      record_max_size 10485760K;\n      record_unique off;\n      record_append on;\n      hls on;\n      hls_path \/tmp;\n      hls_fragment 5s;\n    }\n  }\n}\n\n# HLS \u62c9\u6d41\u914d\u7f6e http:\/\/123.57.164.21:8080\/hls\/cs.m3u8\nhttp {\n  server {\n    listen 8080;\n\n    location \/hls {\n      types {\n        application \/vnd.apple.mpegurl m3u8;\n        video \/mp2t ts;\n      }\n      #\u8bbf\u95ee\u6743\u9650\u5f00\u542f\uff0c\u5426\u5219\u8bbf\u95ee\u8fd9\u4e2a\u5730\u5740\u4f1a\u62a5403\n      autoindex on;\n      #\u89c6\u9891\u6d41\u5b58\u653e\u5730\u5740\uff0c\u4e0e\u4e0a\u9762\u7684hls_path\u76f8\u5bf9\u5e94\uff0c\u8fd9\u91ccroot\u548calias\u7684\u533a\u522b\u53ef\u81ea\u884c\u767e\u5ea6\n      alias \/tmp;\n      expires -1;\n      add_header Cache-Control no-cache;\n      #\u9632\u6b62\u8de8\u57df\u95ee\u9898\n      add_header 'Access-Control-Allow-Origin' '*';\n      add_header 'Access-Control-Allow-Credentials' 'true';\n      add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';\n      add_header 'Access-Control-Allow-Headers' 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type';\n    }\n  }\n}<\/pre>\n\n\n\n<p>\u628aDockerfile\u548cnginx.conf\u653e\u5728\u540c\u7ea7\u76ee\u5f55\uff0cCD\u5230\u8fd9\u4e2a\u76ee\u5f55\uff0c\u8fd0\u884c\u4e0b\u9762\u7684\u547d\u4ee4\uff0c\u521b\u5efa\u955c\u50cf\u548c\u8fd0\u884c\u5bb9\u5668\u3002<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\/\/\u521b\u5efa\u5bb9\u5668\ndocker build -t nginx-rtmp .\n\n\/\/\u8fd0\u884c\u5bb9\u5668\u3002\u6ce8\u610f\u8fd9\u91cc\u9762\u5f00\u542f\u4e861935\u63a8\u6d41\u7aef\u53e3 \u548c 8080\u62c9\u6d41\u7aef\u53e3\u3002\ndocker run -d -p 1935:1935 -p 8080:8080 -v \/tmp\/video:\/tmp --privileged=true --name nginx-rtmp nginx-rtmp\n\u6ce8\u610f\uff1a-v \/tmp\/video:\/tmp \u7684\u610f\u601d\u662f\u628a\u5bb9\u5668\u5185\u90e8\u7684\/tmp\u6587\u4ef6\u5939 \u6620\u5c04\u5230\u5916\u90e8\/tmp\/video \u6587\u4ef6\u5939\u3002\u8fd9\u6837\u5728\u5bb9\u5668\u5916\u90e8\u5c31\u80fd\u770b\u5230\u89c6\u9891\u76f4\u64ad\u7684\u6587\u4ef6\u4e86\u3002\u7279\u522b\u9700\u8981\u6ce8\u610f \/tmp\/video \u6587\u4ef6\u5939\u7684\u6743\u9650\u8bbe\u7f6e\u6210777.\n<\/pre>\n\n\n\n<p>\u7136\u540e\u6211\u4eec\u53ef\u4ee5\u7528\u4e00\u4e9b\u63a8\u6d41\u5de5\u5177\uff0c\u6765\u8fdb\u884c\u63a8\u6d41\u76f4\u64ad\uff0c\u6bd4\u5982\u624b\u673a\u7aef\u7684\u6613\u63a8\u6d41\u3002\u6211\u4eec\u4e5f\u53ef\u4ee5\u81ea\u5df1\u5f00\u53d1\u5de5\u5177\u6765\u63a8\u6d41\uff0c\u6bd4\u5982IOS\u7684\u8bdd\uff0c\u53ef\u4ee5\u7528<strong>LFLiveKit<\/strong>\u6846\u67b6\uff0c\u8fdb\u884c\u89c6\u9891Rtmp\u63a8\u6d41\u3002<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"http:\/\/123.57.164.21\/wp-content\/uploads\/2021\/01\/image-8-477x1024.png\" alt=\"\" class=\"wp-image-1396\" width=\"-149\" height=\"-320\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-8-477x1024.png 477w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-8-140x300.png 140w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-8-716x1536.png 716w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-8-230x493.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-8-350x751.png 350w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-8-480x1030.png 480w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-8.png 718w\" sizes=\"(max-width: 477px) 100vw, 477px\" \/><\/figure><\/div>\n\n\n\n<p>\u7136\u540e\u53ef\u4ee5\u4f7f\u7528VLC, \u6216\u8005\u6613\u63a8\u6d41\u6765\u62c9\u6d41\u3002\u6211\u4eec\u4e5f\u53ef\u4ee5\u81ea\u5df1\u5f00\u53d1\u5de5\u5177\u6765\u63a8\u6d41\uff0c\u6bd4\u5982IOS\u7684\u8bdd\uff0c\u53ef\u4ee5\u7528<strong>Ijkplayer<\/strong>\u6846\u67b6\uff0c\u6765\u8fdb\u884cRtmp\u89c6\u9891\u62c9\u6d41\u3002\u5982\u679c\u662fhls\u62c9\u6d41\u7684\u8bdd\uff0c\u539f\u751fAVPlayer\u5c31\u80fd\u76f4\u64ad\u64ad\u653e\u51fa\u6765\uff08AVPlayer\u539f\u751f\u652f\u6301HLS\uff09\u3002<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/123.57.164.21\/wp-content\/uploads\/2021\/01\/image-6.png\" alt=\"\" class=\"wp-image-1386\" width=\"478\" height=\"320\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-6.png 786w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-6-300x201.png 300w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-6-768x514.png 768w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-6-230x154.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-6-350x234.png 350w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-6-480x321.png 480w\" sizes=\"(max-width: 478px) 100vw, 478px\" \/><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/123.57.164.21\/wp-content\/uploads\/2021\/01\/image-9-488x1024.png\" alt=\"\" class=\"wp-image-1397\" width=\"352\" height=\"739\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-9-488x1024.png 488w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-9-143x300.png 143w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-9-230x482.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-9-350x734.png 350w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-9-480x1006.png 480w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-9.png 726w\" sizes=\"(max-width: 352px) 100vw, 352px\" \/><\/figure><\/div>\n\n\n\n<p>\u6211\u4eec\u53ef\u4ee5\u770b\u5230\u63a8\u6d41\u5230\u670d\u52a1\u5668\u4ee5\u540e\uff0c\u5728\u670d\u52a1\u5668\u4e0a\u7684tmp\u76ee\u5f55\u4e0b\uff0c\u751f\u6210flv \u548c \u5f88\u591ats\u5207\u7247\u6587\u4ef6\u3002<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/123.57.164.21\/wp-content\/uploads\/2021\/01\/image-12-1024x603.png\" alt=\"\" class=\"wp-image-1405\" width=\"449\" height=\"264\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-12-1024x603.png 1024w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-12-300x177.png 300w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-12-768x452.png 768w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-12-830x489.png 830w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-12-230x135.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-12-350x206.png 350w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-12-480x283.png 480w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-12.png 1508w\" sizes=\"(max-width: 449px) 100vw, 449px\" \/><\/figure><\/div>\n\n\n\n<p>\u56e0\u4e3angnix\u542f\u52a8\u4e86hls\uff0c\u6240\u4ee5\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7hls\u6765\u62c9\u6d41\u3002\u901a\u8fc7html\uff0c\u76f4\u63a5\u7528safari\u6d4f\u89c8\u5668\u5c31\u53ef\u4ee5\u6253\u5f00\u89c2\u770b(hls\u62c9\u6d41\u5730\u5740\uff1ahttp:\/\/123.57.164.21:8080\/hls\/cs.m3u8)\u3002<\/p>\n\n\n\n<p>html \u4ee3\u7801<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;!DOCTYPE HTML>\n&lt;html>\n&lt;head>\n&lt;meta charset=\"utf-8\"> \n&lt;title>HTML5\u64ad\u653e\u89c6\u9891&lt;\/title> \n&lt;\/head>\n&lt;body>\n \n&lt;video width=\"352\" height=\"288\" controls>\n  &lt;source src=\"http:\/\/123.57.164.21:8080\/hls\/cs.m3u8\" type=\"application\/vnd.apple.mpegurl\">\n  \u6d4f\u89c8\u5668\u4e0d\u652f\u6301 video \u6807\u7b7e\u3002\n&lt;\/video>\n&lt;\/body>\n&lt;\/html><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/123.57.164.21\/wp-content\/uploads\/2021\/01\/image-13-1024x478.png\" alt=\"\" class=\"wp-image-1410\" width=\"477\" height=\"222\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-13-1024x478.png 1024w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-13-300x140.png 300w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-13-768x358.png 768w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-13-1536x717.png 1536w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-13-830x387.png 830w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-13-230x107.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-13-350x163.png 350w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-13-480x224.png 480w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-13.png 1924w\" sizes=\"(max-width: 477px) 100vw, 477px\" \/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>\u9644\u5f55\uff1aRtmp \u548c HLS\u5bf9\u6bd4<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/123.57.164.21\/wp-content\/uploads\/2021\/01\/image-16-1024x428.png\" alt=\"\" class=\"wp-image-1414\" width=\"508\" height=\"212\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-16-1024x428.png 1024w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-16-300x126.png 300w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-16-768x321.png 768w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-16-1536x643.png 1536w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-16-830x347.png 830w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-16-230x96.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-16-350x146.png 350w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-16-480x201.png 480w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-16.png 1716w\" sizes=\"(max-width: 508px) 100vw, 508px\" \/><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img decoding=\"async\" src=\"http:\/\/123.57.164.21\/wp-content\/uploads\/2021\/01\/image-17-1024x591.png\" alt=\"\" class=\"wp-image-1416\" width=\"-114\" height=\"-65\" srcset=\"https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-17-1024x591.png 1024w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-17-300x173.png 300w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-17-768x443.png 768w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-17-1536x887.png 1536w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-17-2048x1182.png 2048w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-17-830x479.png 830w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-17-230x133.png 230w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-17-350x202.png 350w, https:\/\/92it.top\/wp-content\/uploads\/2021\/01\/image-17-480x277.png 480w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p><strong>\u6ce8\u610f\uff1a\u8fd9\u6837\u5176\u5b9e\u5b58\u5728\u4e00\u4e2a\u95ee\u9898\uff0c\u63a8\u6d41\u662f\u7531\u672c\u5730\u63a8\u5230\u670d\u52a1\u5668\uff0c\u62c9\u6d41\u4e5f\u662f\u672c\u5730\u4ece\u670d\u52a1\u5668\u4e0a\u62c9\uff0c\u8fd9\u6837\u4f1a\u591a\u8017\u4e00\u500d\u7684\u5e26\u5bbd\uff0c\u6700\u597d\u7684\u89e3\u51b3\u65b9\u6848\u662f\uff0c\u7531\u670d\u52a1\u5668\u8fdb\u884c\u63a8\u6d41\uff0c\u7ec8\u7aef\u8fdb\u884c\u62c9\u6d41\uff0c\u6240\u4ee5\u4e0b\u9762\u7ee7\u7eed\u5b89\u88c5ffmpeg\u8fdb\u884c\u63a8\u6d41<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u5b89\u88c5ffmpeg\u8fdb\u884c\u672c\u5730\u63a8\u6d41<\/h4>\n\n\n\n<p>\u8fd9\u91cc\u4f7f\u7528docker\u4ed3\u5e93\u91cc<code>tiangolo\/nginx-rtmp<\/code>\u7684\uff0c\u76f4\u63a5\u62c9\u4e0b\u6765\u8fd0\u884c\u5373\u53ef<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"># \u62c9\u53d6\u955c\u50cf\ndocker pull jrottenberg\/ffmpeg\n# \u6839\u636e\u955c\u50cf\u8fd0\u884c\u5bb9\u5668\ndocker run -it --name app_ffmpeg -p 8080:8080 -v \/home\/app_ffmpeg\/:\/mnt\/app\/ --entrypoint=\u2018bash\u2019 jrottenberg\/ffmpeg\n# \u628a\u6587\u4ef6\u5bfc\u5165\u5230docker\u5bb9\u5668\u76ee\u5f55\u4e2d\ndocker cp \/usr\/video\/a.mp4 app_ffmpeg:\/tmp\/workdir\n# \u67e5\u770b\u5bb9\u5668\uff0c\u542f\u52a8\u5bb9\u5668\uff0c\u8fdb\u5165\u5bb9\u5668\ndocker ps -a\ndocker start app_ffmpeg\ndocker attach app_ffmpeg\n# \u7136\u540e\u5c31\u53ef\u4ee5\u63a8\u6d41\u5566(\u8fd9\u91cc\u5c31\u53ef\u4ee5\u4f7f\u7528\u5c40\u57df\u7f51IP\u8fdb\u884c\u63a8\u6d41)\nffmpeg -re -stream_loop -1 -i a.mp4 -vcodec copy -acodec copy -f flv rtmp:\/\/172.17.10.10:1935\/live\/cs<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u6700\u5f00\u59cb\u7684\u65f6\u5019\u6709\u5c1d\u8bd5\u624b\u52a8\u642d\uff0c\u4f46\u662f\u95ee\u9898\u65e0\u6570\uff0c\u800c\u4e14\u4f7f\u7528\u4f53\u9a8c\u5e76\u4e0d\u597d\uff0c\u672c\u6b21\u4f7f\u7528docker\u642d\u5efa\u3002 docker\u73af\u5883 do [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,11],"tags":[],"_links":{"self":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1384"}],"collection":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1384"}],"version-history":[{"count":22,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1384\/revisions"}],"predecessor-version":[{"id":1961,"href":"https:\/\/92it.top\/index.php?rest_route=\/wp\/v2\/posts\/1384\/revisions\/1961"}],"wp:attachment":[{"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1384"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1384"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/92it.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1384"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}