{"id":1011,"date":"2017-12-18T22:49:34","date_gmt":"2017-12-18T21:49:34","guid":{"rendered":"http:\/\/marc.storck.lu\/blog\/?p=1011"},"modified":"2017-12-29T21:14:28","modified_gmt":"2017-12-29T20:14:28","slug":"post-iptv-unifi-security-gateway-pro-4","status":"publish","type":"post","link":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/","title":{"rendered":"Post IPTV using a Unifi Security Gateway PRO 4"},"content":{"rendered":"<p>My friend David asked me to help him tackle a problem with his network. He used a Unifi Security Gateway PRO 4 from Ubiquiti Networks but still wanted to run some Post IPTV STBs on his network. The solution took us some hours spread over several days, but finally the IPTV streams work fine.<\/p>\n<h2>Our solution<\/h2>\n<p>We ended up using the LAN 2 interface as the IPTV upstream port, it turns out that the Unifi Cloud configuration doesn&#8217;t allow a static IP and a PPPoE session on the same interface. Also the built-in WAN-LAN firewall blocking firewall does need adding manual rules to allow the Multicast Traffic back in via the WAN interface. Using LAN2 allowed us to handle Multicast traffic as &#8220;Corporate LAN&#8221;-to-&#8220;Corporate LAN&#8221; traffic, which Unifi allows\u00a0by default, so we can add firewall rules for LAN2 as required using the Unifi Cloud Network Controller instead of using custom JSON files on the Cloud Key.<!--more--><\/p>\n<p>We still need a custom JSON file for the IGMP Proxy, but as this one has no configuration option inside the\u00a0Unifi Cloud Network Controller and the Unifi Cloud Key, this allows us to have a clean separation between custom and Cloud configuration.<\/p>\n<h3>Our solution: The GUI Part<\/h3>\n<p>We configured a network on VLAN 35 of LAN2 according to the screenshot below.<\/p>\n<div id=\"attachment_1012\" style=\"width: 630px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2.png\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-1012\" data-attachment-id=\"1012\" data-permalink=\"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/lan2\/\" data-orig-file=\"https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2.png?fit=2378%2C1312&amp;ssl=1\" data-orig-size=\"2378,1312\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Unifi Security Gateway PRO 4 &amp;#8211; Networks &amp;#8211; LAN2\" data-image-description=\"\" data-image-caption=\"&lt;p&gt;Unifi Security Gateway PRO 4 &amp;#8211; Networks &amp;#8211; LAN2&lt;\/p&gt;\n\" data-large-file=\"https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2.png?fit=620%2C342&amp;ssl=1\" class=\"wp-image-1012 size-large\" src=\"https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2-1024x565.png?resize=620%2C342\" alt=\"Unifi Security Gateway PRO 4 - Networks - LAN2\" width=\"620\" height=\"342\" srcset=\"https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2.png?resize=1024%2C565&amp;ssl=1 1024w, https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2.png?resize=300%2C166&amp;ssl=1 300w, https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2.png?resize=768%2C424&amp;ssl=1 768w, https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2.png?w=1240&amp;ssl=1 1240w, https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2.png?w=1860&amp;ssl=1 1860w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/a><p id=\"caption-attachment-1012\" class=\"wp-caption-text\">Unifi Security Gateway PRO 4 &#8211; Networks &#8211; LAN2<\/p><\/div>\n<h3>Our solution: The JSON Part<\/h3>\n<p>Configuring the IGMP Proxy persistently required us to deploy a custom JSON file onto the Unifi Cloud Key. (The Cloud Controller rewrites the complete configuration on each configuration change in the network). We used the following <a href=\"https:\/\/help.ubnt.com\/hc\/en-us\/articles\/215458888-UniFi-How-to-further-customize-USG-configuration-with-config-gateway-json\">tutorial<\/a> as a starting point and inspiration. So we created a &#8220;config.gateway.json&#8221; file in \/usr\/lib\/unifi\/data\/sites\/<em>$sitekey$<\/em>\/ with the content shown below. (<strong>This is an example. Please build your own JSON file, to make sure the JSON file is compatible with your equipment. You may do so on your own equipment and following the tutorial above.<\/strong>)<\/p>\n<p>eth1.35 is the VLAN 35 on LAN 2 we&#8217;ve created above.<\/p>\n<p>eth0 is the LAN 1 interface where we connected the Post IPTV STB. You may replace this with a VLAN interface e.g. eth0.34. Please note that the Unifi Controller doesn&#8217;t allow you to create the same numeric VLAN on 2 different interfaces (e.g. VLAN 35 on LAN1 (eth0) and LAN2 (eth1)).<\/p>\n<pre>{\r\n\t\"protocols\":\r\n\t{\r\n\t\t\"igmp-proxy\":\r\n\t\t{\r\n\t\t\t\"disable-quickleave\": \"''\",\r\n\t\t\t\"interface\":\r\n\t\t\t{\r\n\t\t\t\t\"eth1.35\":\r\n\t\t\t\t{\r\n\t\t\t\t\t\"alt-subnet\": [ \"0.0.0.0\/0\" ],\r\n\t\t\t\t\t\"role\": \"upstream\",\r\n\t\t\t\t\t\"threshold\": \"1\"\r\n\t\t\t\t},\r\n\t\t\t\t\"eth0\":\r\n\t\t\t\t{\r\n\t\t\t\t\t\"role\": \"downstream\",\r\n\t\t\t\t\t\"threshold\": \"1\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n}\r\n<\/pre>\n<h3>Our solution: The Hardware Part<\/h3>\n<p>One slight problem remained. The PPPoE session to get access to the Internet is running on a WAN port, WAN1 in our case. So we had to connect the GigabitEthernet port of the POST-Fiber-ONT to the Unifi Security Gateway PRO 4&#8217;s WAN1 and LAN2 port. We did so by putting a switch between the ONT and the Unifi Security Gateway PRO 4, luckily the POST Bitstream service support several (16 AFAIR) MAC addresses per GPON line.<\/p>\n<p>Thanks David for letting me publish our findings on my blog.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>My friend David asked me to help him tackle a problem with his network. He used a Unifi Security Gateway PRO 4 from Ubiquiti Networks but still wanted to run some Post IPTV STBs on his network. The solution took &hellip; <a href=\"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[52,53,44],"tags":[51,26,77,71,80,81],"class_list":["post-1011","post","type-post","status-publish","format-standard","hentry","category-interests","category-internet-access","category-luxembourg","tag-ftth","tag-internet","tag-iptv","tag-luxembourg","tag-ubiquiti","tag-unifi"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Post IPTV using a Unifi Security Gateway PRO 4 - Marc&#039;s Blog<\/title>\n<meta name=\"description\" content=\"Howto configure Unifi Security Gateway PRO 4 to support Post IPTV multicast streams on a Mono VC LuxFibre Internet Access line.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Post IPTV using a Unifi Security Gateway PRO 4 - Marc&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"Howto configure Unifi Security Gateway PRO 4 to support Post IPTV multicast streams on a Mono VC LuxFibre Internet Access line.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/\" \/>\n<meta property=\"og:site_name\" content=\"Marc&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-12-18T21:49:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-12-29T20:14:28+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2-1024x565.png\" \/>\n<meta name=\"author\" content=\"Marc\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marc\" \/>\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:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/\"},\"author\":{\"name\":\"Marc\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\"},\"headline\":\"Post IPTV using a Unifi Security Gateway PRO 4\",\"datePublished\":\"2017-12-18T21:49:34+00:00\",\"dateModified\":\"2017-12-29T20:14:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/\"},\"wordCount\":495,\"commentCount\":10,\"publisher\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\"},\"image\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/marc.storck.lu\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/LAN2-1024x565.png\",\"keywords\":[\"FTTH\",\"Internet\",\"IPTV\",\"Luxembourg\",\"Ubiquiti\",\"Unifi\"],\"articleSection\":[\"Interests\",\"Internet &amp; Access\",\"Luxembourg\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/\",\"url\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/\",\"name\":\"Post IPTV using a Unifi Security Gateway PRO 4 - Marc&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/marc.storck.lu\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/LAN2-1024x565.png\",\"datePublished\":\"2017-12-18T21:49:34+00:00\",\"dateModified\":\"2017-12-29T20:14:28+00:00\",\"description\":\"Howto configure Unifi Security Gateway PRO 4 to support Post IPTV multicast streams on a Mono VC LuxFibre Internet Access line.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/#primaryimage\",\"url\":\"http:\\\/\\\/marc.storck.lu\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/LAN2-1024x565.png\",\"contentUrl\":\"http:\\\/\\\/marc.storck.lu\\\/blog\\\/wp-content\\\/uploads\\\/2017\\\/12\\\/LAN2-1024x565.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2017\\\/12\\\/post-iptv-unifi-security-gateway-pro-4\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Post IPTV using a Unifi Security Gateway PRO 4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/\",\"name\":\"Marc&#039;s Blog\",\"description\":\"Things from me about me ...\",\"publisher\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\",\"name\":\"Marc\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\",\"caption\":\"Marc\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\"},\"url\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/author\\\/mcs23\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Post IPTV using a Unifi Security Gateway PRO 4 - Marc&#039;s Blog","description":"Howto configure Unifi Security Gateway PRO 4 to support Post IPTV multicast streams on a Mono VC LuxFibre Internet Access line.","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:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/","og_locale":"en_US","og_type":"article","og_title":"Post IPTV using a Unifi Security Gateway PRO 4 - Marc&#039;s Blog","og_description":"Howto configure Unifi Security Gateway PRO 4 to support Post IPTV multicast streams on a Mono VC LuxFibre Internet Access line.","og_url":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/","og_site_name":"Marc&#039;s Blog","article_published_time":"2017-12-18T21:49:34+00:00","article_modified_time":"2017-12-29T20:14:28+00:00","og_image":[{"url":"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2-1024x565.png","type":"","width":"","height":""}],"author":"Marc","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Marc","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/#article","isPartOf":{"@id":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/"},"author":{"name":"Marc","@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433"},"headline":"Post IPTV using a Unifi Security Gateway PRO 4","datePublished":"2017-12-18T21:49:34+00:00","dateModified":"2017-12-29T20:14:28+00:00","mainEntityOfPage":{"@id":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/"},"wordCount":495,"commentCount":10,"publisher":{"@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433"},"image":{"@id":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/#primaryimage"},"thumbnailUrl":"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2-1024x565.png","keywords":["FTTH","Internet","IPTV","Luxembourg","Ubiquiti","Unifi"],"articleSection":["Interests","Internet &amp; Access","Luxembourg"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/","url":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/","name":"Post IPTV using a Unifi Security Gateway PRO 4 - Marc&#039;s Blog","isPartOf":{"@id":"https:\/\/marc.storck.lu\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/#primaryimage"},"image":{"@id":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/#primaryimage"},"thumbnailUrl":"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2-1024x565.png","datePublished":"2017-12-18T21:49:34+00:00","dateModified":"2017-12-29T20:14:28+00:00","description":"Howto configure Unifi Security Gateway PRO 4 to support Post IPTV multicast streams on a Mono VC LuxFibre Internet Access line.","breadcrumb":{"@id":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/#primaryimage","url":"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2-1024x565.png","contentUrl":"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2017\/12\/LAN2-1024x565.png"},{"@type":"BreadcrumbList","@id":"https:\/\/marc.storck.lu\/blog\/2017\/12\/post-iptv-unifi-security-gateway-pro-4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/marc.storck.lu\/blog\/"},{"@type":"ListItem","position":2,"name":"Post IPTV using a Unifi Security Gateway PRO 4"}]},{"@type":"WebSite","@id":"https:\/\/marc.storck.lu\/blog\/#website","url":"https:\/\/marc.storck.lu\/blog\/","name":"Marc&#039;s Blog","description":"Things from me about me ...","publisher":{"@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/marc.storck.lu\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433","name":"Marc","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g","caption":"Marc"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g"},"url":"https:\/\/marc.storck.lu\/blog\/author\/mcs23\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pqZFU-gj","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts\/1011","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/comments?post=1011"}],"version-history":[{"count":3,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts\/1011\/revisions"}],"predecessor-version":[{"id":1024,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts\/1011\/revisions\/1024"}],"wp:attachment":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/media?parent=1011"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/categories?post=1011"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/tags?post=1011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}