{"id":1038,"date":"2019-11-17T17:34:59","date_gmt":"2019-11-18T02:34:59","guid":{"rendered":"\/blog\/?p=1038"},"modified":"2023-09-21T09:26:46","modified_gmt":"2023-09-21T00:26:46","slug":"openrtsp-rtsp-%eb%a0%88%ec%bd%94%eb%94%a9-%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8","status":"publish","type":"post","link":"https:\/\/hasu0707.duckdns.org\/blog\/?p=1038","title":{"rendered":"openRTSP RTSP \ub808\ucf54\ub529 \uc2a4\ud06c\ub9bd\ud2b8"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"shell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">#!\/bin\/bash\n############################################################\n#\n# openRTSP \uc2a4\ud2b8\ub9ac\ubc0d \ub808\ucf54\ub529 \uc2a4\ud06c\ub9bd\ud2b8\n#\n# crontab -e\n# *\/5 0,1,2,3,4,5 * * * \/armbian\/scripts\/openrtsp_record.sh\n#\n############################################################\nRUN_DIR=\"\/armbian\/scripts\"\nRECORD_DIR=\"\/st4000dm004\/cctv\/rtsp\"\nDATESTR=$(date \"+%Y-%m-%d_%H_%M_%S\")\nCAMERA_MODEL=\"es200k\"\nPREFIXSTR=\"${RECORD_DIR}\/${DATESTR}_${CAMERA_MODEL}\"\n\n# RTSP \uc8fc\uc18c \uc815\ubcf4\nRTSP_URL=\"rtsp:\/\/192.168.1.51:554\/11\"\nRTSP_ID=\"\uc811\uc18d\uc544\uc774\ub514\"\nRTSP_PW='\uc811\uc18d\ube44\ubc00\ubc88\ud638'\n\n# 15\uc77c\uc774 \uc9c0\ub09c \uc790\ub8cc\ub294 \uc0ad\uc81c\nOLDDATA_EXP_MIN=+21600\n\n# mp4 \ud30c\uc77c\ub2f9 \uba87\ucd08\uc758 \ub179\ud654\uc2dc\uac04\uc744 \uae30\ub85d\ud560 \uac83\uc778\uac00\nSEGMENT_SEC=600\n\nmkdir -p ${RECORD_DIR} > \/dev\/null\n\n# $OLDDATA_EXP_MIN \ubcf4\ub2e4 \uc624\ub798\ub41c \ub3d9\uc601\uc0c1 \ud30c\uc77c\uc740 \uc0ad\uc81c\nfind ${RECORD_DIR} -mmin ${OLDDATA_EXP_MIN} -name \"*.mp4\" -type f -exec rm -f {} \\;\n\ncd ${RUN_DIR}\nrm -f nohup.out\nif ! pgrep -x \"openRTSP\" > \/dev\/null\nthen\n  nohup openRTSP -4 -P ${SEGMENT_SEC} -B 2048000 -b 2048000 -F \"${PREFIXSTR}\" -u ${RTSP_ID} ${RTSP_PW} -w 1080 -h 720 -f 15  ${RTSP_URL} &amp;\n  sleep $((SEGMENT_SEC+6))\n  killall -USR1 openRTSP\n\n  # 1Mb\ubcf4\ub2e4 \uc791\uc740 \ub3d9\uc601\uc0c1 \ud30c\uc77c\uc740 \uc0ad\uc81c\n  find ${RECORD_DIR} -size -1024k -name \"*.mp4\" -type f -exec rm -f {} \\;\nfi\nrm -f nohup.out<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[11],"tags":[],"class_list":["post-1038","post","type-post","status-publish","format-standard","hentry","category-computing_network"],"_links":{"self":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1038","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1038"}],"version-history":[{"count":0,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1038\/revisions"}],"wp:attachment":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1038"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1038"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1038"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}