{"id":44,"date":"2020-04-01T13:01:36","date_gmt":"2020-04-01T13:01:36","guid":{"rendered":"https:\/\/jonhough.com\/blog\/?p=44"},"modified":"2023-04-18T12:47:12","modified_gmt":"2023-04-18T12:47:12","slug":"recording-android-screen-with-adb-and-ffplay","status":"publish","type":"post","link":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/","title":{"rendered":"Recording Android Screen with ADB and FFPlay"},"content":{"rendered":"\n<p>This is an old trick I used several years ago, and I am not sure if it is still relevant.<br><br>Google allows Android developers to record their Android device screen on their compiters using the ADB <a href=\"https:\/\/developer.android.com\/studio\/command-line\/adb.html#screenrecord\">tool<\/a>. This is quite useful, and woild be morr useful if they didn&#8217;t prevent recordings that last over 3 minutes.<br><br><\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/4.bp.blogspot.com\/-MxlXmSs3wpI\/Wjs4aZBQ69I\/AAAAAAAAAZk\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\/s1600\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png\"><img decoding=\"async\" src=\"https:\/\/4.bp.blogspot.com\/-MxlXmSs3wpI\/Wjs4aZBQ69I\/AAAAAAAAAZk\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\/s640\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p>It is not clear to me why Google decided to limit the recording time, but the hard limit is 3 minutes.<br>However, using the following script, and perhaps a tool like FFMPEG we can record the device&#8217;s screen for an arbitrarily long period of time.<br><br>To run the script you will need the android ADB tool (comes with Android SDK), and FFPLAY installed on your machine.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-bash\" data-lang=\"Bash\"><code>#!\/bin\/bash\n#-------------------------------------------------------------------------------\n# Script to pipe output of ADB shell screenrecord to FFPlay.\n# This is a simple hack to circumvent the 3 minute max screenrecord\n# record time enforced by the Android ADB tool.\n#-------------------------------------------------------------------------------\n\nif [ -z &quot;$1&quot; ]; then\n echo &quot;Please supply FFPlay location.&quot;;\n exit 1;\nfi\n\nif [ -z &quot;$2&quot; ]; then\n echo &quot;Please supply iteration count. One iteration lasts for 3 minutes.&quot;;\n exit 1;\nfi\n\nFFPLAY=$1\nITER=$2\nTL=180\nBR=1000000\nVIDEOPIPE=\/tmp\/videopipe\n\nfunction cleanup {\n echo &quot;Finishing recording session.&quot;;\n rm $VIDEOPIPE;\n exit 1;\n}\n\ntrap cleanup INT\n\nmkfifo $VIDEOPIPE\n&quot;$FFPLAY&quot; - &lt; $VIDEOPIPE &\n\nfor i in `seq 1 $ITER`\ndo\n .\/adb shell screenrecord --bit-rate=$BR --size=1600x2560 \\\n   --time-limit=$TL \\\n   --output-format=h264 - &gt; $VIDEOPIPE\ndone<\/code><\/pre><\/div>\n<\/div>\n<\/div>\n\n\n\n<p>With the above script you can record your android device&#8217;s screen indefinitely through ADB utils, and store the recording on your machine.<br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is an old trick I used several years ago, and I am not sure if it is still relevant. Google allows Android developers to record their Android device screen on their compiters using the ADB tool. This is quite useful, and woild be morr useful if they didn&#8217;t prevent reco<a class=\"read-more\" href=\"#\"><span class=\"read-more-text\">Read More <\/span><i class=\"fa fa-angle-double-down\"><\/i><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","footnotes":""},"categories":[4,3],"tags":[17,15,16,19,18],"class_list":["post-44","post","type-post","status-publish","format-standard","hentry","category-programming-languages","category-tech","tag-adb","tag-android","tag-bash","tag-ffplay","tag-screen-record"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Recording Android Screen with ADB and FFPlay - Technology Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recording Android Screen with ADB and FFPlay - Technology Blog\" \/>\n<meta property=\"og:description\" content=\"This is an old trick I used several years ago, and I am not sure if it is still relevant. Google allows Android developers to record their Android device screen on their compiters using the ADB tool. This is quite useful, and woild be morr useful if they didn&#8217;t prevent recoRead More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/\" \/>\n<meta property=\"og:site_name\" content=\"Technology Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-01T13:01:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-18T12:47:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/4.bp.blogspot.com\/-MxlXmSs3wpI\/Wjs4aZBQ69I\/AAAAAAAAAZk\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\/s640\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png\" \/>\n<meta name=\"author\" content=\"Jonathan Hough\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jonathan Hough\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/\"},\"author\":{\"name\":\"Jonathan Hough\",\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/#\\\/schema\\\/person\\\/403f6a6e3cafff3ecd77fff3a5febcf2\"},\"headline\":\"Recording Android Screen with ADB and FFPlay\",\"datePublished\":\"2020-04-01T13:01:36+00:00\",\"dateModified\":\"2023-04-18T12:47:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/\"},\"wordCount\":152,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/4.bp.blogspot.com\\\/-MxlXmSs3wpI\\\/Wjs4aZBQ69I\\\/AAAAAAAAAZk\\\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\\\/s640\\\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png\",\"keywords\":[\"ADB\",\"android\",\"bash\",\"ffplay\",\"screen record\"],\"articleSection\":[\"programming languages\",\"technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/\",\"url\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/\",\"name\":\"Recording Android Screen with ADB and FFPlay - Technology Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/4.bp.blogspot.com\\\/-MxlXmSs3wpI\\\/Wjs4aZBQ69I\\\/AAAAAAAAAZk\\\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\\\/s640\\\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png\",\"datePublished\":\"2020-04-01T13:01:36+00:00\",\"dateModified\":\"2023-04-18T12:47:12+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/#\\\/schema\\\/person\\\/403f6a6e3cafff3ecd77fff3a5febcf2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/#primaryimage\",\"url\":\"https:\\\/\\\/4.bp.blogspot.com\\\/-MxlXmSs3wpI\\\/Wjs4aZBQ69I\\\/AAAAAAAAAZk\\\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\\\/s640\\\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png\",\"contentUrl\":\"https:\\\/\\\/4.bp.blogspot.com\\\/-MxlXmSs3wpI\\\/Wjs4aZBQ69I\\\/AAAAAAAAAZk\\\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\\\/s640\\\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/2020\\\/04\\\/01\\\/recording-android-screen-with-adb-and-ffplay\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Recording Android Screen with ADB and FFPlay\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/\",\"name\":\"Technology Blog\",\"description\":\"Technology and other things\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/#\\\/schema\\\/person\\\/403f6a6e3cafff3ecd77fff3a5febcf2\",\"name\":\"Jonathan Hough\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4cf2d3b1fd3887f472fd54e08d0ede13a4cceb1d74fa63290542e7b090b55d15?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4cf2d3b1fd3887f472fd54e08d0ede13a4cceb1d74fa63290542e7b090b55d15?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4cf2d3b1fd3887f472fd54e08d0ede13a4cceb1d74fa63290542e7b090b55d15?s=96&d=mm&r=g\",\"caption\":\"Jonathan Hough\"},\"url\":\"https:\\\/\\\/jonhough.com\\\/blog\\\/author\\\/jon\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Recording Android Screen with ADB and FFPlay - Technology Blog","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:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/","og_locale":"en_US","og_type":"article","og_title":"Recording Android Screen with ADB and FFPlay - Technology Blog","og_description":"This is an old trick I used several years ago, and I am not sure if it is still relevant. Google allows Android developers to record their Android device screen on their compiters using the ADB tool. This is quite useful, and woild be morr useful if they didn&#8217;t prevent recoRead More","og_url":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/","og_site_name":"Technology Blog","article_published_time":"2020-04-01T13:01:36+00:00","article_modified_time":"2023-04-18T12:47:12+00:00","og_image":[{"url":"https:\/\/4.bp.blogspot.com\/-MxlXmSs3wpI\/Wjs4aZBQ69I\/AAAAAAAAAZk\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\/s640\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png","type":"","width":"","height":""}],"author":"Jonathan Hough","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan Hough","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/#article","isPartOf":{"@id":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/"},"author":{"name":"Jonathan Hough","@id":"https:\/\/jonhough.com\/blog\/#\/schema\/person\/403f6a6e3cafff3ecd77fff3a5febcf2"},"headline":"Recording Android Screen with ADB and FFPlay","datePublished":"2020-04-01T13:01:36+00:00","dateModified":"2023-04-18T12:47:12+00:00","mainEntityOfPage":{"@id":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/"},"wordCount":152,"commentCount":0,"image":{"@id":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/#primaryimage"},"thumbnailUrl":"https:\/\/4.bp.blogspot.com\/-MxlXmSs3wpI\/Wjs4aZBQ69I\/AAAAAAAAAZk\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\/s640\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png","keywords":["ADB","android","bash","ffplay","screen record"],"articleSection":["programming languages","technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/","url":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/","name":"Recording Android Screen with ADB and FFPlay - Technology Blog","isPartOf":{"@id":"https:\/\/jonhough.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/#primaryimage"},"image":{"@id":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/#primaryimage"},"thumbnailUrl":"https:\/\/4.bp.blogspot.com\/-MxlXmSs3wpI\/Wjs4aZBQ69I\/AAAAAAAAAZk\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\/s640\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png","datePublished":"2020-04-01T13:01:36+00:00","dateModified":"2023-04-18T12:47:12+00:00","author":{"@id":"https:\/\/jonhough.com\/blog\/#\/schema\/person\/403f6a6e3cafff3ecd77fff3a5febcf2"},"breadcrumb":{"@id":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/#primaryimage","url":"https:\/\/4.bp.blogspot.com\/-MxlXmSs3wpI\/Wjs4aZBQ69I\/AAAAAAAAAZk\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\/s640\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png","contentUrl":"https:\/\/4.bp.blogspot.com\/-MxlXmSs3wpI\/Wjs4aZBQ69I\/AAAAAAAAAZk\/VPh6D3BnMIURp6I9-YDGqwTwR0ihnFaQgCLcBGAs\/s640\/Screen%2BShot%2B2017-12-21%2Bat%2B13.26.31.png"},{"@type":"BreadcrumbList","@id":"https:\/\/jonhough.com\/blog\/2020\/04\/01\/recording-android-screen-with-adb-and-ffplay\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jonhough.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Recording Android Screen with ADB and FFPlay"}]},{"@type":"WebSite","@id":"https:\/\/jonhough.com\/blog\/#website","url":"https:\/\/jonhough.com\/blog\/","name":"Technology Blog","description":"Technology and other things","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jonhough.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/jonhough.com\/blog\/#\/schema\/person\/403f6a6e3cafff3ecd77fff3a5febcf2","name":"Jonathan Hough","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4cf2d3b1fd3887f472fd54e08d0ede13a4cceb1d74fa63290542e7b090b55d15?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4cf2d3b1fd3887f472fd54e08d0ede13a4cceb1d74fa63290542e7b090b55d15?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4cf2d3b1fd3887f472fd54e08d0ede13a4cceb1d74fa63290542e7b090b55d15?s=96&d=mm&r=g","caption":"Jonathan Hough"},"url":"https:\/\/jonhough.com\/blog\/author\/jon\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/jonhough.com\/blog\/wp-json\/wp\/v2\/posts\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jonhough.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jonhough.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jonhough.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jonhough.com\/blog\/wp-json\/wp\/v2\/comments?post=44"}],"version-history":[{"count":5,"href":"https:\/\/jonhough.com\/blog\/wp-json\/wp\/v2\/posts\/44\/revisions"}],"predecessor-version":[{"id":51,"href":"https:\/\/jonhough.com\/blog\/wp-json\/wp\/v2\/posts\/44\/revisions\/51"}],"wp:attachment":[{"href":"https:\/\/jonhough.com\/blog\/wp-json\/wp\/v2\/media?parent=44"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jonhough.com\/blog\/wp-json\/wp\/v2\/categories?post=44"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jonhough.com\/blog\/wp-json\/wp\/v2\/tags?post=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}