{"id":8761,"date":"2025-02-06T00:13:37","date_gmt":"2025-02-06T00:13:37","guid":{"rendered":"https:\/\/savethevideo.net\/blog\/?p=8761"},"modified":"2025-02-18T03:24:17","modified_gmt":"2025-02-18T03:24:17","slug":"how-to-fix-tvmate-with-adb-a-step-by-step-guide","status":"publish","type":"post","link":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/","title":{"rendered":"How to Fix TVMate with ADB: A Step-by-Step Guide"},"content":{"rendered":"<p>&#8220;`html<\/p>\n<p>TVMate is a popular IPTV player for Android TV and Firestick devices, but sometimes users encounter issues such as freezing, crashing, or connectivity errors. These issues can often be resolved using the Android Debug Bridge (ADB), a versatile command-line tool that allows users to communicate with their devices. This guide will provide a step-by-step process for fixing TVMate using ADB.<\/p>\n<h2>Prerequisites<\/h2>\n<p>Before proceeding, ensure the following:<\/p>\n<ul>\n<li>ADB is installed on the computer.<\/li>\n<li>The TVMate device (such as an Android TV box or Firestick) is connected to the same network as the computer.<\/li>\n<li>Developer options and ADB Debugging are enabled on the device.<\/li>\n<\/ul>\n<h2>Step 1: Enable ADB Debugging<\/h2>\n<p>To interact with the device using ADB, ADB Debugging must be enabled.<\/p>\n<ol>\n<li>Go to your device\u2019s <i>Settings<\/i>.<\/li>\n<li>Navigate to <i>Device Preferences<\/i> &gt; <i>About<\/i>.<\/li>\n<li>Scroll down to <i>Build Number<\/i> and tap it repeatedly until the message &#8220;You are now a developer!&#8221; appears.<\/li>\n<li>Return to <i>Settings<\/i> and go to <i>Developer Options<\/i>.<\/li>\n<li>Scroll down and enable <i>ADB Debugging<\/i>.<\/li>\n<\/ol>\n<h2>Step 2: Find the Device&#8217;s IP Address<\/h2>\n<p>To connect with ADB wirelessly, obtain the device\u2019s IP address.<\/p>\n<ol>\n<li>Go to <i>Settings<\/i> &gt; <i>Network &amp; Internet<\/i>.<\/li>\n<li>Select the connected Wi-Fi network to view its details.<\/li>\n<li>Note the IP address, which will be needed for the ADB connection.<\/li>\n<\/ol>\n<h2>Step 3: Connect the Device to ADB<\/h2>\n<p>Using the IP address obtained, connect to the device via ADB.<\/p>\n<pre><code>adb connect [DEVICE-IP]<\/code><\/pre>\n<p>For example:<\/p>\n<pre><code>adb connect 192.168.1.100<\/code><\/pre>\n<p>If the connection is successful, a confirmation message will appear.<\/p>\n<h2>Step 4: Check Installed Apps<\/h2>\n<p>To verify that TVMate is installed and to locate its package name:<\/p>\n<pre><code>adb shell pm list packages | grep tvmate<\/code><\/pre>\n<p>This will return the package name of TVMate, which will be used in subsequent steps.<\/p>\n<h2>Step 5: Clear TVMate Cache and Data<\/h2>\n<p>Clearing temporary files can resolve many issues.<\/p>\n<pre><code>adb shell pm clear [PACKAGE-NAME]<\/code><\/pre>\n<p>For example:<\/p>\n<pre><code>adb shell pm clear com.tv.extensions<\/code><\/pre>\n<p>This command resets TVMate without uninstalling it.<\/p>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"720\" src=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/man-in-black-and-white-checkered-dress-shirt-drinking-from-brown-and-white-ceramic-mug-adb-terminal-command-screen.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/man-in-black-and-white-checkered-dress-shirt-drinking-from-brown-and-white-ceramic-mug-adb-terminal-command-screen.jpg 1080w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/man-in-black-and-white-checkered-dress-shirt-drinking-from-brown-and-white-ceramic-mug-adb-terminal-command-screen-300x200.jpg 300w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/man-in-black-and-white-checkered-dress-shirt-drinking-from-brown-and-white-ceramic-mug-adb-terminal-command-screen-1024x683.jpg 1024w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/man-in-black-and-white-checkered-dress-shirt-drinking-from-brown-and-white-ceramic-mug-adb-terminal-command-screen-768x512.jpg 768w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\n<h2>Step 6: Force Stop and Restart TVMate<\/h2>\n<p>If TVMate is still unresponsive, try force stopping it.<\/p>\n<pre><code>adb shell am force-stop [PACKAGE-NAME]<\/code><\/pre>\n<p>Then, restart TVMate with:<\/p>\n<pre><code>adb shell monkey -p [PACKAGE-NAME] -c android.intent.category.LAUNCHER 1<\/code><\/pre>\n<h2>Step 7: Reinstall TVMate if Needed<\/h2>\n<p>If issues persist, uninstall and reinstall the app.<\/p>\n<pre><code>adb shell pm uninstall [PACKAGE-NAME]<\/code><\/pre>\n<p>After uninstalling, reinstall TVMate using an APK file:<\/p>\n<pre><code>adb install \/path\/to\/tvmate.apk<\/code><\/pre>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"864\" src=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/a-flat-screen-tv-sitting-on-top-of-a-white-cabinet-android-tv-ui-installing-app.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/a-flat-screen-tv-sitting-on-top-of-a-white-cabinet-android-tv-ui-installing-app.jpg 1080w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/a-flat-screen-tv-sitting-on-top-of-a-white-cabinet-android-tv-ui-installing-app-300x240.jpg 300w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/a-flat-screen-tv-sitting-on-top-of-a-white-cabinet-android-tv-ui-installing-app-1024x819.jpg 1024w, https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/a-flat-screen-tv-sitting-on-top-of-a-white-cabinet-android-tv-ui-installing-app-768x614.jpg 768w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\n<h2>FAQs<\/h2>\n<h3>Why is ADB not connecting to my device?<\/h3>\n<p>Ensure that ADB Debugging is enabled, the device and computer are on the same Wi-Fi network, and that the correct IP address is used.<\/p>\n<h3>Is it safe to use ADB on my TVMate device?<\/h3>\n<p>Yes, as long as only necessary commands are executed. Misuse of ADB commands can cause issues, so proceed with caution.<\/p>\n<h3>What if my TVMate stops working after clearing cache?<\/h3>\n<p>Restart the device and ensure the app is properly reloaded. If issues continue, reinstall TVMate using ADB.<\/p>\n<h3>Can I use ADB on Firestick?<\/h3>\n<p>Yes, Firestick supports ADB debugging. The steps in this guide can be applied to Firestick devices as well.<\/p>\n<h3>How do I disable ADB Debugging after fixing TVMate?<\/h3>\n<p>Go to <i>Settings<\/i> &gt; <i>Device Preferences<\/i> &gt; <i>Developer Options<\/i>, then disable <i>ADB Debugging<\/i>.<\/p>\n<p>By following these steps, most TVMate issues related to crashing or freezing can be resolved without needing a factory reset.<\/p>\n<p>&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#8220;`html TVMate is a popular IPTV player for Android TV and Firestick devices, but sometimes users encounter issues such as freezing, crashing, or connectivity errors. These issues can often be &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Fix TVMate with ADB: A Step-by-Step Guide\" class=\"read-more button\" href=\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#more-8761\" aria-label=\"Read more about How to Fix TVMate with ADB: A Step-by-Step Guide\">Read more<\/a><\/p>\n","protected":false},"author":88,"featured_media":9011,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[495],"tags":[],"class_list":["post-8761","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","no-featured-image-padding"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Fix TVMate with ADB: A Step-by-Step Guide - Save the Video 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:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix TVMate with ADB: A Step-by-Step Guide - Save the Video Blog\" \/>\n<meta property=\"og:description\" content=\"&#8220;`html TVMate is a popular IPTV player for Android TV and Firestick devices, but sometimes users encounter issues such as freezing, crashing, or connectivity errors. These issues can often be ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Save the Video Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-06T00:13:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-18T03:24:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/tvmate.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jonathan Dough\" \/>\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 Dough\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/\"},\"author\":{\"name\":\"Jonathan Dough\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700\"},\"headline\":\"How to Fix TVMate with ADB: A Step-by-Step Guide\",\"datePublished\":\"2025-02-06T00:13:37+00:00\",\"dateModified\":\"2025-02-18T03:24:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/\"},\"wordCount\":507,\"publisher\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/tvmate.jpg\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/\",\"url\":\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/\",\"name\":\"How to Fix TVMate with ADB: A Step-by-Step Guide - Save the Video Blog\",\"isPartOf\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/tvmate.jpg\",\"datePublished\":\"2025-02-06T00:13:37+00:00\",\"dateModified\":\"2025-02-18T03:24:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#primaryimage\",\"url\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/tvmate.jpg\",\"contentUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/tvmate.jpg\",\"width\":1200,\"height\":675,\"caption\":\"How to Fix TVMate with ADB: A Step-by-Step Guide\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/savethevideo.net\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix TVMate with ADB: A Step-by-Step Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#website\",\"url\":\"https:\/\/savethevideo.net\/blog\/\",\"name\":\"Save the Video Blog\",\"description\":\"Everything you need to know about videos\",\"publisher\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/savethevideo.net\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#organization\",\"name\":\"Save the Video Blog\",\"url\":\"https:\/\/savethevideo.net\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png\",\"contentUrl\":\"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png\",\"width\":500,\"height\":119,\"caption\":\"Save the Video Blog\"},\"image\":{\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700\",\"name\":\"Jonathan Dough\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g\",\"caption\":\"Jonathan Dough\"},\"url\":\"https:\/\/savethevideo.net\/blog\/author\/jonathand\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix TVMate with ADB: A Step-by-Step Guide - Save the Video 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:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix TVMate with ADB: A Step-by-Step Guide - Save the Video Blog","og_description":"&#8220;`html TVMate is a popular IPTV player for Android TV and Firestick devices, but sometimes users encounter issues such as freezing, crashing, or connectivity errors. These issues can often be ... Read more","og_url":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/","og_site_name":"Save the Video Blog","article_published_time":"2025-02-06T00:13:37+00:00","article_modified_time":"2025-02-18T03:24:17+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/tvmate.jpg","type":"image\/jpeg"}],"author":"Jonathan Dough","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jonathan Dough","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#article","isPartOf":{"@id":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/"},"author":{"name":"Jonathan Dough","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700"},"headline":"How to Fix TVMate with ADB: A Step-by-Step Guide","datePublished":"2025-02-06T00:13:37+00:00","dateModified":"2025-02-18T03:24:17+00:00","mainEntityOfPage":{"@id":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/"},"wordCount":507,"publisher":{"@id":"https:\/\/savethevideo.net\/blog\/#organization"},"image":{"@id":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/tvmate.jpg","articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/","url":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/","name":"How to Fix TVMate with ADB: A Step-by-Step Guide - Save the Video Blog","isPartOf":{"@id":"https:\/\/savethevideo.net\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#primaryimage"},"image":{"@id":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/tvmate.jpg","datePublished":"2025-02-06T00:13:37+00:00","dateModified":"2025-02-18T03:24:17+00:00","breadcrumb":{"@id":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#primaryimage","url":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/tvmate.jpg","contentUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2025\/02\/tvmate.jpg","width":1200,"height":675,"caption":"How to Fix TVMate with ADB: A Step-by-Step Guide"},{"@type":"BreadcrumbList","@id":"https:\/\/savethevideo.net\/blog\/how-to-fix-tvmate-with-adb-a-step-by-step-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/savethevideo.net\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Fix TVMate with ADB: A Step-by-Step Guide"}]},{"@type":"WebSite","@id":"https:\/\/savethevideo.net\/blog\/#website","url":"https:\/\/savethevideo.net\/blog\/","name":"Save the Video Blog","description":"Everything you need to know about videos","publisher":{"@id":"https:\/\/savethevideo.net\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/savethevideo.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/savethevideo.net\/blog\/#organization","name":"Save the Video Blog","url":"https:\/\/savethevideo.net\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png","contentUrl":"https:\/\/savethevideo.net\/blog\/wp-content\/uploads\/2021\/02\/cropped-stv-logo.png","width":500,"height":119,"caption":"Save the Video Blog"},"image":{"@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/2fd5bb6675327a328b726eb409570700","name":"Jonathan Dough","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/savethevideo.net\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9afc32c64534e0fac8123f418680cd8c214b1c82b9a0e765b34eddf7636ede6d?s=96&d=monsterid&r=g","caption":"Jonathan Dough"},"url":"https:\/\/savethevideo.net\/blog\/author\/jonathand\/"}]}},"_links":{"self":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts\/8761","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/users\/88"}],"replies":[{"embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/comments?post=8761"}],"version-history":[{"count":2,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts\/8761\/revisions"}],"predecessor-version":[{"id":9012,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/posts\/8761\/revisions\/9012"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/media\/9011"}],"wp:attachment":[{"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/media?parent=8761"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/categories?post=8761"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/savethevideo.net\/blog\/wp-json\/wp\/v2\/tags?post=8761"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}