MPEG-2 Transport Stream (or just transport stream) is a system level container format to embed video and audio data. The format is heavily used in the broadcast/cable industry like Comcast, Sky etc to transmit video and audio system over IP for two scenarios transmit video/audio signal within the cable head-end between broadcast equipments e.g. from QAM to encoder transmit video/audio signal from…
Keep Reading →
Google analytic is mandatory to keep track the traffic and viewer behaviour on your site. In this article, we will go through how to do it base on our previous work here and here. Step 1 - Get your google analytic measurement ID Login to https://analytics.google.com and go to ADMIN -> Data Streams. Then click Add stream and select Web. Fill in your site url and stream name value, for my case the…
Keep Reading →
In the last article, we have gone though to bring up the blog site on Netlify. In this article, we will talk about how to config Netlify-CMS to manage the blog post like create, update, upload image etc. Step 1 - Make sure point to the right branch The idea of Netlify-CMS is to check-in all updates eg. contents, images to your site's git repository. Every commit will eventually trigger Netlify to…
Keep Reading →
The first thing we gonna do is to have a website with following requirements No cost in hosting the site Quick to build e.g. with 30 minutes Headless CMS for blogging To achieve the above requirements, below is the technical stack Netlify for hosting which include headless CMS for blogging support Gatsby framework base on gatsby-starter-netlify-cms template Below is the step by step guide to…
Keep Reading →